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.
-
No low-effort posts. This is subjective and will largely be determined by the community member reports.
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 is hard, if even possible, to keep documentation up-to-date. Better use a configuration management system (salt, ansible etc.) for your servers. Yes, you need to learn how to use it. Yes, it will take a longer time to make changes in your configuration. But as a result you'll have a self-documented configuration-as-a-code that will allow you to scale your setup as you need. Reproducing something won't require reading your notes, remembering your actions etc.
Until you realise that
(I'm being tongue-in-cheek here. I don't doubt this may work for you, but it takes much more discipline than I have.)
Maybe. But you never know this beforehand.
In most cases you just need to replay a playbook for quick fix. But I agree that the proper fix will likely take a longer time (while downtime is much shorter).
Let @BruisedMoose@piefed.social decide.
P. S. I don't like Ansible, other tools can be easier to use. But I don't want to recommend something concrete.
Which ones do you like to work with? (Even though it's not a recommendation ;) I've only dabbled in Ansible so far and found it overkill for most of the things I do, but maybe one of yours isn't?
Yeah as someone who does both ansible is for repeatable multi-system commands like telling everything to update or configuring a local agent on every machine at once.
That's what I use it for as well. Updating 7+ VMs is no fun. With Ansible? No worries.