Matrix Docker Ansible eploy
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 

12 行
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 }}"