|
|
@@ -14,6 +14,13 @@ matrix_ntfy_docker_image_force_pull: "{{ matrix_ntfy_docker_image.endswith(':lat |
|
|
# Public facing base URL of the ntfy service |
|
|
# Public facing base URL of the ntfy service |
|
|
matrix_ntfy_base_url: "https://{{ matrix_server_fqn_ntfy }}" |
|
|
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 |
|
|
|
|
|
|
|
|
# Controls whether the container exposes its HTTP port (tcp/80 in the container). |
|
|
# Controls whether the container exposes its HTTP port (tcp/80 in the container). |
|
|
# |
|
|
# |
|
|
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:2586"), or empty string to not expose. |
|
|
# Takes an "<ip>:<port>" or "<port>" value (e.g. "127.0.0.1:2586"), or empty string to not expose. |
|
|
|