Skip to content

Commit

Permalink
Upgrade Gitea (v1.22.3-0 -> v1.22.3-1) and add HTTP-compression support
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Nov 15, 2024
1 parent 8d8f21f commit ba941ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions templates/group_vars_mash_servers
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion templates/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba941ab

Please sign in to comment.