Define local subnets

I am running Channels in docker and everything is working great except for one huge quirk.

I try to monitor the status through the API from another docker container
I try to add the M3U playlist to Jellyfin, running in another docker container

In both instances access is denied with a message "you need to authenticate to access your Channels DVR Server from outside your home network."

Where do I configure the local subnets? Channels is running in 172.16.12.0/24. I can access it from my LAN which is 192.168.2.0/24, but I can not access it from Docker containers in 172.16.4.0/24 or 172.16.16.0/24. I don't want to edit my Docker/network config, I'd go as far as saying that is not an option.

I can also reproduce the issue in my Docker host with the command "http://172.16.12.2:8089/"

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.