shiftymccool

joined 1 year ago
[–] shiftymccool@programming.dev 12 points 1 month ago (3 children)

You probably don't want your server maxing out all day, your electricity bill will thank you

[–] shiftymccool@programming.dev 8 points 1 month ago

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@programming.dev 3 points 2 months ago

Apple changing their browser was the final straw that killed the internet for ya?

[–] shiftymccool@programming.dev 2 points 2 months ago* (last edited 2 months ago)

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"
    }
  ]
}
[–] shiftymccool@programming.dev 1 points 2 months ago* (last edited 2 months ago)

I've been using OneDev. It's really easy to set up, kinda just works out of the box

[–] shiftymccool@programming.dev -5 points 2 months ago

Are these western chauvanists in the room with us right now?

As of now, it's just one person getting some clarity on the definition of poverty from another person and you. You must really want to peddle your paywalled links because that's quite the comment hair-trigger you got there

[–] shiftymccool@programming.dev 6 points 3 months ago

Elon's wet fucking dream

[–] shiftymccool@programming.dev 1 points 3 months ago

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!

[–] shiftymccool@programming.dev 3 points 3 months ago* (last edited 3 months ago)

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 ¯\_(ツ)_/¯

[–] shiftymccool@programming.dev 0 points 3 months ago (3 children)

I guess I don't get that granular. It will respect the current docker compose image path. So. if you have the latest tag, that's what it will use. Komodo is a big topic: https://komo.do/

 

Hey all! I'm running Proxmox VE with the tteck PBS LXC and I can't figure out why there is this constant network traffic on PBS. I have backups set to run in the early morning and the screenshot is from when it should be idle. Any ideas? I know I'm not providing much info here so any clarifying questions are welcome since I don't know what would be important for troubleshooting. Thanks!

view more: next ›