ntfy / server.yml
Arkm20's picture
Create server.yml
b049d2a verified
raw
history blame contribute delete
365 Bytes
# 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"