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
No extra money needed
Make sure to not check in secrets in plaintext. git crypt is one way to encrypt secrets before checking them in.
I suggest SOPS
Terraform sensitive variables and AWS secrets manager? ^^
I don't like big corporations so I wouldn't do that, but sure
Codeberg sounds like a good way! I was concerned about server config being stored on self-hosted forgejo (which is configured by the very server config), turns out that need not be the case.
Edit: Was asking about the config targetting process for git (not how to use git) and was going to ask an AI to do some googling for me.
Please don't use AI for simple things like this.
The Odin Project has a tutorial on Git Basics and a guide on Setting Up Git. The instructions are roughly the same whether on Github, Codeberg, etc.
Once you have the repository, it's as simple as:
Simple things seems like the best use of AI
https://docs.codeberg.org/getting-started/first-repository/
Follow this, should suffice
That's what you just got shown: Shove the configgy bits into Git.
You will likely have to find the configs you want to save first.
I was hoping for a guide to capture said configs with a recommended subset. Not instructions for using git.
So no the guides don't help with that.
I'll just stick to my mkdocs repo.