this post was submitted on 29 Oct 2023
1 points (100.0% liked)
Self-Hosted Main
504 readers
1 users here now
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.
For Example
- Service: Dropbox - Alternative: Nextcloud
- Service: Google Reader - Alternative: Tiny Tiny RSS
- Service: Blogger - Alternative: WordPress
We welcome posts that include suggestions for good self-hosted alternatives to popular online services, how they are better, or how they give back control of your data. Also include hints and tips for less technical readers.
Useful Lists
- Awesome-Selfhosted List of Software
- Awesome-Sysadmin List of Software
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Personally I’ve been running docker via Unraid for about a year now and while it was easy I had very little understanding of what I was doing beyond following the instructions provided with the templates.
About a month ago my Unraid machine nuked itself and rather than rebuild it as is I decided to take the opportunity to try something new and set up Ubuntu Server on a Raspberry Pi I had lying around and set up docker on it from the ground up. Terminal only. I did install portainer but I’ve only used it for monitoring, and tbh I could probably just shut it down at this point. I learned far more in a week of getting a few containers running than I did over months of running via a web ui. I actually started with pure docker run commands and then moved on to docker compose to get a fuller appreciation of the whole process.
Honestly not knowing yaml won’t hurt you too much. Biggest thing that bites pretty much anyone going in is that yaml absolutely cares about whitespace. Keeping indentation consistent is essential. Once you get a feel for it it’s surprisingly intuitive.