Umstellung auf Apprise API mit .env Konfiguration und Debug-Ausgaben
This commit is contained in:
10
env.example
Normal file
10
env.example
Normal file
@ -0,0 +1,10 @@
|
||||
# Apprise Konfiguration
|
||||
# Beispiel für Mattermost Webhook:
|
||||
# APPRISE_URL=mattermost://username:password@mattermost.medisoftware.org/channel?webhook=your_webhook_id
|
||||
|
||||
# Beispiel für andere Dienste:
|
||||
# APPRISE_URL=slack://token_a/token_b/token_c/#channel
|
||||
# APPRISE_URL=telegram://bottoken/ChatID
|
||||
# APPRISE_URL=discord://webhook_id
|
||||
|
||||
APPRISE_URL=https://mattermost.medisoftware.org/hooks/i67zgcgajifxxxtfwjxcxace7a
|
Reference in New Issue
Block a user