@forbiddenlake@lemmy.world
member since 11 Jun 2023 19:05
comments
- on Looking to move from Caddy in c/selfhosted@lemmy.world · 1d ago
-
on Podman: Issues with multiple users running containers simultaneously in c/selfhosted@lemmy.world · 5 Sep 2026
Note that sudo echo does not work as non root because the shell redirection is attempted before the command runs. You want
echo foo | sudo tee -a /barinstead
Your stance rules out all the big and mature software. No judgement on the stance, but you are asking a difficult question.
Off that alternatives list, the only one I’ve heard of is lighttpd, and it’s news to me that lighty can do reverse proxying. But I would try that.
I expect it to be a lot more difficult to find documentation and support for anything more obscure than lighty. Which may be fine for you, just know what you’re getting in to.
As for certbot, iirc you need to add a renew command to cron, but otherwise certbot will take care of it. I’m sure the cron is in the documentation.