Netbox
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 21 | 11 Oct 2024 | |
latest/edge | 21 | 11 Oct 2024 |
juju deploy netbox
Deploy Kubernetes operators easily with Juju, the Universal Operator Lifecycle Manager. Need a Kubernetes cluster? Install MicroK8s to create a full CNCF-certified Kubernetes system in under 60 seconds.
Platform:
-
django-allowed-hosts | string
A comma-separated list of host/domain names that this Django site can serve. This configuration will set the DJANGO_ALLOWED_HOSTS environment variable with its content being a JSON encoded list.
-
django-debug | boolean
Whether Django debug mode is enabled.
-
django-secret-key | string
The secret key used for securely signing the session cookie and for any other security related needs by your Django application. This configuration will set the DJANGO_SECRET_KEY environment variable.
-
saml-email | string
SAML attribute used for the email.
-
saml-sp-entity-id | string
SAML SP entity id.
-
saml-username | string
Default: name
SAML attribute used for both the social uid and the username. NameID can be used setting this config to 'name.
-
webserver-keepalive | int
Time in seconds for webserver to wait for requests on a Keep-Alive connection.
-
webserver-threads | int
Run each webserver worker with the specified number of threads.
-
webserver-timeout | int
Time in seconds to kill and restart silent webserver workers.
-
webserver-workers | int
The number of webserver worker processes for handling requests.