|
|
|
@@ -15,11 +15,13 @@ matrix_ntfy_docker_image_force_pull: "{{ matrix_ntfy_docker_image.endswith(':lat |
|
|
|
matrix_ntfy_base_url: "https://{{ matrix_server_fqn_ntfy }}" |
|
|
|
|
|
|
|
# Rate limits |
|
|
|
matrix_ntfy_limit_burst_rate: 60 # default |
|
|
|
matrix_ntfy_limit_replenish_rate: "5s" # default |
|
|
|
matrix_ntfy_limit_rate_exempt: "{{matrix_server_fqn_matrix}},localhost" # exempt our matrix server from rate limits, this may not work when the homeserver's outgoing IP is different from the incoming IP, but most small deployments should be fine. |
|
|
|
matrix_ntfy_limit_global_topic: 15000 # default |
|
|
|
matrix_ntfy_limit_visitor_subscriptions: 30 # default |
|
|
|
|
|
|
|
matrix_ntfy_global_topic_limit: 15000 # default |
|
|
|
matrix_ntfy_visitor_subscription_limit: 30 # default |
|
|
|
matrix_ntfy_visitor_request_limit_burst: 60 # default |
|
|
|
matrix_ntfy_visitor_request_limit_replenish: "5s" # default |
|
|
|
matrix_ntfy_visitor_request_limit_exempt_hosts: "{{matrix_server_fqn_matrix}},localhost" # exempt our matrix server from rate limits, this may not work when the homeserver's outgoing IP is different from the incoming IP, but most small deployments should be fine. |
|
|
|
|
|
|
|
|
|
|
|
# Controls whether the container exposes its HTTP port (tcp/80 in the container). |
|
|
|
# |
|
|
|
|