Not sure if this will work for you but I keep my homelab documentation in markdown, mainly edited with Obsidian. I wanted an easy way to access via web and found Perlite. I have this pointed at a notes folder on my server which is auto-updated with Syncthing. No fuss, just works
shiftymccool
Yeah, let's put the decision of abortion in the states' hands by overturning Rowe v Wade but AI regulations are too much for the states to handle.
If these fucks want AI this bad, it's worth boycotting and protesting out of princple since it's definitely not for the "safety of our children" or whatever other bullshit justification they come up with. The oligarchs want it, that's enough for me to resist it.
If you need to add a pinch of salt, get better coffee
Wrangler relaxed fit boot cut
Apple changing their browser was the final straw that killed the internet for ya?
If protests worked they'd be illegal
I'm using Kopia with AWS S3 for about 400GB and it runs a bit less than $4/mo. If you set up a .storageconfig file it will allow you to set a storage level based on the file names. Kopia conveniently makes the less frequently accessed files begin with "p" so you can set them to the "infrequently accessed" level while files that are accessed more often stay in standard storage:
{
"blobOptions": [
{
"prefix": "p",
"storageClass": "STANDARD_IA"
},
{
"storageClass": "STANDARD"
}
]
}
Elon's wet fucking dream
I use it in a homelab, I don't need to apply prod/team/high-availability solutions to my Audiobookshelf or Mealie servers. If an upgrade goes wrong, I'll restore from backup. Honestly, in the handful of years I've been doing this, only one upgrade of an Immich container caused me trouble and I just needed to change something in the compose file and that was it.
I get using these strategies if you're hosting something important or just want to play with new shiny stuff but, in my humble opinion, any extra effort or innovating in a homelab should be spent on backups. It's all fun and games until your data goes poof!
Komodo is a big topic so I'll leave this here: komo.do.
In a nutshell, though, all of Komodo is backed by a TOML-based config. You can get the config for your entire setup from a button on the dashboard. If have all of your compose files inline (using the editor in the UI) and you version control this file, you can basically spin up your entire environment from config (thus my Terraform/Cloudformation comparison). You can then either edit the file and commit, which will allow a "Resource Sync" to pick it up and make changes to the system or, you can enable "managed mode" and allow committing changes from the UI to the repo.
EDIT: I'm not really sure how necessary the inline compose is, that's just how I do it. I would assume, if you keep the compose files in another repo, the Resource Sync wouldn't be able to detect the changes in the repo and react ¯\_(ツ)_/¯
I used to have a folder of my self-hosted apps, now it's basically just my app drawer