Svinhufvud
@Svinhufvud@sopuli.xyz
- Comment on Assign privileged port to caddy running with rootless podman 1 week ago:
Rootless podman caddy doesn’t need those priviliged ports, if you have your server behind a firewall device. You can map your ports on the firewall/router 80:8080 and then on the caddy container 8080:80. This way there is no need for priviliged ports and the traffic seems to go on ports 80 (and 443 the same way).
- Comment on First Time Self Hoster- Need help with Radicale 1 month ago:
There is an official image in the main repo, github.com/Kozea/Radicale, ghcr.io/kozea/radicale.
- Comment on Podman Quadlets are so cool 2 months ago:
Yeah I agree.
I moved my stack from podman run to quadlets, but god damn was it frustrating to deal with them. I kept running into weird issues such as: the containers not starting every time on reboot, all containers taking like two minutes to start even without needing to download the image, the unit files not being found by systemd.
I ended up moving back to podman run, because they just worked. It is a shame, to be honest, because I would like to use quadlets.
- Comment on How to secure Jellyfin hosted over the internet? 6 months ago:
Yes, it breaks native login, but you can authenticate with Authentik on your phone for example, and use Quick connect to authorize non-browser sessions with it.