Update README
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# Apprise Konfiguration
|
||||
# Beispiel für Mattermost Webhook:
|
||||
# APPRISE_URL=mattermost://username:password@mattermost.medisoftware.org/channel?webhook=your_webhook_id
|
||||
# APPRISE_URL=mattermost://username:password@<your-mattermost-server>/channel?webhook=your_webhook_id
|
||||
|
||||
# Beispiel für andere Dienste:
|
||||
# APPRISE_URL=slack://token_a/token_b/token_c/#channel
|
||||
@ -11,7 +11,7 @@
|
||||
# Mehrere URLs können durch Kommas getrennt werden
|
||||
|
||||
# Mattermost Webhook
|
||||
APPRISE_URL_MATTERMOST=mattermost://username:password@mattermost.medisoftware.org/channel?webhook=your_webhook_id
|
||||
APPRISE_URL_MATTERMOST=mattermost://username:password@<your-mattermost-server>/channel?webhook=your_webhook_id
|
||||
|
||||
# Slack (optional)
|
||||
# APPRISE_URL_SLACK=slack://token_a/token_b/token_c/#channel
|
||||
|
Reference in New Issue
Block a user