We use renovate mostly for container images and nuget/npm/maven dependencies.
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: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
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!
Same here. Works great self hosted and the regex manager solves most of everything that is not sorted out of the box
I guess I never really thought about this until now. It seems there are 3 kind of softwares I use: softwares installed from package manager (the package manager pops up a notification in the desktop when there's an update), softwares installed from 3rd party sources (they usually show any available updates in the app's UI), and softwares installed from docker (no update notifications at all. I just check for update semi-regularly every months or so).
For Docker i use diun since i dont want auto-update (would break stuff sometimes)
Thank you for the recommendation. I think I'll need this at least for my Lemmy instance. I don't want to miss any emergency security release when Lemmy get hacked again in the future.
- distribution packages: unattended-upgrades + netdata-apt for upgrades that may slip through the cracks
- github/gitlab/... projects: RSS feeds for releases
/releases.atom
or commits/commits.atom
- the rest: nvchecker
A self hosted containerised https://changedetection.io/ pointed at the public github api release endpoint for each repo.
Duin for my docker containers (the few I don't build from scratch myself)
I subscribe to the releases notifications for repos on GitHub since they include changlog information so I can know if I need to run a full backup and verify or just update the patch release.
Otherwise I just do weekly system/container updates for Linux and then unraid.