feat(gotify): push notification server + SMTP email relay (#19)

Co-authored-by: rock <[email protected]>
This commit was merged in pull request #19.
This commit is contained in:
2026-09-10 01:35:59 +00:00
committed by rock
parent 5b16b882be
commit 128e76ce2d
9 changed files with 525 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- db.yaml
- secrets.yaml
- deployment.yaml
- service.yaml
- ingress.yaml