| # server.yml | |
| # The public URL of your ntfy server | |
| base-url: "https://arkm20-ntfy.hf.space" | |
| # Enable HTTPS termination (handled by Spaces) | |
| behind-proxy: true | |
| enable-signup: false | |
| auth-file: "/var/lib/ntfy/user.db" | |
| auth-default-access: "deny-all" | |
| # Caching and attachments | |
| cache-file: "/var/cache/ntfy/cache.db" | |
| attachment-cache-dir: "/var/cache/ntfy/attachments" |