2025-06-22, 09:04 PM
(2025-06-22, 07:51 PM)pxr5 Wrote: Unlike Plex, Jellyfin takes a bit more work to get remote access working.
I'd strongly suggest following this guide to use Caddy as your reverse proxy. Caddy itself can run any device on your LAN, all you have to make sure is ports 80/443 are forwarded in your router to the device running Caddy. Personally I use an old Raspberry Pi to run Caddy. Caddy does all the work for you - certificates etc. all you need is one simple Caddyfile with this in:
yourdomain.com {
reverse_proxy 192.168.x.xx:8096
}
https://forum.jellyfin.org/t-access-your...with-caddy
Thank you! I should be able to run Caddy on my synology right? through Docker? I found a way to install the image, but I'm lost setting it up. I think the guide you sent assumes Caddy is already running. I'm looking at this guide, but it's a little outdated and i cannot figure out how to add/link files and folders, and also what to do with "environment"