feat(notifications): add Gotify, unified notify script, MQTT config (#13 $80)#357
Open
achievefibromyalgia-lgtm wants to merge 3 commits intoillbnm:masterfrom
Open
Conversation
…llbnm#13 $80) ## Changes - Add Gotify service with Traefik + SSO (gotify.${DOMAIN}) - Add unified notify.sh script (ntfy + Gotify multi-channel) - Add ntfy server.yml (MQTT bridge, base-url, attachment settings) - Add stacks/notifications/README.md with integration examples ## Services - Gotify 2.5.0 (notification gateway, WebSocket support) - ntfy v2.11.0 (push notifications, MQTT bridge) - Apprise v1.1.6 (multi-platform aggregator)
|
Claim! 我认领这个 Bounty!我有相关经验,可以完成。钱包地址:TMLkvEDrjvHEUbWYU1jfqyUKmbLNZkx6T1 (USDT TRC20) |
added 2 commits
March 27, 2026 10:52
- Fix send_gotify(): use actual HTTP status code check instead of always return 0
- Fix ntfy server.yml: remove broken ${DOMAIN} reference, use NTFY_SERVER_BASE_URL
env var override instead (docker-compose interpolates env vars)
- Add NTFY_SERVER_BASE_URL env var to ntfy service in docker-compose
- Add clear comments in server.yml about base-url configuration
Author
|
Status Update — All requested fixes have been committed:
Ready for review. |
🦞 Bounty Claim - Notifications StackDeveloper: 大眼 (bigeye) Claim: I claim this $80 Notifications Stack bounty! I have experience with notification systems and MQTT configuration. Ready to start immediately! 🚀 |
6 tasks
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.
实现 Notifications Stack(通知服务栈)
服务清单
变更内容
1. stacks/notifications/docker-compose.yml
2. config/ntfy/server.yml(新增)
3. scripts/notify.sh(新增)
统一通知脚本,支持 ntfy、Gotify 双通道发送:
4. stacks/notifications/README.md(新增)
完整集成文档:
安全配置
赏金认领
#13