feat: podpora notifikací z notify - základ

This commit is contained in:
2023-10-12 19:09:32 +02:00
parent 74893c38eb
commit 076f96aba6
6 changed files with 79 additions and 22 deletions

View File

@@ -24,3 +24,6 @@
# To je užitečné pro odesílání upozornění na různé servery Gotify s různými klíči API.
# Struktura dat je ve formátu JSON a je uložena jako řetězec.
# GOTIFY_SERVERS_AND_KEYS='[{"server":"https://notification.server.eu", "api_keys":["key1", "key2"]},{"server":"https://notification.server2.eu", "api_keys":["key3", "key4"]}]'
#NTFY_HOST = "http://192.168.0.113:80/topic"
#NTFY_USERNAME="username"
#NTFY_PASSWD="password"