this post was submitted on 26 Jan 2025
6 points (87.5% liked)

Self Hosted - Self-hosting your services.

11943 readers
23 users here now

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

Important

Beginning of January 1st 2024 this rule WILL be enforced. Posts that are not tagged will be warned and if not fixed within 24h then removed!

Cross-posting

If you see a rule-breaker please DM the mods!

founded 3 years ago
MODERATORS
 

I've noticed that with time, my homelab is growing and with this comes complexity and time required to maintain. A big challenge is keeping on top of updates of firmware and key components (router and NAS, with pfsense and Truenas Scale respectively). What area people doing to ensure they keep on top of their homelab?

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 week ago* (last edited 1 week ago) (1 children)

I added renovate to my project over the weekend. I got 26 PRs for updating things I have missed, so it is working well for most part!

The only issue I have with it are a few docker images come from docker hub and I am getting 429 response codes for pinning digests. Do you have any tips for renovate on this? Ideally I'd like it to just update and pin digests on the next update to avoid api hits.

I am doing a regex datasource for most of them since my k8s resources are in yaml files and found right now it strips - alpine and such from the version tags... Haven't looked into this issue too much yet though.

[โ€“] [email protected] 2 points 1 week ago (1 children)

Honestly, k8s + GitOps at home is my project that I'm just starting this week. I found a community around it (on Discord ๐Ÿคฎ) called Home Operations.

Docker Hub sucks and is VERY strict with rate limits. Try ghcr.io or the aws container registry.

[โ€“] [email protected] 2 points 1 week ago

Docker Hub is the bane of my existence lol. I updated every image I use that has github as alternative yesterday now giving time for my rate limiting to go down. Unfortunately still a few that are doxker hub only ironically including lemmy!