zandadoum

joined 11 months ago
[–] zandadoum@alien.top 2 points 10 months ago (4 children)

why not consolidate your auth apps?

i use selfhosted vaultwarden (with backups ofc) for everything, except for vaultwarden, which is protected by authy . and authy can be backed up easily

 

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?