migrate: ntfy + gatus

This commit is contained in:
Strix 2023-10-20 04:24:09 +02:00
parent 0a1257b223
commit b388105fb0
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
16 changed files with 397 additions and 0 deletions

View file

@ -0,0 +1,3 @@
FROM binwiederhier/ntfy
COPY ./server.yml /etc/ntfy/server.yml

View file

@ -0,0 +1,6 @@
base-url: "https://push.ixvd.net"
listen-http: ":80"
auth-file: "/var/cache/ntfy/auth.db"
cache-file: "/var/cache/ntfy/cache.db"
attachment-cache-dir: "/var/cache/ntfy/attachments"