2025-04-26, 09:23 PM
(This post was last modified: 2025-04-26, 09:24 PM by spacevolvo. Edited 2 times in total.)
Turns out the issue is with the Podman instructions found here:
https://jellyfin.org/docs/general/instal.../container
What is missing is port publishing for autodiscovery:
I also added port 8920 for HTTPS.
https://jellyfin.org/docs/general/instal.../container
What is missing is port publishing for autodiscovery:
Code:
--publish 8920:8920/tcp \
--publish 1900:1900/udp \
--publish 7359:7359/udp \
I also added port 8920 for HTTPS.