feat: podpora pro notifikace per user

This commit is contained in:
2023-10-12 20:17:39 +02:00
parent 076f96aba6
commit 533fdb5032
4 changed files with 74 additions and 34 deletions

View File

@@ -24,6 +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_HOST = "http://192.168.0.113:80"
#NTFY_USERNAME="username"
#NTFY_PASSWD="password"