view the rest of the comments
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!
I'm new to all this.
Synology: I was using Synology before and getting started with trying some Docker containers. The Synology was very underpowered and containers kept crashing or being shut down (from resources running out I guess) so I wanted to upgrade.
Comments seemed to suggest it is best to keep the Synology as purely a NAS and use a mini PC for compute, so that's what I went for. Got a 12th Gen Intel mini PC pretty cheap on eBay to play around with.
Debian - I've put Debian with KDE on the mini PC server. I was looking into TrueNAS or Unraid to consist what I should try learning. My brother (rightly) said there's no reason to over complicate things when I don't need functions of those OS and don't understand them. The one place the Linux community seems to be united is in recommending Debian for a server for being rock solid and stable. I've been very happy with it.
Spent my week off figuring out Docker, mounting NAS drives on the server PC, troubleshooting the problems. Got a setup I'm really happy with and I'm really happy I went with Debian.
Save your resources on the mini pc by getting rid of KDE, desktops can take quite a lot of resources to run!
If you aren’t familiar with the BASH shell it’s essentially the heart of every Linux/GNU based operating systems, no need for a clunky GUi on a server.
Key commands:
cd
== Change Directorysudo
== Root privilegesmkdir
== Make directoryrm -f
== Remove file/directory with forcetouch
== Make a new filenano
== Text/File editorcat
== Read file contents and print to shellCommands don’t need to be complicated! For example
nano /home/SomeUser/Downloads/SomeRandom.txt
will open the text editor to SomeRandom.txt in the/Downloads
directory of SomeUserThanks. I do know almost all those commands, but I'm not quite comfortable with using konsole/SSH exclusively yet. KDE is what I'm most familiar with from my desktop PC and I thought it would be easier to set up knowing where settings etc are. Also I use a Guacamole Docker app to access the server's desktop (my personal machine) when I need to do some personal task while at work. That may change as I get better at this and learn more.
Edit: I don't want to mess with the server now, but I'll try to put LXQT at some point to save some resources. I don't trust myself to remove KDE cleanly and install a different a different DE without destroying the setup.
I have pretty much the same setup. Works like a charm.
What are you running on your server? I'm looking for more ideas.
I've got loads of stuff up and running, but now it is all quietly functional and I'm withdrawing from the enjoyment if setting up something new. I've recently had to delete a couple of Docker apps which weren't really very useful for me, but I enjoyed setting them up and liked seeing a long list of healthy containers in Dockge.
Immich, paperless, Bitwarden, and a static website with recipes. I am very happy with all of them. Next projects are Forgejo, obsidian live sync (via CouchDB) and a budgeting software (not decided yet)
Notes app is a good idea. I might have a look at options.
Actual is working really well for me for budgeting.