services-garbaye/podman-ntfy/config/server.yml
2022-12-10 20:47:35 +01:00

16 lines
312 B
YAML

# ntfy server config file
#
auth-file: "/var/lib/ntfy/user.db"
auth-default-access: "read-write"
cache-file: /var/cache/ntfy/cache.db
cache-startup-queries: |
pragma journal_mode = WAL;
pragma synchronous = normal;
pragma temp_store = memory;
pragma busy_timeout = 15000;
vacuum;
behind-proxy: true