Added support for custom webhook URLs for notifications

This commit is contained in:
Tzahi12345
2023-04-11 23:45:30 -04:00
parent 7593a23c2e
commit fb27264d33
4 changed files with 43 additions and 11 deletions

View File

@@ -221,7 +221,8 @@ const DEFAULT_CONFIG = {
"gotify_app_token": "",
"use_telegram_API": false,
"telegram_bot_token": "",
"telegram_chat_id": ""
"telegram_chat_id": "",
"webhook_URL": ""
},
"Themes": {
"default_theme": "default",