• 3 Posts
  • 15 Comments
Joined 5 months ago
cake
Cake day: March 4th, 2025

help-circle
  • Yeah I understood what op is looking for. Having your code hosted on GitHub was what I was referring to with hosting, not your platform itself (we are talking about selfhosted stuff here anyways).

    The devs need to move off GitHub? No shit? Maybe, as a user, preferring projects that host their code elsewhere could be an incentive to devs using something else then? Like, looking for a selfhosted audio project and asking if there’s any that doesn’t primarily rely on GH?

    It’s not that it’s totally absurd being somewhere else. The whole KDE project has it’s own Gitlab and many projects are on Codeberg or their own forges. Yes, the overwhelming majority is on GitHub. That doesn’t mean looking for projects that aren’t is dumb.




  • Cool idea with that thread series! I tried a similar thing with the Selfhosting Sunday posts and I always enjoy seeing what everyone’s up to.

    I’ve been running Docker containers on plain Linux (Debian mostly) for a long time (and native a pplications before but I’m glad I migrated most of it) but last year I switched to Proxmox for my own hardware. I was mostly interested in the super comfortable automated VM snapshots but after adding a second node I’m also glad to have High Availability. To maintain a proper quorum (have at least 3 nodes for decisions) I run corosync on a Raspi. It’s been super reliable once set up properly. I have a NAS for backups/snapshots which is native TrueNAS (it was simply the best GUI for ZFS and NFS).

    Thought back and forth about setting up K3S and migrate everything but I decided it’s not worth the effort and would just be for practice, but I can’t be arsed to set it up just for that. (I do K8S at work but we have managed clusters so barely any low level tinkering).