I'm trying to set this up on a remote host and can't access the /settings/server area. I'm guessing this is because even after starting the container with the --net=host flag the container is still on a remote network.
I have tried adding my private IP address to the allowedNetworks parameter in Preferences.xml (in the format 12.34.567.890:255.255.255.255) but the Server settings are still not accessible. Is there a different way to allow a single IP address to access the server settings remotely?
I'm trying to set this up on a remote host and can't access the
/settings/server
area. I'm guessing this is because even after starting the container with the--net=host
flag the container is still on a remote network.I have tried adding my private IP address to the
allowedNetworks
parameter in Preferences.xml (in the format12.34.567.890:255.255.255.255
) but the Server settings are still not accessible. Is there a different way to allow a single IP address to access the server settings remotely?