Closes #18528: Introduce HOSTNAME config parameter

This commit is contained in:
Jeremy Stretch
2025-07-16 10:24:32 -04:00
parent 5f8a4f6c43
commit 35a067535a
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`