Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
view the rest of the comments
How many clients are you serving? That box is too OP for just a plex server.
I think I could run at least a dozen k3s containers on that, with enough RAM and storage
No clients. Just me and another family member. I’d love to hear how you’d serve up a dozen containers on that. How much RAM? 16 gigs?
Admittedly, I don't know if Plex is CPU heavy.
I could run a bunch of applications like a reverse-proxy, a load-balancer, a DNS resolver, a VPN server, an rysnc/Syncthing server, scripts to archive data, downloaders, an internal CA (although that might not be the best idea since you need to carefully back it up), an MQTT server, and maybe other things. These are random examples that came to mind, I'm sure there's plenty more that can be done.
Yes, I would go about 2TB of SSD storage and maybe 16-32GB RAM, although the latter might be overkill for this CPU.
Cheers
out of all those, I'm most curious about that MQTT server. What's your usecase for that? These CPUs don't support anything more than 16GB RAM, so there's that :)
I think Home Assistant is too much of bloat for a couple of IR sensors and relays. Also, if I do everything on Home Assistant, I might not be able to migrate to something else in the future. For now, n8n+MQTT is what I'll use.