shiftymccool
@shiftymccool@programming.dev
- Comment on Drama man 8 hours ago:
But why, exactly do we ride in a car but on a bus? Or sleep in the bed but on the couch?
- Comment on I can't believe it's necessary to ask the question... 1 week ago:
Sooooo… Eat it raw?
- Comment on [Digital "Dixie" background song intensifies] 1 week ago:
Rock
- Comment on The joy of quitting a shit job with an asshole boss 1 week ago:
Nice but awkward…
- Comment on How can I contribute processing power to the community? 3 weeks ago:
You probably don’t want your server maxing out all day, your electricity bill will thank you
- Comment on What more you want? 3 weeks ago:
I used to have a folder of my self-hosted apps, now it’s basically just my app drawer
- Comment on [Debian Stable] Which Static Blog Generator: blag, Jekyll, Hugo, Lektor, Pelican, staticsite? 3 weeks 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
- Comment on quick health tip 4 weeks ago:
If you need to add a pinch of salt, get better coffee
- Comment on Boys and beans and... 4 weeks ago:
Wrangler relaxed fit boot cut. You’re welcome
- Comment on Apple Eyes Move to AI Search, Ending Era Defined by Google 5 weeks ago:
Apple changing their browser was the final straw that killed the internet for ya?
- Comment on Too cynical or too cyclical? 5 weeks ago:
If protests worked they’d be illegal
- Comment on Advice wanted: Making reliable private cloud backups with Kopia. 1 month ago:
I’m using Kopia with 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" } ] }
- Comment on What CI/CD tools are you guys using? I have Forgejo but I need a simple way of running automation. 1 month ago:
I’ve been usingOneDev. It’s really easy to set up, kinda just works out of the box
- Comment on [deleted] 1 month ago:
Elon’s wet fucking dream
- Comment on How To: Automate version update for your selfhosted Docker containers with Gitea, Renovate, and Komodo 2 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!
- Comment on How To: Automate version update for your selfhosted Docker containers with Gitea, Renovate, and Komodo 2 months ago:
Komodo is a big topic so I’ll leave this here (komo.do)[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.
- Comment on How To: Automate version update for your selfhosted Docker containers with Gitea, Renovate, and Komodo 2 months ago:
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 - Comment on How To: Automate version update for your selfhosted Docker containers with Gitea, Renovate, and Komodo 2 months ago:
Not sure why Renovate is necessary when Komodo has built-in functionality to update Docker images/containers. I wish there was an option to check less often (like once a day), maximum time is hourly.
Also, if you’re using Komodo and have one big repo of compose files, consider just saving your entire config toml to a repo instead. You end up with something akin to Terraform or Cloudformation for your Docker hosts
- Comment on What's the community for stuff like this? 2 months ago:
It’s almost like punctuation was made for a reason…
- Comment on Google to pay $100 million to settle 14-year-old advertising lawsuit 2 months ago:
Oh no, they might have to flip over another couch cushion to find that kind of money
- Comment on So seductive 2 months ago:
Multiple sag layers? What is this, the early 90’s?
- Comment on 5 Smart Hydration Hacks for Better Workouts! 💦🏋️♀️ 2 months ago:
You’re the reason we can’t have nice things
- Comment on The Lessons of Crypto Media: Grifts, memes, disruption, vengeful billionaires—to understand Donald Trump, there’s much to learn from those who cover the blockchain. 2 months ago:
…to understand Donald Trump…
I’ll just stop you right there, nobody needs this
- Comment on Now Even Gmail Will Push AI-Powered Search on You 2 months ago:
In this case, it appears that Gmail’s AI search tool will be optional.
Until they quietly turn it on by default after the initial news had cooled down
- Comment on In the JFK Files 2 months ago:
- Comment on The right-to-repair movement is growing as wins stack up 2 months ago:
Kärcher is awsome, all of their products I have are solid and dealing with the company is ridiculously easy. They always have parts on-hand and repairs are usually a handful of steps. Easy recommendation
- Comment on What host names do you use? 2 months ago:
My home network is called The IT Clowd with these devices: Moss - physical server Roy - physical server Jen - vm - main docker host Richmond - vm - *arr stack Denholm - vm - monitoring, logging Douglas - vm - Home Assistant stack Basement - vm - development server
- Comment on My Thoughts on the Zen Browser 3 months ago:
Looks are somewhat similar but 🤷♀️
It’s a straight up copy. Somewhat similar… JFC
- Comment on My Thoughts on the Zen Browser 3 months ago:
Looks just like Arc
- Comment on Immich: opinion revised 3 months ago:
Give me the angry downvote all you want but, you are administering a system, you are literally a sysadmin