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 feel like a lot of the answers in this thread are throwing a lot of things with a lot of moving parts: Unraid, Docker, YunoHost, all that stuff. Those all still require generally knowing what the hell a Docker container is, how to use them and such.
I wouldn't worry about any of that and start much simpler than that: just grab any old computer you want to be your home server or rent a VPS and start messing with it. Just pick something you think would be cool to run at home. Anything you run on your personal computer you wish was up 24/7? Start with that.
Ultimately there's no right or wrong way to do things. It's all about that learning experience and building up that experience over time. You get good by trying out things, failing and learning. Don't want to learn Linux? Put Windows on it. You'll get a lot of flack for it maybe, but at the very least over time you'll probably learn why people don't use Windows for server stuff generally. Or maybe you'll like it, that happens too.
Just pick a project and see it to completion. Although if you start with NextCloud and expose it publicly, maybe wait to be more comfortable with the security aspect before you start putting copies of your taxes and personal documents on it just in case.
What would you like to self host to get started?
That takes away a lot of stress. Knowing to just get started and ignore the best approach instead of just a getting started approach and learn as you go.
For the longest time I wanted to get rid if my google drive or google calendar and host one myself.
Email as I have read is something more advanced but I would like to self host my email as well.
Photos eventually too.
As a lot of people have recommended nextcloud that seems like where my interest might be heading.
As a starting point. Are there any hardware recommendations for a toy home server?
Email is often impossible. you can run your own server but you won't be able to send email to many people because gmail and other larre providers will ignore everything from any ip address you can get. you endeup with email for only people on you server and the what is the point.
just a warning there. Some do self host email but it is the most difficult to host. My life is much better now that I pay fastmail to handle my email.
It's not impossible, been running my own email server for about 10 years and I inbox pretty much everywhere. I even emailed my work address and straight to inbox. I do have the full SPF, DKIM and DMARC stuff set up, for which I get notices from several email provides of failed spoof attempts.
Takes a while and effort to gain that reputation, but it's doable. And OVH's IPs don't exactly have a great reputation either. Once you're delisted from most spam databases / old spam reputation is expired, it's not that bad.
Although I do agree it's possibly one of the hardest services to self host. The software to run email servers is ancient and weird, and takes a lot to set up right. If you get it wrong you relay spam and start over, it's rough.