Add playbooks/templates/apprise.yml
This commit is contained in:
parent
4eebe09ee3
commit
469c8c70d1
1 changed files with 46 additions and 0 deletions
46
playbooks/templates/apprise.yml
Normal file
46
playbooks/templates/apprise.yml
Normal file
|
|
@ -0,0 +1,46 @@
|
||||||
|
# Apprise Notification Configuration
|
||||||
|
# Version: 1
|
||||||
|
# Timezone: Etc/UTC
|
||||||
|
# Reference: https://github.com/caronc/apprise/wiki/config_yaml
|
||||||
|
|
||||||
|
version: 1
|
||||||
|
|
||||||
|
# Optional: override app identity shown in notifications
|
||||||
|
# asset:
|
||||||
|
# app_id: MyApp
|
||||||
|
# app_desc: MyApp Notifications
|
||||||
|
# app_url: https://myapp.example.com
|
||||||
|
|
||||||
|
# Define notification service URLs
|
||||||
|
# Uncomment and fill in the services you want to use.
|
||||||
|
# Full list of supported services: https://github.com/caronc/apprise/wiki
|
||||||
|
urls:
|
||||||
|
# --- Email ---
|
||||||
|
# - mailto://user:password@gmail.com
|
||||||
|
|
||||||
|
# --- Slack ---
|
||||||
|
# - slack://tokenA/tokenB/tokenC/#channel
|
||||||
|
|
||||||
|
# --- Discord ---
|
||||||
|
# - discord://webhook_id/webhook_token
|
||||||
|
|
||||||
|
# --- Telegram ---
|
||||||
|
# - tgram://bot_token/chat_id
|
||||||
|
|
||||||
|
# --- Gotify (self-hosted) ---
|
||||||
|
# - gotify://hostname/token
|
||||||
|
|
||||||
|
# --- Ntfy (self-hosted or cloud) ---
|
||||||
|
# - ntfy://hostname/topic
|
||||||
|
|
||||||
|
# --- Pushover ---
|
||||||
|
# - pover://user_key@app_token
|
||||||
|
|
||||||
|
# --- Mattermost ---
|
||||||
|
# - mmost://hostname/token
|
||||||
|
|
||||||
|
# Example with tags (send only to tagged URLs with --tag flag)
|
||||||
|
# - slack://tokenA/tokenB/tokenC/#ops-alerts:
|
||||||
|
# - tag: critical
|
||||||
|
# - mailto://admin@example.com:
|
||||||
|
# - tag: reports
|
||||||
Loading…
Add table
Add a link
Reference in a new issue