Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

12 lines
438 B

  1. base_url: {{ matrix_ntfy_base_url }}
  2. behind_proxy: true
  3. cache_file: /data/cache.db
  4. listen-http: :8080
  5. # Rate Limits
  6. global-topic-limit: {{ matrix_ntfy_global_topic_limit | to_json }}
  7. visitor-subscription-limit: {{ matrix_ntfy_visitor_subscription_limit | to_json }}
  8. visitor-request-limit-burst: {{ matrix_ntfy_visitor_request_limit_burst | to_json }}
  9. visitor-request-limit-replenish: "{{ matrix_ntfy_visitor_request_limit_replenish }}"