Merge pull request #1645 from symonbaikov/feature/apprise-config-options

feat: add operator config options for Apprise notifications (closes #1576)
This commit is contained in:
Daniel Hiller
2026-09-17 02:00:24 +02:00
committed by GitHub
8 changed files with 98 additions and 2 deletions
+9
View File
@@ -42,6 +42,15 @@ SECRET_KEY=notsecretkey
# will be sent through this proxy if set.
# OUTGOING_PROXY=http://proxy:3128
# Apprise notifications configuration.
# Set to false to prevent users from configuring and sending Apprise notifications.
# APPRISE_ENABLED=false
# Comma-separated allowlist of Apprise schemas users may use (e.g. slack,telegram).
# When set, only schemas in this list are accepted; APPRISE_BLOCKED_SCHEMAS is ignored.
# APPRISE_ALLOWED_SCHEMAS=
# Comma-separated blocklist of Apprise schemas. Replaces the built-in blocked list.
# APPRISE_BLOCKED_SCHEMAS=syslog,dbus,kde,qt,glib,gnome,macosx,windows
# Set to true to expose the Swagger specification at /swagger.json
# SWAGGER_EXPOSED=false