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
It's not that hard. Go to awesome-selfhosted to have a look at what you'd like to host. Then, go to YouTube and find videos that host said thing. If you don't find the specific application, watch simpler tutorials deploying containers (most people will use Docker if you'd like) and go from there. Read some documentation on the container runtime and maybe some networking. That's it.
I suppose it feels like an info dump when you're coming from zero. This community shares a love for hosting and orchestration and it takes a second to get out of that hole. My apologies.
In my opinion, DBTech has some of the easiest tutorials on this subject. Just search for how to set up Docker on YouTube by DBTech. TBH I'd always recommend reading the documentation, Docker devs tell you how to install Docker and he basically follows that. Should be doable if you have a distribution set up. The documentation covers most use cases whilst he just installs on his distribution in the video, but the process should be similar if not the same.
Good luck!