Hello,

Up to now, this is how I dealt with my certificates:

  • on my online vps server, I just create a new a name on dns like newapp.mydomain.com that points to my home ip

  • at home I have a Synology NAS that is the one in charge of getting and renewing letsencrypt certs and acting as reverse proxy pointing to my docker containers. It’s also my local dns server.

This last part is what I’d like to change as I am trying to move away from Synology packages and onto dockerized stuff.

So, I’d like to manage my certs, reverse proxy and eventually dns from within docker containers. With a GUI if possible as I remember graphical things better than command line commands.

Does something like this exist?