mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-12-10 13:52:38 +00:00
Some checks failed
push / Checks syntax of our code (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh feature, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (./build.sh main, ubuntu-24.04-arm) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04) (push) Has been cancelled
push / Builds new NetBox Docker Images (PRERELEASE=true ./build-latest.sh, ubuntu-24.04-arm) (push) Has been cancelled
* Switch server to Granian Because the development of Nginx Unit has been stopped, switch the server to Granian which still allows to serve the Python application and the static files from one server. * Addressed review comments * Update docker/launch-netbox.sh Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com> * Update docker/launch-netbox.sh Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com> --------- Co-authored-by: Christian Mäder <cimnine@users.noreply.github.com>
37 lines
1 KiB
Bash
37 lines
1 KiB
Bash
API_TOKEN_PEPPER_1=Qy+F=OTeGskWQ(wTMgjc+NPPlz6YwFXY=KHIIg=wpYXT&e(6u8
|
|
CORS_ORIGIN_ALLOW_ALL=True
|
|
DB_HOST=postgres
|
|
DB_NAME=netbox
|
|
DB_PASSWORD=J5brHrAXFLQSif0K
|
|
DB_USER=netbox
|
|
EMAIL_FROM=netbox@bar.com
|
|
EMAIL_PASSWORD=
|
|
EMAIL_PORT=25
|
|
EMAIL_SERVER=localhost
|
|
EMAIL_SSL_CERTFILE=
|
|
EMAIL_SSL_KEYFILE=
|
|
EMAIL_TIMEOUT=5
|
|
EMAIL_USERNAME=netbox
|
|
# EMAIL_USE_SSL and EMAIL_USE_TLS are mutually exclusive, i.e. they can't both be `true`!
|
|
EMAIL_USE_SSL=false
|
|
EMAIL_USE_TLS=false
|
|
GRANIAN_BACKPRESSURE=4
|
|
GRANIAN_WORKERS=4
|
|
GRAPHQL_ENABLED=true
|
|
MEDIA_ROOT=/opt/netbox/netbox/media
|
|
METRICS_ENABLED=false
|
|
REDIS_CACHE_DATABASE=1
|
|
REDIS_CACHE_HOST=redis-cache
|
|
REDIS_CACHE_INSECURE_SKIP_TLS_VERIFY=false
|
|
REDIS_CACHE_PASSWORD=t4Ph722qJ5QHeQ1qfu36
|
|
REDIS_CACHE_SSL=false
|
|
REDIS_DATABASE=0
|
|
REDIS_HOST=redis
|
|
REDIS_INSECURE_SKIP_TLS_VERIFY=false
|
|
REDIS_PASSWORD=H733Kdjndks81
|
|
REDIS_SSL=false
|
|
RELEASE_CHECK_URL=https://api.github.com/repos/netbox-community/netbox/releases
|
|
SECRET_KEY='r(m)9nLGnz$(_q3N4z1k(EFsMCjjjzx08x9VhNVcfd%6RF#r!6DE@+V5Zk2X'
|
|
SKIP_SUPERUSER=true
|
|
WEBHOOKS_ENABLED=true
|