-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed as not planned
Description
Desired Behavior
REPORTS_ROOT should be configured like SCRIPTS_ROOT, or have the option to change it via ENV variable
docker-netbox/root/defaults/configuration.py
Line 262 in 8adefbc
| SCRIPTS_ROOT = '/config/scripts' |
Current Behavior
REPORTS_ROOT path is currently commented out, defaulting to
docker-netbox/root/defaults/configuration.py
Line 255 in b4b865c
| # REPORTS_ROOT = '/opt/netbox/netbox/reports' |
