What would you recommend for historic metrics? Specifically for podman containers.
- 0 Posts
- 3 Comments
Joined 7 months ago
Cake day: January 22nd, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
captcha_incorrect@lemmy.worldto
Selfhosted@lemmy.world•File Browser is being archived on 2026-09-01English
1·1 month agoThis is 100% off topic but I just realised username is ”I R mad lad” and not ”Irma Dlad”.
I use Caddy with Authelia and Caddy MIB. Anything that I need access to is exposed via reverse proxy with Authelia infront of it. That sometimes mean I have to login twice. Caddy MIB makes it so repeat offenders are blocked for longer and longer. Prevents brute forcing stuff like Jellyfin.
I am considering using Tailscale (or Headscale) because I could combine that with Mullvad VPN and still have my internal DNS. But I only have one server and I have hairpin NAT configured so I just enter my domain name inside and outside of my LAN and it just workstm. I also considered using Traefik but Caddy just just workstm. Only problem I had was with Dawarish needing brotli encryption, I had to create my own docker image (and then I automated keeping it up to date with Woodpecker CI and Renovate).
All in all, I like the reverse proxy route.