K3can
@K3can@lemmy.radio
Also at k3can@mastodon.hams.social
- Comment on Podman or rootless docker? 1 week ago:
I use podman almost exclusively at this point. I like having the rootless containers and secrets management. If you’re on Debian, though, I strongly suggest pulling podman from Trixie. The version in Bookworm is very out of date and there’s been a lot of fixes since then.
- Comment on Is it possible to run a reverse proxy only on a specific service or port? 1 month ago:
For what it’s worth, though, you can proxy other services, like Gemini or gopher, through the same proxy for simplicity’s sake.
- Comment on Do you selfhost your own blog/website? 1 month ago:
I self host.
I use nginx as a reverse proxy with crowdsec. The backends are nginx and mariadb. Everything is running on Debian VMs or LXCs with apparmor profiles and it’s all isolated to an “untrusted” VLAN.
It’s obviously still “safer” to have someone else host your stuff, like a VPS or Github Pages, etc, but I enjoy selfhosting and I feel like I’ve mitigated most of the risk.
- Comment on If you already know Docker CLI, is there a reason to use Portainer? 1 month ago:
I’d imagine that if your job is making YouTube videos, portainer and other graphical abstraction layers probably make more visually interesting videos than just watching someone type out a bunch of commands.
- Comment on How do I redirect to a /path with Nginx Proxy Manager? 1 month ago:
If you’re going to be playing with custom locations and such, it might be worth using nginx directly instead of through the limitations of NPM.
- Comment on Nginx in LXC/Proxmox...how to Fail2ban? 2 months ago:
I’ve also been running nginx in an unprivileged LXC container. I haven’t used fail2ban, specifically, but crowdsec has been working without issue.
You can mostly just treat an LXC like a normal VM.
- Comment on Dynamic IP - Self hosting 3 months ago:
I’m using cloudflare as my nameserver and the free API seems to work just fine with ddclient.
- Comment on Why is Google takeout so bitchy? 3 months ago:
I do occasional smaller “takeouts” and haven’t had any issues.
I have an “automatic album” (or whatever they call it) where all the photos of friends and family (even pets) get automatically added to it. Then I can just request a “takeout” for that one album, since those are the photos I actually care about. It’s a much smaller download than the entirety of my Photos account.
- Comment on Homelab Organization 4 months ago:
I have a couple Libre Office files where I document the non-technical stuff for my own quick reference, like network layout in Draw, or IP and port assignments in Calc. I use a git repo to store and organize podman scripts, systemd unit files, configs, etc. Probably not the most elegant solution, but it’s simple and FOSS.
Reverse proxy is Nginx Proxy Manager.