Goofed Home

It's me again. My Kubernetes devolver has reached the astral plane.

$$4945
https://jlai.lu/u/pokexpert30 posted on Feb 27, 2026 14:04

Hey there, it’s me again with my cursed project. Last time is said “i basically reinvented Kubernetes”. But the voices won and I legit did.

Last time it was a cursed novelty. A random script made by some autistic dude with too much time on its hand.

Now it’s become its own project, with ecosystem and overpriced .io domain. For no reason other than : It’s cursed, but it works beautifully.

Every Kind is handled by its distinct code. Everything is pluggable, nothing is hardcoded. The next layer of hell is for someone else to write Docker Swarm extensions. Won’t be me.

I am, again, very sorry. Sorry for releasing this thing into the world as a complete, working, product.

And sorry for keeping spamming it. I will stop, i promises (the voices will never)

https://jlai.lu/post/33786080

37 posts in conversation

$$5278
https://lemmy.world/u/tmjaea posted on Feb 28, 2026 13:54
In reply to: https://lemmy.world/comment/22388585

Ξέρεις την ελληνικά γλώσσα;

https://lemmy.world/comment/22395171
$$5299
https://lemmy.world/u/irmadlad posted on Feb 28, 2026 16:36
In reply to: https://lemmy.world/comment/22395171

No, no hablo Griego.

https://lemmy.world/comment/22397696

PodOsef — MP3-first podcast publishing (no DB, static, minimal)

$$2727
https://lemmy.world/u/M31r posted on Feb 22, 2026 19:58

PodOsef is an MP3-first podcast publishing system: drop MP3s into a folder, it generates HTML + RSS. No DB, the MP3 metadata is the source of truth. Also supports an archive mode that watches a main feed and mirrors episodes. Repo + write-up:

https://meirz.net/2026/02/22/podosef-mp3-first-lightweight-simple-podcast-publishing-system/

https://lemmy.world/post/43461268

9 posts in conversation

$$3669
https://lemmy.world/u/M31r posted on Feb 24, 2026 13:28
In reply to: https://piefed.ca/comment/3620314

Thank you.

https://lemmy.world/comment/22319764
$$5286
https://lemmy.world/u/M31r posted on Feb 28, 2026 14:42
In reply to: https://lemmy.world/post/43461268

After feedback on artwork, one of my friends gave me new artwork for the podOsef. I updated the post and source code.

https://lemmy.world/comment/22395851

How do I access my services from outside?

$$2604
https://lemmy.world/u/leaf_skeleton posted on Feb 22, 2026 15:29

Hey all,

I’m setting up a homeserver and trying to figure out the best way to access it remotely. I’ve been looking at different solutions, but I’m a little stuck.

I’ve been looking at VPNs, but it feels weird, to route everything through my home IP when I’m also trying to use a commercial VPN for privacy / to combat services fingerprinting me based on my IP.

I’m currently considering a reverse proxy setup with an authentication provider like authentik or authelia, but as far as I understand, that wouldn’t work well with accessing services through an app on my mobile device (like for jellyfin music for example.) I did think about just opening up the ports and using a DDNS with a reverse proxy, but is’nt that like a big security risk?

Keep in mind I am no network admin, but I don’t have anything against learning if someone can point me in the right direction.

Also I heard some people say that on proxmox you should use unprivileged containers instead of vms for your services, does that hold up?

Any recommendations for tools or approaches?

https://lemmy.world/post/43453337

58 posts in conversation

$$4152
https://sopuli.xyz/u/vaionko posted on Feb 25, 2026 16:15
In reply to: https://lemmy.zip/comment/24859425

That’s a bummer. It’s great for this stuff, don’t need processing power or memory, and I don’t really care if it got nuked for some reason

https://sopuli.xyz/comment/22099049
$$5263
https://lemmy.world/u/kaotic posted on Feb 28, 2026 10:39
In reply to: https://lemmy.ml/comment/24131221

This is the best option if you don’t want to manage your own VPN server.

https://lemmy.world/comment/22392925

Self-Host Weekly (27 February 2026)

$$4933
https://lemmy.world/u/jogai_san posted on Feb 27, 2026 13:12

Not in there: - https://github.com/dannymcc/bluehood (alpha) - https://github.com/p2r3/convert

https://lemmy.world/post/43637850

15 posts in conversation

$$5206
https://piefed.social/u/perishthethought posted on Feb 28, 2026 02:45
In reply to: https://belgae.social/comment/2382984

Yep. I got an email from them yesterday. My lil box is going from just under 4 USD to 5 USD per month.

