Yesterday, 06:43 PM
IIRC, you are using host networking on the container, correct?
In UFW, you need to ensure there are rules to allow ports 1900 and 7359 in addition to 8096. Port 7359 is used for "service discovery", which is what Jellyfin clients listen need to automatically find local Jellyfin servers. Port 1900 is used for DLNA if you care about that.
In UFW, you need to ensure there are rules to allow ports 1900 and 7359 in addition to 8096. Port 7359 is used for "service discovery", which is what Jellyfin clients listen need to automatically find local Jellyfin servers. Port 1900 is used for DLNA if you care about that.
Code:
sudo ufw allow 1900/udp
sudo ufw allow 7359/udp