I have Plex, Radarr, Sonarr, Overseerr etc running in Docker containers, but have never found a good guide on how to access these (safely) from outside. I resort to connecting to a server running VNC. I’ve tried nginx but didn’t understand it, also tried Cloudflare (ditto). Is there a good, easy to understand guide on how to do this?

  • topnomi@kbin.social
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I use caddy. Previously used traefik, but it’s more complicated than I needed.

    Caddy can be set to use a single file with all your hosted subdomain listed.

    • tr00st@lemmy.tr00st.co.uk
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Ditto with Caddy. Been using it for a couple of years now and it’s made life a lot simpler. Config format isn’t always obvious, but for most of the cases I’ve needed, a standard 3 line snippet gives you a reverse proxy with automatic working HTTPS with valid certificates.