https://piefed.social/comment/10325605
$$5207
https://piefed.social/u/perishthethought posted on Feb 28, 2026 02:47
In reply to: https://lemmy.ml/comment/24223564

Yes but the RSS feed for non-subscribers is just the announcement of the post. I still have to go to the site to read the whole newsletter, which is fine.

https://piefed.social/comment/10325620

Connect NetBird server to a peer?

$$4985
https://slrpnk.net/u/statelesz posted on Feb 27, 2026 15:41

I just installed NetBird on a VPS using the Self-Hosting Quickstart Guide. Now I want to connect the VPS using Netbird to another client. When I also use Docker to register the VPS as a Netbird peer the whole network gets messed up because now the server and the client try to manage the network. So how am I supposed to register the VPS as a netbird peer to connect it to other peers?

https://slrpnk.net/post/34658520

$$5023
https://lemmy.world/u/Hominine posted on Feb 27, 2026 17:07
In reply to: https://slrpnk.net/post/34658520

I’m not quite sure what you are asking but I run the Netbird management containers containers on a server and also run a native client alongside them to have the server itself also perform as a peer. Is that what you are looking to do above?

https://lemmy.world/comment/22380232
$$5127
https://slrpnk.net/u/statelesz posted on Feb 27, 2026 21:33
In reply to: https://lemmy.world/comment/22380232

Yes, but I also want to run the client in a container and the docs recommend to run the container using network_mode: host. And I suspect this creates a conflict in networks. So I want to have Netbird server, Netbird client and Nginx Proxy Manager all in containers share the same network.

https://slrpnk.net/comment/20973719

Virtual Machines vs LXC vs Docker: What’s the Real Difference?

$$4618
https://lemmy.world/u/InternetCitizen2 posted on Feb 26, 2026 16:49

An informative YT channel I found. I’m sure many people here might already know, but I found it helpful and it makes the comm a good resource for newer folks looking to get a handle on what all these tools do and how they will use them in their selfhosting.

https://lemmy.world/post/43606507

8 posts in conversation

Word Count Linux: 3

$$4992
https://lemmy.world/u/non_burglar posted on Feb 27, 2026 16:02
In reply to: https://lemmy.blahaj.zone/comment/19388429

Cgroups is not a really a security feature (from what I understand). It is about controlling process priority, hierarchy, and resources limiting (among other things).

With respect, I think you misunderstand what gvisor does and containerization in general. cgroups2 is the isolation mechanism used by most modern Linux containers, including docker and lxc both. It is similar to the jail concept in BSD, and loosely to chroot. It limits child process access to files, devices, memory, and is the basis for how subprocesses are secured against accessing host resources without the permission to do so.

Gvisor adds more layers of control over this system by adding a syscall control plane to prevent a container from accessing functions in the host’s kernel that might not be protected by cgroups2 policy. This lessens the security risk of the host running a cutting-edge or custom kernel with more predictable results, but it comes with caveats.

Gvisor is not a universally “better” option, especially for homelab, where environment workloads vary a lot. Gvisor comes with an IO performance penalty, incompatibility with selinux, and its very strength can prevent containers from accessing newer syscalls on a cutting edge host kernel.

My original comment was that ultimately, there is no blanket answer for “how secure is my virtualization stack”, because such a decision should be made on a case-by-case basis. And any choice made by a homelabber or anyone else should involve some understanding of the differences between each type.

https://lemmy.world/comment/22379040
$$5109
https://lemmy.blahaj.zone/u/Neptr posted on Feb 27, 2026 20:33
In reply to: https://lemmy.world/comment/22379040

Yes, I understand what GVisor does. Cgroups2 are for isolation of system resources, bit arent even the main sandbox feature used for isolation by Docker. I am pretty sure namespaces significantly more important for these containers’ security.

GVisor helps with one of the main risks in a container setup which is the shared kernel by hosts and guests. I understand it comes with a performance penalty (and I didnt know it was incompatible with SELinux), but that does change my original point that GVisor is a security improvement to default Docker. I understand there is more nuance, even when I wrote my original comment I understood (just like any other security feature) it cant be used in every scenario. I was being intentionally general, and in my second comment I was pretty specific about what it protects against: Kernel vulnerabilities and privilege escalation.

I researched cgroups2 more and I still dont understand why you brought it up in the first place. Cgroups2 and gvisor provide very different security benefits. Cgroups help to keep a system available (lessening the risk DoS attacks) by controlling access to some system resources (io, devices, cpu, memory) and grouping processes of a similar type. It seems rather optimized to solve resource control on a container host. I mentioned gvisor because it is mostly just a drop-in replacement container runtime which doesnt need setup to be used.s

