I keep a wiki using obsidian.md. The hard work is in working up the motivation to keep it updated. API keys and such I like to keep in Bitwarden/Vaultwarden
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 like this approach because it doesn’t require someone to stand up a database to read it. I have this worry in my head that I’ll be gone for some reason and my family will need to figure things out. Them not having to deal with a database right from the beginning seems very worthwhile.
Secrets etc in 1Password, for reasons similar to above even though it doesn’t fit the self-hosted mindset.
Obsidian is so good
It is, I use it to write anything down.
It's not FOSS sadly :/ I really thought it was.
Keepassxc for passwords plus a big emacs .org notes file for documentation. The latter could be better organised but it's easy to search with emacs tools so it'll do.
Secrets in BitWarden, documentation in Bookstack.
Bookstack looks good :) But I'm to much tied to Obsidian.
KeePass, mainly.
Right now: Keepass and a note-taking app I’m hoping others will post far better options so that I can improve my organization…
I keep all secrets and passwords in a selfhosted Bitwarden instance. I don't maintain any kind of "documentation" since my deployment files and scripts are clean and tidy, so I can tell what's going on at a glance by looking at them directly. They're also constantly changing as I continuously harden services according to ever-changing standards, so it's more efficient for me to just continue keeping my codebase clean than it is to maintain separate documentation that I myself will likely never read again once I've published it.
I'm the only one that needs to know how my own services are deployed and what the infrastructure looks like, and it's way faster for me to just look at the actual content of whatever deployment files or scripts I have.
It's a different story for things I work with professionally, because you can't trust someone else working to maintain the same things as you has the same level of knowledge to "just know where to go and what to do". But that doesn't apply to personal projects where I just want to get things done.
I use bitwarden for my passwords etc. Would it be beneficial to self-host my own bitwarden instance? (my server is unraid with a number of dockers) just started thinking about what else I can self-host etc.
To be more accurate, I actually self-host Vaultwarden, which is a Bitwarden-compatible server built in Rust. I highly recommend it, it's quick and easy to setup, light-weight, and works with all of the Bitwarden apps, browser extensions, etc.