From 98c1b69853328c97c355c55cd8df9983352e6e2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 23:06:41 +0200 Subject: [PATCH] chore(ntfy): Added Ntfy for Notifications --- manifests/artemis/ntfy/configmap.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/artemis/ntfy/configmap.yaml b/manifests/artemis/ntfy/configmap.yaml index e254b41..5b2a851 100644 --- a/manifests/artemis/ntfy/configmap.yaml +++ b/manifests/artemis/ntfy/configmap.yaml @@ -7,3 +7,5 @@ data: server.yml: | # Template: https://github.com/binwiederhier/ntfy/blob/main/server/server.yml base-url: https://notifications.dgse.cloud + enable-login: true + enable-signup: false