From 61eaea7178a99e54dd6d30552c3c3e388200c732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Groothuis?= Date: Thu, 23 Oct 2025 23:38:57 +0200 Subject: [PATCH] chore(ntfy): Added basic auth to ntfy --- manifests/artemis/ntfy/configmap.yaml | 1 + manifests/artemis/ntfy/ingress.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/artemis/ntfy/configmap.yaml b/manifests/artemis/ntfy/configmap.yaml index 5b2a851..271ccf5 100644 --- a/manifests/artemis/ntfy/configmap.yaml +++ b/manifests/artemis/ntfy/configmap.yaml @@ -9,3 +9,4 @@ data: base-url: https://notifications.dgse.cloud enable-login: true enable-signup: false + upstream-base-url: "https://ntfy.sh" diff --git a/manifests/artemis/ntfy/ingress.yaml b/manifests/artemis/ntfy/ingress.yaml index 3787cbe..a942a57 100644 --- a/manifests/artemis/ntfy/ingress.yaml +++ b/manifests/artemis/ntfy/ingress.yaml @@ -16,4 +16,3 @@ spec: port: 80 tls: secretName: letsencrypt -