|
|
|
@@ -57,6 +57,11 @@ matrix_static_files_container_labels_well_known_matrix_endpoint_traefik_priority |
|
|
|
matrix_static_files_container_labels_well_known_matrix_endpoint_traefik_entrypoints: "{{ matrix_static_files_container_labels_traefik_entrypoints }}" |
|
|
|
matrix_static_files_container_labels_well_known_matrix_endpoint_traefik_tls: "{{ matrix_static_files_container_labels_well_known_matrix_endpoint_traefik_entrypoints != 'web' }}" |
|
|
|
matrix_static_files_container_labels_well_known_matrix_endpoint_traefik_tls_certResolver: "{{ matrix_static_files_container_labels_traefik_tls_certResolver }}" # noqa var-naming |
|
|
|
# Controls whether the compress middleware (https://doc.traefik.io/traefik/middlewares/http/compress/) will be enabled for this router. |
|
|
|
# The web-server only compresses known file types and our /.well-known/matrix/* files have no file extension. |
|
|
|
# As such, they are not being compressed there and we compress them at the Traefik level. |
|
|
|
matrix_static_files_container_labels_well_known_matrix_endpoint_middleware_compress_enabled: true |
|
|
|
matrix_static_files_container_labels_well_known_matrix_endpoint_middleware_compress_minResponseBodyBytes: 100 # noqa var-naming |
|
|
|
|
|
|
|
# Controls whether labels will be added that serve the base domain. |
|
|
|
# |
|
|
|
@@ -77,7 +82,6 @@ matrix_static_files_container_labels_base_domain_traefik_entrypoints: "{{ matrix |
|
|
|
matrix_static_files_container_labels_base_domain_traefik_tls: "{{ matrix_static_files_container_labels_base_domain_traefik_entrypoints != 'web' }}" |
|
|
|
matrix_static_files_container_labels_base_domain_traefik_tls_certResolver: "{{ matrix_static_files_container_labels_traefik_tls_certResolver }}" # noqa var-naming |
|
|
|
|
|
|
|
|
|
|
|
# matrix_static_files_container_labels_additional_labels contains a multiline string with additional labels to add to the container label file. |
|
|
|
# See `../templates/labels.j2` for details. |
|
|
|
# |
|
|
|
|