diff --git a/templates/group_vars_mash_servers b/templates/group_vars_mash_servers index abfa8aee..cb7965b9 100644 --- a/templates/group_vars_mash_servers +++ b/templates/group_vars_mash_servers @@ -2358,6 +2358,9 @@ gitea_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_proxyab gitea_container_labels_traefik_entrypoints: "{{ traefik_entrypoint_primary }}" gitea_container_labels_traefik_tls_certResolver: "{{ traefik_certResolver_primary }}" +gitea_container_labels_traefik_compression_middleware_enabled: "{{ mash_playbook_reverse_proxy_traefik_middleware_compession_enabled }}" +gitea_container_labels_traefik_compression_middleware_name: "{{ mash_playbook_reverse_proxy_traefik_middleware_compession_name if mash_playbook_reverse_proxy_traefik_middleware_compession_enabled else '' }}" + gitea_config_database_hostname: "{{ postgres_identifier if postgres_enabled else '' }}" gitea_config_database_port: "{{ '5432' if postgres_enabled else '' }}" gitea_config_database_username: "gitea" diff --git a/templates/requirements.yml b/templates/requirements.yml index 0f4281c6..df579f8d 100644 --- a/templates/requirements.yml +++ b/templates/requirements.yml @@ -133,7 +133,7 @@ name: funkwhale activation_prefix: funkwhale_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gitea.git - version: v1.22.3-0 + version: v1.22.3-1 name: gitea activation_prefix: gitea_ - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git