1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ntfy_ynh.git synced 2024-09-03 19:46:27 +02:00

fix rate limiting

This commit is contained in:
OniriCorpe 2024-01-16 19:32:14 +01:00
parent eb07615fa9
commit 8ea5ddbd7c

View file

@ -15,6 +15,9 @@ auth-file: __INSTALL_DIR__/data/user.db
auth-default-access: "deny-all"
enable-login: true
# Tell ntfy to use "X-Forwarded-For" to identify visitors
behind-proxy: true
attachment-cache-dir: __INSTALL_DIR__/data/attachments
upstream-base-url: "https://ntfy.sh"