chore: new volume name, add server config and jenkins support
All checks were successful
jenkins-ci Build successful

This commit is contained in:
2026-01-26 11:44:47 +00:00
parent 0e58e22732
commit 704abb4564
4 changed files with 70 additions and 5 deletions

8
etc/server.yml Normal file
View File

@@ -0,0 +1,8 @@
# Public adress
base-url: "https://ntfy.lucasroyer.fr"
# Messages storage
cache-file: "/var/cache/ntfy/cache.db"
# Access only to registered users
auth-default-access: "deny-all"