Looking For Opinions on Docker + Letsencrypt + Reverse Proxy Setup

I've been running a linode for a number of years now - one has my website (wordpress) on it and one has a Foundry VTT server running. Both are separate linodes, and I use Google Domains to point [site.tld] to the wordpress VPS and foundry.[site.tld] to the other linode....

https://kbin.social/m/selfhosted@lemmy.world/t/80399

Looking For Opinions on Docker + Letsencrypt + Reverse Proxy Setup - selfhosted - kbin.social

I've been running 2 linodes for a number of years now - one has my website (wordpress) on it and one has a Foundry VTT server running. Both are separate linodes, and I use Google Domains to point [site.tld] to the wordpress VPS and foundry.[site.tld] to the other linode....

NPM is great! I even use it in a production environment at work for a small service and it works beautifully
Awesome, thanks! That's 2 votes for NPM so far
Here's a 3rd to convince you even more, I have it running on several instances.
Thanks!

If you don't have any special needs, NPM is a good way to go. Even if you do, some flexibility is available in UI advanced options and directly modifying the config if you have the nginx knowledge (although I'd advocate not to do it, if possible).

There's a docker-compose file for it, so it should adjust to your setup too.