wulf-ansible/playbooks/templates/apprise.yml.j2

46 lines
1.1 KiB
Django/Jinja

# 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