Added telegram notification support

This commit is contained in:
Tzahi12345
2023-03-20 20:23:50 -04:00
parent 0f7c495595
commit cb5651d437
6 changed files with 625 additions and 3 deletions

View File

@@ -219,7 +219,10 @@ const DEFAULT_CONFIG = {
"ntfy_topic_URL": "",
"use_gotify_API": false,
"gotify_server_URL": "",
"gotify_app_token": ""
"gotify_app_token": "",
"use_telegram_API": false,
"telegram_bot_token": "",
"telegram_chat_id": ""
},
"Themes": {
"default_theme": "default",