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.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
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
You could do all of them
Yeah, if it was a gaming PC it would have no problem doing Nas and steam. I wouldn't bother with kubernetes or docker though. Just use Linux, no need for containers.
Depends heavily on the use case. You can't just rule out a full technology without a proper reason/justificiation beyond "Container bad".
Agreed, for me containers are really nice for playing with new software without dirtying my host install.
Definitely. Just the headache alone of python 3.x here and php version x there and oh boy hope they don't clash is so annoying.
For a simple webhost it makes sense to install bare metal if it doesnt have to scale anyway.
If I need 2 different db versions on the same host for different application stacks it is so easy to just insert a new program.
Would have been cool to add yet another machine to the cluster, especially if i could use the NAS for the kube VolumeClaims. 🤔
I would definitely still go with containers, running baremetal is less secure, more fiddly and less reproducible
I think you are right indeed, i had the idea to maybe use the GC for AI stuff and play with it. I would probably go with kube and add the NAS in longhorn (that i already set up)
Also true