You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### If CUSTOM_SUB_PREFIX is set in @remnawave/subscription-page, append the same path to SUB_PUBLIC_DOMAIN. Example: SUB_PUBLIC_DOMAIN=sub-page.example.com/sub
@@ -56,17 +56,19 @@ IS_DOCS_ENABLED=false
56
56
METRICS_USER=admin
57
57
METRICS_PASS=admin
58
58
59
-
### WEBHOOK ###
59
+
# Webhook configuration
60
+
# Enable webhook notifications (true/false, defaults to false if not set or empty)
60
61
WEBHOOK_ENABLED=false
61
-
### Can be https:// or http://
62
-
WEBHOOK_URL=https://webhook.site/1234567890
62
+
# Webhook URL to send notifications to (can specify multiple URLs separated by commas if needed)
63
+
# Only http:// or https:// are allowed.
64
+
WEBHOOK_URL=https://your-webhook-url.com/endpoint
63
65
### This secret is used to sign the webhook payload, must be exact 64 characters. Only a-z, 0-9, A-Z are allowed.
0 commit comments