Now for a different container runtime which provides significantly more features (than gvisor) with less downsides (if configured correctly for a specific workload), Sydbox provides syd-oci which id an application kernel runtime which uses a permission config file to create a sandbox, isolating using namespaces, seccomp, landlock, and more. It can sandbox in many different categories (often times leveraging multiple features to provide a multilayer sandbox), you can see the categories at the syd manpage. The biggest downside is that you must really understand what your container application needs otherwise it will prevent it from running. It is a “secure by-default” sandbox which can be softened through config.

https://lemmy.blahaj.zone/comment/19397243

What's up with expired domains being unavailable?

$$4871
https://lemmy.world/u/Maroon posted on Feb 27, 2026 09:03

A domain name I was interested in expired in January this year. It was previously registered at Squarespace.com.

Why is it still unavailable to purchase despite being more than a month since its expiry?

Not sure if relevant but I checked the expiry date at: whatsmydns.net/domain-expiration

https://lemmy.world/post/43631607

8 posts in conversation

$$4935
https://piefed.social/u/one_old_coder posted on Feb 27, 2026 13:27
In reply to: https://lemmy.world/comment/22373785

If it’s not a cooldown period as that other guy said, you may contact the scammer new owner, he will ask for a billion dollars and it’s up to you whether that domain was important enough. Consider finding a new one right now if you can.

https://piefed.social/comment/10316034
$$5063
https://sh.itjust.works/u/Pika posted on Feb 27, 2026 18:39
In reply to: https://lemmy.world/post/43631607

Basically many domain providers will hold onto domains for a little while after it expires.

Some like namecheap also advertise the domain names to peddle-man companies that will somehow buy temporary access to the domain after your extortion recall window expires.

To continue the namecheap example, when your namecheap domain expires, it gives you a lapse window where you can pay like double the cost of the domain renewal to reclaim it. If you don’t reclaim it during that window they give it to a middleman whom will somehow buy a 2 or 3 months domain lease for it. They will put it on a “site for sale” broker page and will charge yo easily 100x what you paid for the domain if you wanted it back.

https://sh.itjust.works/comment/24010455

Conversation

$$3220
https://lemmy.dbzer0.com/u/pjusk posted on Feb 23, 2026 18:42
In reply to: https://slrpnk.net/post/34491367

This is wild and a rather unfortunate situation… Ty for sharing.

https://lemmy.dbzer0.com/comment/24584872

32 posts in conversation

$$4930
https://mander.xyz/u/NastyNative posted on Feb 27, 2026 12:57
In reply to: https://slrpnk.net/post/34491367

This is great thank you for this since the next step on my journey is the ARR stack!

https://mander.xyz/comment/25527420
$$5059
https://slrpnk.net/u/Sunny posted on Feb 27, 2026 18:36
In reply to: https://mander.xyz/comment/25527420

Best lf luck, hit me up if you have any questions regarding it 😊

https://slrpnk.net/comment/20970811

Forward Auth with Authentik and Envoy Gateway

$$4991
https://piefed.social/u/eodur posted on Feb 27, 2026 15:59

I recently configured forward auth with Authentik and Envoy Gateway and found the process troublesome enough to warrant a post. If you’ve been thinking about doing the same then maybe this post will save some time.

https://piefed.social/c/selfhosted/p/1824287/forward-auth-with-authentik-and-envoy-gateway

Selfhosted, multiplayer, browser based games

$$4815
https://programming.dev/u/moonpiedumplings posted on Feb 27, 2026 01:50

Here are some cool examples I was looking at:

https://github.com/zardoy/minecraft-web-client — Minecraft in your browser, complete with connections to servers.

https://github.com/inolen/quakejs — quake 3 in your browser, has multiplayer as well.

Any other good examples? or good lists?

https://programming.dev/post/46400182

6 posts in conversation

$$4863
https://utsukta.org/channel/sk posted on Feb 27, 2026 08:18
In reply to: https://programming.dev/post/46400182
there is this i've come across
#^https://hub.docker.com/r/arnoldsmith86/virtualtabletop
https://utsukta.org/item/f772dea7-703b-4f8e-9963-652ecddf728d
$$4966
https://lemmy.world/u/captcha_incorrect posted on Feb 27, 2026 14:51
In reply to: https://slrpnk.net/comment/20958747

probably also selfhosted.

Here is a link do selfhosting it: https://github.com/TeamHypersomnia/Hypersomnia/blob/master/README_SERVER.md#docker-setup

https://lemmy.world/comment/22377804
Create New Post