Add ntfy push notifications + mailrise SMTP bridge

- ntfy: self-hosted push notification service (port 8086)
- mailrise: SMTP-to-ntfy converter (port 8025)
- Configs in ./ntfy/server.yml and ./ntfy/mailrise.yml
- Token-based authentication for ntfy
- Updated docs and .gitignore
This commit is contained in:
KansaiGaijin
2026-05-14 23:26:51 +12:00
parent b2f4d37f19
commit 8ea0de84f5
7 changed files with 68 additions and 4 deletions

2
.gitignore vendored
View File

@@ -15,6 +15,8 @@
!AGENTS.md
!discord-agent/
!discord-agent/**
!ntfy/
!ntfy/**
# Never track actual secrets
.env