Comment on Netflix is planning to raise prices… again

<- View Parent
pete_the_cat@lemmy.world ⁨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

[code] overseer.yourdomain.com { reverse_proxy overseer:overseer port } [/code]

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.

source
Sort:hotnewtop