- 8 Posts
- 123 Comments
F04118F@feddit.nlto
Selfhosted@lemmy.world•Advice for setting up baremetal k8s labEnglish
3·6 months agoTalos is amazing and if you want to start from a fully automated setup (GitOps, Renovate), I highly recommend using https://github.com/onedr0p/cluster-template
F04118F@feddit.nlto
Selfhosted@lemmy.world•How many containers are you all running?English
1·6 months agoGlad you found your ideal selfhosting setup!
Enjoy!
F04118F@feddit.nlto
Selfhosted@lemmy.world•How many containers are you all running?English
1·6 months agoDococd + renovate goes brrr
It would be nice if you used Lemmy’s builtin “crosspost” feature: that way you can share across communities to reach everyone, but (some) client software we use won’t show it to us 7 times, because it knows it’s the same post.
Now I get this:

F04118F@feddit.nlto
Selfhosted@lemmy.world•How many containers are you all running?English
2·6 months agoDocker Compose is really the easiest way to self-host.
Copy a file, usually provided by the developers of the app you want to run, change some values, run
docker compose upand it “just works”.And I say that as someone who has done everything from distro-provided packages to compiling from source, Nix, podman systemd, and currently running a full-blown multi-node distributed storage Kubernetes cluster at home.
Just use docker compose.
F04118F@feddit.nlto
Linux@lemmy.ml•An alternative decentralized internet for sharing text and media: The Gemini Protocol
8·7 months agoIt provides a way to share “web” pages (text, images, links) that can be read by a simple minimal client. Without needing a web browser
F04118F@feddit.nlto
Linux@lemmy.ml•Where is Linux not working well in your daily usage? Share your pain points as of 2026, so we can respectfully discuss
1·7 months agoit’s not the prompt that’s the issue
No it’s not, it’s the underlying philosophy/expectation that you want to be aware of and in control of every single package/library that’s installed on your system.
And that is not true for the vast majority of people who are getting CachyOS as a recommendation when they search for a “Linux for gaming”.
I think CachyOS is great, and I use it myself, in spite of the ArchLinux base, but I know the pain it brings and have consciously accepted that, and I have fallback plans: I make sure it is easy to re-install my system without losing my home dir or game files. I could even pull in all the important stuff in my home dir from my dotfiles repo.
But this is something you have to want.
On the other hand, I did have to compile xpadneo from source on my wife’s Mint pc in order for her to be able to use an Xbox controller, because there is no
deborPPAof it. So far for Ubuntu-based distros being “GUI only”. On Arch, you could install it from AUR through a GUI.
F04118F@feddit.nlto
Linux@lemmy.ml•Where is Linux not working well in your daily usage? Share your pain points as of 2026, so we can respectfully discuss
21·7 months agoThis is why I think we shouldn’t recommend any (mutable) ArchLinux distro to gamers who come fresh from Windows. Including CachyOS.
Not implying you are one, IDK your experience level, but these kinds of prompts being shown to the user about packaging are a core feature of ArchLinux. This can happen anytime you update an Arch-based system.
What an emotional rollercoaster of a blog: pride, sadness, nostalgia, anger and pride again.
Wow
F04118F@feddit.nlto
Linux@lemmy.ml•Your old android phone is begging to be a cheap home server!
3·9 months agoPostmarketOS allows you to use upstream Linux
F04118F@feddit.nlto
Selfhosted@lemmy.world•Your old android phone is begging to be a cheap home server!English
21·9 months agoOld PCs are plenty powerful and compatible with everything, but if energy consumption is a major concern, an old phone can work too.
You are 100% right that Android is a very weird Linux and Termux is limited.
PostmarketOS is a project that enables installation of a full upstream Linux onto old phones. Then you can run whatever (ARM-supporting) distro you like on it, without weird kernel limitations.
You’re not advertising 196.x.x.x routes to your tailnet?
Tell your buddy you can play Helldivers with him!
Helldivers 1 and 2 are platinum and gold rated on ProtonDB with recent reports on both confirming they work well.
F04118F@feddit.nlto
Technology@beehaw.org•Citizen Lab director warns cyber industry about US authoritarian descent
8·1 year agoYou’re both right: one doesn’t exclude the other.
- Yes we need to be more careful about privacy and who we trust with our data
- Yes we need to protest and take a stand against fascism
Had to DDG that, I could only think of (
tofu plan)[https://opentofu.org/docs/cli/commands/plan/]No idea why you’re being downvoted, it looks like an interesting concept:
F04118F@feddit.nlto
Selfhosted@lemmy.world•For people running a family chat in their #selfhosted #homelab: What is the system with the best mobile experience (both Android and iOS)? I've been using mattermost, but my family is not superEnglish
71·1 year agoIf selfhosting the family chat is not a goal in itself and it’s about privacy or being independent from big tech, just take the loss and go to Signal. Much smoother experience than any self-hosted messenger can provide for now.
F04118F@feddit.nlto
Technology@beehaw.org•Australia’s attempt to join the space race lasts 14 seconds
6·1 year agoFrench Guyana: “Am I a joke to you?”
F04118F@feddit.nlto
Linux@lemmy.ml•RustDesk, probably one of the best TeamViewer Alternatives
62·1 year agoYep, as for the last point: the problem was not so much the devs but data going through a Chinese server








Gitea is not fundamentally different than Forgejo, Forgejo is just a better fork of it. Better in terms of: more contributors, more users, dogfooding (Gitea is built on Github 🤦).
But yes, GitLab is like the Mac of Git forges: everything is included, doing everything their own way, vendor lock, very expensive. There is a community edition but serious users will run into its limitations and it does not integrate neatly with external solutions.
Forgejo is IMO the Linux of Git forges: low on resources, expandable, hackable, stable.