Desired Behavior
Hi!
I would like to change netbox listen port without much monkeypatching / hacks.
Contrast to Current Behavior
It is hardcoded to 8080 for use with docker bridge
Required Changes
Could you please make granian listen port customizable?
Or just use default granian port 8000 which can be set with GRANIAN_PORT env var.
As an alternative granian can be started from python without support for env vars
Discussion: Benefits and Drawbacks
No response
Desired Behavior
Hi!
I would like to change netbox listen port without much monkeypatching / hacks.
Contrast to Current Behavior
It is hardcoded to 8080 for use with docker bridge
Required Changes
Could you please make granian listen port customizable?
netbox-docker/docker/launch-netbox.sh
Line 5 in c6cd7ef
Or just use default granian port 8000 which can be set with GRANIAN_PORT env var.
As an alternative granian can be started from python without support for env vars
Discussion: Benefits and Drawbacks
No response