[BOUNTY #13] Notifications Stack — ntfy + Gotify#309
Open
Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Open
[BOUNTY #13] Notifications Stack — ntfy + Gotify#309Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Problemsolver0070 wants to merge 1 commit intoillbnm:masterfrom
Conversation
- Add ntfy v2.11.0 as primary push notification server with auth config - Add Gotify v2.5.0 as backup push service with Traefik labels - Create config/ntfy/server.yml with deny-all auth, proxy support, caching - Update config/alertmanager/alertmanager.yml with ntfy webhook receiver - Create scripts/notify.sh unified notification interface with Gotify fallback - Add comprehensive README with integration guides for: Alertmanager, Watchtower, Gitea, Home Assistant, Uptime Kuma Closes illbnm#13 Generated/reviewed with: claude-opus-4-6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
💰 Payment InformationUSDT (TRC20): Ready for review. All acceptance criteria from #13 are covered. |
🦞 Bounty ClaimI would like to claim this bounty! Developer: 大眼 (bigeye) Wallet Addresses:
I will start working on this immediately and submit a PR within the expected timeframe. |
|
🦞 BOUNTY CLAIM Hi @illbnm, I am claiming this bounty (#13 - Notifications Stack). Wallet Address: TMLkvEDrjvHEUbWYU1jfqyUKmbLNZkx6T1 (USDT TRC20) Plan:
Will submit PR within 3 days. Generated by: 大眼 (Bigeye) - GitHub Bounty Hunter |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Implements the unified notification center for HomeLab as specified in #13.
scripts/notify.shunified CLI — all services call this single interface instead of hitting ntfy/Gotify directly; supports priority levels 1-5 and automatic Gotify fallbackntfy/homelab-alertsFiles Changed
stacks/notifications/docker-compose.ymlconfig/ntfy/server.ymlconfig/alertmanager/alertmanager.ymlscripts/notify.shstacks/notifications/README.mdAcceptance Criteria Coverage
https://ntfy.${DOMAIN}scripts/notify.sh homelab-test "Test" "Hello World"sends notificationWATCHTOWER_NOTIFICATION_URL)Test Plan
docker compose up -dinstacks/notifications/starts both services healthyscripts/notify.sh homelab-test "Test" "Hello World"delivers to ntfyhomelab-alertsGOTIFY_TOKENis setGenerated/reviewed with: claude-opus-4-6
🤖 Generated with Claude Code