Closes #18528: Introduce HOSTNAME config parameter (#19894)

This commit is contained in:
Jeremy Stretch
2025-07-17 13:09:30 -04:00
committed by GitHub
parent 733dd81f0e
commit 7f2b744a53
2 changed files with 11 additions and 1 deletions

View File

@@ -72,6 +72,16 @@ Email is sent from NetBox only for critical events or if configured for [logging
---
## HOSTNAME
!!! info "This parameter was introduced in NetBox v4.4."
Default: System hostname
The hostname displayed in the user interface identifying the system on which NetBox is running. If not defined, this defaults to the system hostname as reported by Python's `platform.node()`.
---
## HTTP_PROXIES
Default: `None`