My setup exists of one local server that basically hosts Jellyfin and an arr stack. I only access this server locally with PC, TV and phone, however I might setup a Wireguard based remote access in the future.

Should I use a reverse proxy like Caddy so I can access the different containers with a local domain name like jellyfin.myserver.local?

I am also interested in hosting Adguard home but how can this work together with Caddy, won’t they both conflict as a DNS server?

I appreciate any possible advice on these topics.

Thank you.

  • MajinBlayze@lemmy.world
    link
    fedilink
    English
    arrow-up
    0
    ·
    3 months ago

    Don’t use jellyfin.server.local

    .local is reserved for mdns, which doesn’t support more than one dot. (Though it may still sometimes work).

    In any case, to make that work you need either a DNS server on your network or something like duckdns (which supports wildcard entries).