The upcoming version of YunoHost for Debian Bookworm. Mostly because the latest old-stable version, Bullseye, is already deprecated for several apps such as Lemmy itself. I’m seriously considering to move to an all-Docker setup, but have no idea of how to handle automated certificate updates.
I assume you mean SSL/TLS certificates for internet accessable applications? I use a reverse proxy called Caddy in a Docker container, which handles requests from the internet and directs them to the proper docker container based on the subdomain. It also handles my certificates automatically, requesting a new Let’sEncrypt cert just before the old one expires using a community made plugin.
The upcoming version of YunoHost for Debian Bookworm. Mostly because the latest old-stable version, Bullseye, is already deprecated for several apps such as Lemmy itself. I’m seriously considering to move to an all-Docker setup, but have no idea of how to handle automated certificate updates.
I assume you mean SSL/TLS certificates for internet accessable applications? I use a reverse proxy called Caddy in a Docker container, which handles requests from the internet and directs them to the proper docker container based on the subdomain. It also handles my certificates automatically, requesting a new Let’sEncrypt cert just before the old one expires using a community made plugin.