Autdiscovery points to wrong IP - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Autdiscovery points to wrong IP (/t-autdiscovery-points-to-wrong-ip) |
Autdiscovery points to wrong IP - sdaqo - 2023-11-20 My jellyfin Autodiscovery service is acting up a little, the server is being discoverd but it always points to 127.0.0.1 instead of the actual server ip. My jellyfin (Version: 10.8.12) runs in a docker container, that my be a hint but I cant really figure out the real problem. As a matter of fact, can I somehow configure the uri that is used for autodiscovery? I have attached my networking config in the Dashboard. Thanks for the help! RE: Autdiscovery points to wrong IP - mcarlton00 - 2023-11-20 In your last screenshot, there's a box to define what autodiscovery reports as (Published server URIs). Although the more common way to do this in a docker container is with the environment variable 'JELLYFIN_PublishedServerUrl' RE: Autdiscovery points to wrong IP - sdaqo - 2023-11-20 (2023-11-20, 07:57 PM)mcarlton00 Wrote: In your last screenshot, there's a box to define what autodiscovery reports as (Published server URIs). Although the more common way to do this in a docker container is with the environment variable 'JELLYFIN_PublishedServerUrl'Ok thanks for the tip, but I cant seem to get that working, I tried the proper uri i.e. http://<ip>:<port> I tried just the ip and I also tried the domain of my reverse proxy and always get this error in the logs "Jellyfin.Networking.Manager.NetworkManager: Unable to parse bind override" RE: Autdiscovery points to wrong IP - tmsrxzar - 2023-11-20 just add it as an ENV to your docker JELLYFIN_PublishedServerUrl=http://jfserver:8096 i can report it works perfect from there but i have never tried from the Server URI Override in the jellyfin dashboard |