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:
parent
eb07615fa9
commit
8ea5ddbd7c
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ auth-file: __INSTALL_DIR__/data/user.db
|
||||||
auth-default-access: "deny-all"
|
auth-default-access: "deny-all"
|
||||||
enable-login: true
|
enable-login: true
|
||||||
|
|
||||||
|
# Tell ntfy to use "X-Forwarded-For" to identify visitors
|
||||||
|
behind-proxy: true
|
||||||
|
|
||||||
attachment-cache-dir: __INSTALL_DIR__/data/attachments
|
attachment-cache-dir: __INSTALL_DIR__/data/attachments
|
||||||
|
|
||||||
upstream-base-url: "https://ntfy.sh"
|
upstream-base-url: "https://ntfy.sh"
|
||||||
|
|
Loading…
Reference in a new issue