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
Take a service you enjoy (say movie watching) and researvh something that interests you.
For example jellyfin or plex. Now you get to the question of how to implement that.
No you research that. 10-40 browser tabs later you got most of the neccessary information and implement it.
Repeat that cycle.
Now you want to pull it all together (say make it reachable from outside). You research security practices and find, that maybe you want a reverse proxy + 2FA + Fail2Ban.
Now you do it again but with the intention of not one single application but many.
When you get your stack together, you begin the next project like securing your stack, improving it etc.
Theres no FAQ on how to start it because everyone begins differently.
Some do media hosting, some want a backup solution centrally managed, some need a document management system, accounting/budgeting, security, development etc.
My personal journey was
Raspberry Pi
Linux
OpenMediaVault
Network shares for Windows
Plex
Ditch plex for Jellyfin
Find out docker exists
Dive into torrenting so *arr stack + Jellyfin automation
Get help from a discord on how to get started with traefik
Introducing Authelia
Trying random projects
If you want a hand holding (no offense. Everyone may need it at some point) guide, take a look at Ibracorp. Both the community as well as this, reddits and other communities have awesome guides on how to configure something.
But at the core of everything is one: What bothers you and how do you intend to change it?