Closes #17051: Introduce the ISOLATED_DEPLOYMENT config parameter (#17067)

* Closes #17051: Introduce ISOLATED_DEPLOYMENT config parameter

* Revert omission of external footer links
This commit is contained in:
Jeremy Stretch
2024-08-02 08:05:08 -04:00
committed by GitHub
parent c8c6fcaf8a
commit 352b0d483e
4 changed files with 22 additions and 3 deletions

View File

@@ -87,6 +87,17 @@ addresses (and [`DEBUG`](#debug) is true).
---
## ISOLATED_DEPLOYMENT
Default: False
Set this configuration parameter to True for NetBox deployments which do not have Internet access. This will disable miscellaneous functionality which depends on access to the Internet.
!!! note
If Internet access is available via a proxy, set [`HTTP_PROXIES`](#http_proxies) instead.
---
## JINJA2_FILTERS
Default: `{}`
@@ -143,7 +154,7 @@ LOGGING = {
## MEDIA_ROOT
Default: $INSTALL_ROOT/netbox/media/
Default: `$INSTALL_ROOT/netbox/media/`
The file path to the location where media files (such as image attachments) are stored. By default, this is the `netbox/media/` directory within the base NetBox installation path.