You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be opinionated but at least based off the root/etc/s6-overlay/s6-rc.d/init-netbox-config/run file, it looks like we're already populating parameters with default values making us refill the same parameters redundant.
If nothing else, if this is more of an opinionated stance, REDIS_PASSWORD at a minimal should be removed from this requirement since by default Redis does not use a password.
Steps To Reproduce
In README.
Environment
- OS: Unraid
- How docker service was installed: Via Template
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.
Is there an existing issue for this?
Current Behavior
This could be opinionated but at least based off the root/etc/s6-overlay/s6-rc.d/init-netbox-config/run file, it looks like we're already populating parameters with default values making us refill the same parameters redundant.
Example:
As it currently stands all these parameters (even with the same default values) are required.
Expected Behavior
Based off the above, these parameters should be considered optional, at least the parameters with a valid default value.
IE ALLOWED_HOST would still be required as it's default value isn't usable:
If nothing else, if this is more of an opinionated stance, REDIS_PASSWORD at a minimal should be removed from this requirement since by default Redis does not use a password.
Steps To Reproduce
In README.
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: