I’m finally starting to install local web apps that my wife/kids would be interested in, and I know it has to be super easy or they’re never going to go near it. Most everything is running on my Synology on different ports, with absolutely nothing exposed to the outside world, and I’d like to run local DNS and proxy so everything is available LAN-only with an easy hostname - plex.local, paperless.local, etc. (If we want remote access I’ll just run Tailscale.) I’m already running PiHole, and I’m assuming if I poke around I can add local names in there, but has anybody else that’s done this have any suggestions for setting things up?

  • @pe1uca
    link
    fedilink
    English
    511 months ago

    I use caddy with PiHole. The Caddyfile is easy to set up with your hostname which will be automatically redirected to HTTPS.
    The issue will be the annoying (but useful) alert of a selfsigned certificate if you don’t own the domain.
    So I have a cheap domain for my local network and configure caddy to do the acme challenge via DNS instead of HTTP.

    I can give you more details tomorrow.