Fix ntfy settings

Fixed numeric settings for ntfy and a corrected command executed.
This commit is contained in:
Marty Oehme 2022-12-18 15:47:14 +01:00
parent 8aaefd3f60
commit 926f1f475f
Signed by: Marty
GPG key ID: 73BA40D5AFAF49C9
3 changed files with 8 additions and 7 deletions

View file

@ -1,7 +1,7 @@
base-url: "https://{{ server_domain }}"
global_topic_limit: "{{ ntfy_global_topic_limit }}"
visitor_subscription_limit: "{{ ntfy_visitor_subscription_limit }}"
visitor_request_limit_burst: "{{ ntfy_visitor_request_limit_burst }}"
global_topic_limit: {{ ntfy_global_topic_limit }}
visitor_subscription_limit: {{ ntfy_visitor_subscription_limit }}
visitor_request_limit_burst: {{ ntfy_visitor_request_limit_burst }}
visitor_request_limit_replenish: "{{ ntfy_visitor_request_limit_replenish }}"
cache-file: "/var/cache/ntfy/cache.db"
cache_duration: "{{ ntfy_cache_duration }}"