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
For various reasons you may care about the webui port being used inside the docker container. sabnzbd.sh uses a hardcoded 8080. This could be achieved with an envioronment variable, or by reading the port number from sabnzbd.ini with the command "sed -n '/host = 0.0.0.0/{n;s/^port = //p;}' /config/sabnzbd.ini"
Not a huge deal, just a "would be nice" if you care and/or have the time. Thanks for everything you do!
The text was updated successfully, but these errors were encountered:
For various reasons you may care about the webui port being used inside the docker container. sabnzbd.sh uses a hardcoded 8080. This could be achieved with an envioronment variable, or by reading the port number from sabnzbd.ini with the command "sed -n '/host = 0.0.0.0/{n;s/^port = //p;}' /config/sabnzbd.ini"
Not a huge deal, just a "would be nice" if you care and/or have the time. Thanks for everything you do!
The text was updated successfully, but these errors were encountered: