I'm having issues setting this up. I'd like to set up a reverse proxy, so I need to add this to my existing custom network. It works fine on the default br0 network.
But on my own custom network, if I try to open the WebUI, it only opens
about:blank#blocked
If I add a forward from port 80 to an external port, then I get
404 Not Found
openresty
Any idea what might be going on here?
EDIT: I found a solution.
It turns out, the 404 Not Found error was because it was trying to access port 80 by default, which is currently being used by Nginx. I fixed this by changing the WebUI link in the advanced settings of the container to
http://[IP]:[PORT:1234]/
Where 1234 is my port.