ntfy docker compose; server config and a shell script to push it to the docker container

This commit is contained in:
Peter Wood
2023-11-16 17:54:15 +00:00
parent d1f64e6b24
commit f8686a1eec
3 changed files with 34 additions and 0 deletions

5
ntfy/server.yml Normal file
View File

@@ -0,0 +1,5 @@
base-url: "https://notify.peterwood.rocks"
upstream-base-url: "https://ntfy.sh"
# attachment-cache-dir: "/var/cache/ntfy/attachments"
# auth-file: "./var/lib/ntfy/user.db"
auth-default-access: "read-write"