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
I'm sidetracking a bit, but am I alone in thinking self hosting hobbyists are way too into "lightweight and not bloated" as a value?
I mean, I get it if you have a whole data center worth of servers, but if it's a cobbled together home server it's probably fine, right? My current setup idles at 1.5% of its CPU and 25% of its RAM. If I turned everything off those values are close to zero and effectively trivial alongside any one of the apps I'm running in there. Surely any amount of convenience is worth the extra bloat, right?
Gentoo/Arch guy checking in. It's more about having fewer codepaths to go wrong after some update. At least in my case.
After a OS update? I mean, I guess, but most things are going to be in containers anyway, right?
The last update that messed me up on any counts was Python-related and that would have got me on any distro just as well.
Once again, I get it at scale, where you have so much maintenance to manage and want to keep it to a minimum, but for home use it seems to me that being on an LTS/stable update channel would have a much bigger impact than being on a lightweight distro.
No, even lighterweight - no containers.
My NAS is mostly plain Arch packages, so just upgrade and all is well. No additional container software layer to maintain either.
Btrfs management tools update with the OS, all is good.