From 8b1ccb760a0ee3193b25fc940d555e2406f0d4b1 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 4 Nov 2022 07:27:38 +0100 Subject: [PATCH] bundles/ntfy: fix formatting errors --- bundles/ntfy/files/server.yml | 6 +++--- bundles/ntfy/metadata.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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',