|
|
|
@@ -171,6 +171,14 @@ devture_traefik_config_entrypoint_web_forwardedHeaders_insecure: true |
|
|
|
# - adjusting `matrix_playbook_public_matrix_federation_api_traefik_entrypoint_config_custom` (below) - removing `insecure: true` and enabling/configuring `trustedIPs` |
|
|
|
matrix_playbook_public_matrix_federation_api_traefik_entrypoint_host_bind_port: '127.0.0.1:8449' |
|
|
|
|
|
|
|
# Disable HTTP/3 for the federation entrypoint. |
|
|
|
# If you'd like HTTP/3, consider configuring it for your other reverse-proxy. |
|
|
|
# |
|
|
|
# Disabling this also sets `matrix_playbook_public_matrix_federation_api_traefik_entrypoint_host_bind_port_udp` to an empty value. |
|
|
|
# If you'd like to keep HTTP/3 enabled here (for whatever reason), you may wish to explicitly |
|
|
|
# set `matrix_playbook_public_matrix_federation_api_traefik_entrypoint_host_bind_port_udp` to something like '127.0.0.1:8449'. |
|
|
|
matrix_playbook_public_matrix_federation_api_traefik_entrypoint_config_http3_enabled: false |
|
|
|
|
|
|
|
# Depending on the value of `matrix_playbook_public_matrix_federation_api_traefik_entrypoint_host_bind_port` above, |
|
|
|
# this may need to be reconfigured. See the comments above. |
|
|
|
matrix_playbook_public_matrix_federation_api_traefik_entrypoint_config_custom: |
|
|
|
|