• 0 Posts
  • 6 Comments
Joined 17 days ago
cake
Cake day: September 9th, 2025

help-circle
  • I use k3s and enjoy benefits like the following over bare metal:

    • Configuration as code where my whole setup is version controlled in git
    • Containers and avoiding dependency hell
    • Built-in reverse proxy with the Traefik ingress controller. Combined with DNS in my OpenWRT router, all of my self hosted apps can be accessed via appname.lan (e.g., jellyfin.lan, forgejo.lan)
    • Declarative network policies with Calico, mainly to make sure nothing phones home
    • Managing secrets securely in git with Bitnami Sealed Secrets
    • Liveness probes that automatically “turn it off and on again” when something goes wrong

    These are just some of the benefits just for one server. Add more and the benefits increase.

    Edit:

    Sorry, I realize this post is asking why go bare metal, not why k3s and containers are great. 😬





  • melfie@lemy.loltoSelfhosted@lemmy.worldBacking up easily
    link
    fedilink
    English
    arrow-up
    1
    ·
    12 days ago

    I currently use rclone to do encrypted backups to iDrive e2 currently, but I’m concerned about the concept of “syncing isn’t a backup”, since as others have already said here, you can sync corrupted files, accidental deletions, etc. without more than a single snapshot. I’m considering something like Backrest with e2 because I like the idea of something that is opinionated and that “just works” when it comes to backups.

    Edit:

    Fair point that it may stop being maintained, though that could also be the case with rclone; less likely though still possible with rsync.



  • It’s based on yt-dlp, which I can’t seem to get working reliably with my VPN, even with manual intervention like using cookies from a browser, switching servers, etc. Guess VPN IPs hit the rate limits pretty regularly, though I don’t want to risk my real IP getting banned. I’ve seen some people suggest using a VPS, but sounds like a lot of effort. Running something like this on a server and expecting it to reliably download videos in the background isn’t going to work that well from my experience.