You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Django 4.0 requires to specify the URL Scheme in this setting. An example environment variable could be specified like: CSRF_TRUSTED_ORIGINS=https://demo.netbox.dev http://demo.netbox.dev
Reason for change
It allows for a reverse proxy like nginx to handle TLS connections and forwarding them to netbox using non-TLS.
Implementing this is going to require a rework of how we handle environment variables in the container, which I've been meaning to do for a while. Will need a bunch of testing to make sure we don't break any existing installs so might take a little while to get into into a usable state.
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is this a new feature request?
Wanted change
Django 4.0 requires to specify the URL Scheme in this setting. An example environment variable could be specified like:
CSRF_TRUSTED_ORIGINS=https://demo.netbox.dev http://demo.netbox.dev
Reason for change
It allows for a reverse proxy like nginx to handle TLS connections and forwarding them to netbox using non-TLS.
It got added to the original netbox-docker community repo back in 2022: netbox-community/netbox-docker#773
Proposed code change
No response
The text was updated successfully, but these errors were encountered: