Skip to content

Commit

Permalink
Upgrade Nextcloud (v30.0.1-0 -> v30.0.2-0) and add HTTP-compression s…
Browse files Browse the repository at this point in the history
…upport
  • Loading branch information
spantaleev committed Nov 15, 2024
1 parent 7c5c965 commit 02edea8
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 @@ -4085,6 +4085,9 @@ nextcloud_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_pro
nextcloud_container_labels_traefik_entrypoints: "{{ traefik_entrypoint_primary }}"
nextcloud_container_labels_traefik_tls_certResolver: "{{ traefik_certResolver_primary }}"

nextcloud_container_labels_traefik_compression_middleware_enabled: "{{ mash_playbook_reverse_proxy_traefik_middleware_compession_enabled }}"
nextcloud_container_labels_traefik_compression_middleware_name: "{{ mash_playbook_reverse_proxy_traefik_middleware_compession_name if mash_playbook_reverse_proxy_traefik_middleware_compession_enabled else '' }}"

nextcloud_database_hostname: "{{ postgres_identifier if postgres_enabled else '' }}"
nextcloud_database_port: "{{ '5432' if postgres_enabled else '' }}"
nextcloud_database_username: "nextcloud"
Expand Down
2 changes: 1 addition & 1 deletion templates/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
name: netbox
activation_prefix: netbox_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-nextcloud.git
version: v30.0.1-0
version: v30.0.2-0
name: nextcloud
activation_prefix: nextcloud_
- src: git+https://codeberg.org/moanos/ansible-role-notfellchen.git
Expand Down

0 comments on commit 02edea8

Please sign in to comment.