Merge pull request #1248 from pixitha/patch-1

Update quickstart example
This commit is contained in:
Philipp C. Heckel 2025-05-21 19:50:40 -04:00 committed by GitHub
commit 2091ceb4d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,6 +50,7 @@ Here are a few working sample configs using a `/etc/ntfy/server.yml` file:
listen-http: ":2586" listen-http: ":2586"
cache-file: "/var/cache/ntfy/cache.db" cache-file: "/var/cache/ntfy/cache.db"
attachment-cache-dir: "/var/cache/ntfy/attachments" attachment-cache-dir: "/var/cache/ntfy/attachments"
behind-proxy: true
``` ```
=== "server.yml (ntfy.sh config)" === "server.yml (ntfy.sh config)"