Files
web/dozzle/data/notifications.yml
carlitosbond f510bec447 Initial commit — docker stack carloselugo.com
Services: Caddy, frontend, Uptime Kuma, Netdata, ntfy, Dozzle, Gitea
2026-04-23 18:57:20 +00:00

27 lines
734 B
YAML

subscriptions:
- id: 1
name: Enshrouded Login
enabled: true
dispatcherId: 1
logExpression: message contains "logged in with Permissions"
containerExpression: name == "enshrouded"
- id: 2
name: Enshrouded Logout
enabled: true
dispatcherId: 1
logExpression: message contains "Remove Player"
containerExpression: name == "enshrouded"
dispatchers:
- id: 1
name: Local NTFY
type: webhook
url: https://ntfy.carloselugo.com
template: |-
{
"topic": "homelab",
"title": "{{ .Container.Name }}",
"message": "{{ .Detail }}"
}
headers:
Authorization: Basic Y2FybG9zOkZObVVzVHJHSHUjSk44dQ==