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!
view the rest of the comments
Those of you self hosters who use watchtower, what's your use case?
I only let me notify about updates. I don't want autoupdates, because some projects may have breaking changes (looking at you Immich 😁)
I get a message from watchtower over Gotify and then I can read the changelog
I just use RSS for this ¯_(ツ)_/¯
I've been thinking about this. Can you do that with watchtower? Don't need diem or anything?
It is very easy. Here is my compose:
Every 3 hours it will check for updates, send a message via Gotify and pull the new images. It will not restart the containers with the new images.
Is it possible to have it auto update say one container and notify the rest?
Yes. There is a label you would need to apply to all of your containers to specify whether or not to update: com.centurylinklabs.watchtower.monitor-only=true
No, because MONITOR_ONLY is for all
Honestly I think this might be a better way than what I’m using now. I’ve subbed to ~~dockerrelease.io~~ (edit: docker-notify.com) and releasealert.dev … get spammed all day everyday because the devs keep pushing all sorts of updates to old branches… or because those sites aren’t configured well.
You can use scopes to limit updates to pre-determinded containers.