• pete_the_cat@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    11 months ago

    Look into Caddy, it’s by far the easiest web server/reverse proxy with automatic SSL support out there. Setup both Caddy and Overseer in Docker and then just simply write

    overseer.yourdomain.com {

    reverse_proxy overseer:overseer port

    }

    Assuming you have you own domain name and have DNS records setup.

    I was using Nginx and Let’s Encrypt for years but it was a bit of a pain in the ass. I just rewrote my entire Docker Compose script to use Caddy so I can deploy everything in about 5 minutes.