this post was submitted on 11 Aug 2023
62 points (100.0% liked)

Free and Open Source Software

17695 readers
45 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] csolisr@communities.azkware.net 5 points 1 year ago (2 children)

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.

[–] Swimmerman96@beehaw.org 5 points 1 year ago (1 children)

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.

Correct, I'm talking about Let's Encrypt certificates - specifically, finding a way to port my existing private keys out of YunoHost and into said Caddy/Docker setup while keeping the monthly automated renewal. Same goes for all my ActivityPub apps - Pleroma/Akkoma, Lemmy, PeerTube - which will make servers that follow me freak out if I suddenly change keys by reinstalling from scratch.