Fix ntfy settings
Fixed numeric settings for ntfy and a corrected command executed.
This commit is contained in:
parent
8aaefd3f60
commit
926f1f475f
3 changed files with 8 additions and 7 deletions
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
|
||||
ntfy_version: latest
|
||||
|
||||
ntfy_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
||||
|
|
@ -8,9 +7,9 @@ ntfy_use_https: true
|
|||
|
||||
subdomain_alias: push
|
||||
|
||||
ntfy_global_topic_limit: "15000"
|
||||
ntfy_visitor_subscription_limit: "30"
|
||||
ntfy_visitor_request_limit_burst: "60"
|
||||
ntfy_global_topic_limit: 15000
|
||||
ntfy_visitor_subscription_limit: 30
|
||||
ntfy_visitor_request_limit_burst: 60
|
||||
ntfy_visitor_request_limit_replenish: "10s"
|
||||
ntfy_cache_duration: "12h"
|
||||
ntfy_attachment_total_size_limit: "5G"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue