Add ntfy push notifications for security-relevant events
Sends alerts on admin login, new registrations, user disable/delete, and impersonation. NTFY_URL and NTFY_TOKEN are optional — leave blank to disable. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -18,3 +18,10 @@ ADMIN_PASSWORD=change_me
|
||||
# Generate a strong random value before deploying:
|
||||
# openssl rand -hex 32
|
||||
JWT_SECRET=change_me
|
||||
|
||||
# ── Ntfy push notifications (optional) ───────────────────────────────────────
|
||||
# Sends alerts for: new registrations, admin logins, user disable/delete, impersonation.
|
||||
# Use https://ntfy.sh/your-secret-topic or a self-hosted ntfy URL.
|
||||
# Leave blank to disable notifications entirely.
|
||||
NTFY_URL=
|
||||
NTFY_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user