From 5e76ceab24cfc4d9ea3d93955c92b446ec2d9e59 Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Sun, 25 Jan 2026 23:39:23 +0000 Subject: [PATCH] Added `ntfy` --- .../minilab/roles/ntfy/templates/docker-compose.yaml.j2 | 1 + .../adhdgirl/minilab/roles/ntfy/templates/ntfy-config.yaml.j2 | 3 +++ 2 files changed, 4 insertions(+) diff --git a/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/docker-compose.yaml.j2 b/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/docker-compose.yaml.j2 index db35cbb..597d8d7 100644 --- a/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/docker-compose.yaml.j2 +++ b/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/docker-compose.yaml.j2 @@ -12,6 +12,7 @@ services: - /opt/ntfy/config:/etc/ntfy ports: - 8085:80 + - 8025:25 healthcheck: # optional: remember to adapt the host:port to your environment test: [ diff --git a/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/ntfy-config.yaml.j2 b/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/ntfy-config.yaml.j2 index 7ee4a5d..b938aa2 100644 --- a/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/ntfy-config.yaml.j2 +++ b/collections/ansible_collections/adhdgirl/minilab/roles/ntfy/templates/ntfy-config.yaml.j2 @@ -13,3 +13,6 @@ auth_access: - "*: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-"