diff --git a/conf/server.yml b/conf/server.yml index be808c0..cdade67 100644 --- a/conf/server.yml +++ b/conf/server.yml @@ -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"