view the rest of the comments
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.
-
No spam.
-
Posts are to be related to self-hosting.
-
Don't duplicate the full text of your blog or readme if you're providing a link.
-
Submission headline should match the article title.
-
No trolling.
-
Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.
-
AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.
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!
Dang it I finally literally just updated yesterday after not updating for like six months and being lazy haha.
Nice new features though and no breaking changes so no big deal. Just update it again today, I guess.
Good news, they just released v1.130.1
Always wait a couple days before doing a big upgrade. These smaller projects tend to have patch releases pretty soon after a major release.
I use Actual Budget, and they have had a .1 release within a day or so of pretty much every release since I've been using them.
If you're okay debugging some stuff, by all means, get the .0 right away and submit reports. But if you're not going to do that, wait a couple days.
I wish I could set my Immich Docker image to a specific version other than 'latest' and let Watchtower update it automatically. Perhaps it would be helpful to have a major release for every breaking change.
you could use dockcheck, it has this feature:
-d N Only update to new images that are N+ days old.Dockcheck is the way to go
I don't use Watchtower, but many images follow semver so setting the version to something that you feel comfortable with can help.
I use podman and set my images to auto-update, and I just use a tag that's broad enough to probably not break stuff with the auto-updates.