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
If you know how to use containers then go for debian as the server OS and run everything you need as containers.
Debian is community based distro, very stable, major updates every few years, ubuntu and other distros use it as a base.
Get familiar with working on the command line, try nano as an easy text editor und use docker compose.
I did not test TrueNAS, I do know the scale version can run containers too, but I do not know how stable ur usable it is. You should go for the classic linux approach with Debian. Much more fun to learn :)
I can only second that. Its basically exactly my setup. Debian as stable base and every service as docker via docker compose. This way your system is stable and your services can upgrade as much as they like.
Only difference is that i use micro as editor. But thats just details.
Yep, Debian for sure ! 3 years ago I settled for debian on an old spare laptop, It's still cruisen with more than 21 containers !! Sure I had a few fresh installs because skill issues, lack of proper configuration, user mistakes... But it's probably the easiest to maintain and learn as a beginner !
No idea what's your level and how close you're with computers and how much time you have to spare, but don't be afraid to make mistakes and try a few things out.
If you are like me just a plain old geek who knew his way arround computers and used Hamachi back in the days, thinking you were a HAKKER... Get ready to get your ass kicked !
While self-hosting and de-googling is fun, it also has alot of negative things:
One of the best advice I could give you along the way is, If you're stuck on a bug or something isn't working as expected in your setup and It seems you couldn't find any answer or similar issues on the web, you absolutly have to take a break, not a 5min cigarette break... A few hours bicycle/sleep break !!!!
The next day you will for sure find a solution !!
Good luck, have fun and don't forget to take time for yourself and people arround you !
I used to run multiple containers with TrueNAS Scale through their apps system (not as a VM in TrueNAS) and it was very unstable. I constantly had to fix something and the apps had constant updates even though there were no updates to the apps itself. It was really annoying to work with. I switched to Fedora Server and it has been much better since.
Agree, except for nano. Micro has a much better interface and even has mouse integration.
Nano is useful because it is everywhere.
There are better editors, but being familiar with nano and it's shortcuts means you can edit files pretty much anywhere.
Same with knowing the basics of vim (like being able to edit, exit and save)
Got the same setup, but I connect to my server with vscode through SSH and edit files there.
Much more user friendly as a primary Windows guy.