Files
kubernetes/manifests/artemis/ntfy/configmap.yaml
Daniël Groothuis 61eaea7178
All checks were successful
Validate K8s manifests / validate-manifests (push) Successful in 8s
Validate K8s manifests / scan-secrets (push) Successful in 54s
chore(ntfy): Added basic auth to ntfy
2025-10-23 23:38:57 +02:00

13 lines
298 B
YAML

---
apiVersion: v1
kind: ConfigMap
metadata:
name: ntfy
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
upstream-base-url: "https://ntfy.sh"