minilab/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/ntfy-config.yaml.j2
2026-01-25 23:39:23 +00:00

18 lines
575 B
Django/Jinja

base_url: "https://ntfy.cobb.lgbt"
attachment_cache_dir: "/var/cache/ntfy/attachments"
auth_file: "/etc/ntfy/user.db"
auth_default_access: "deny-all"
auth_users:
- "adhdgirl:{{ ntfy_adhdgirl_pwd }}:admin"
- "servers:{{ ntfy_servers_pwd }}:user"
auth_tokens:
- "adhdgirl:{{ ntfy_adhdgirl_token }}"
- "servers:{{ ntfy_servers_token }}:Server Alerts"
auth_access:
- "servers:server_alerts:rw"
- "*:server_alerts:deny-all"
- "*:up*:write-only"
behind_proxy: true
smtp-server-listen: ":25"
smtp-server-domain: "ntfy.local.cobb.lgbt"
smtp-server-addr-prefix: "ntfy-"