diff --git a/bundles/ntfy/files/server.yml b/bundles/ntfy/files/server.yml index 448bd34..8add6f3 100644 --- a/bundles/ntfy/files/server.yml +++ b/bundles/ntfy/files/server.yml @@ -65,9 +65,9 @@ listen-http: "127.0.0.1:22100" cache-file: "/var/cache/ntfy/cache.db" cache-duration: "12h" cache-startup-queries: | - pragma journal_mode = WAL; - pragma synchronous = normal; - pragma temp_store = memory; + pragma journal_mode = WAL; + pragma synchronous = normal; + pragma temp_store = memory; # If set, access to the ntfy server and API can be controlled on a granular level using # the 'ntfy user' and 'ntfy access' commands. See the --help pages for details, or check the docs. diff --git a/bundles/ntfy/metadata.py b/bundles/ntfy/metadata.py index 2087fe2..a49ae55 100644 --- a/bundles/ntfy/metadata.py +++ b/bundles/ntfy/metadata.py @@ -60,7 +60,7 @@ def nginx(metadata): 'websockets': True, 'proxy_read_timeout': '3m', 'max_body_size': '20m', - 'additional_config': { + 'additional_config': { 'proxy_connect_timeout 3m', 'proxy_send_timeout 3m', 'proxy_request_buffering off',