Skip to content

Commit

Permalink
Upgrade Miniflux (v2.2.3-0 -> v2.2.3-1) and enable 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 e1a97c6 commit 1f74b48
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 @@ -3762,6 +3762,9 @@ miniflux_container_labels_traefik_docker_network: "{{ mash_playbook_reverse_prox
miniflux_container_labels_traefik_entrypoints: "{{ traefik_entrypoint_primary }}"
miniflux_container_labels_traefik_tls_certResolver: "{{ traefik_certResolver_primary }}"

miniflux_container_labels_traefik_compression_middleware_enabled: "{{ mash_playbook_reverse_proxy_traefik_middleware_compession_enabled }}"
miniflux_container_labels_traefik_compression_middleware_name: "{{ mash_playbook_reverse_proxy_traefik_middleware_compession_name if mash_playbook_reverse_proxy_traefik_middleware_compession_enabled else '' }}"

miniflux_database_hostname: "{{ postgres_connection_hostname if postgres_enabled else '' }}"
miniflux_database_password: "{{ '%s' | format(mash_playbook_generic_secret_key) | password_hash('sha512', 'miniflux.db', rounds=655555) | to_uuid }}"

Expand Down
2 changes: 1 addition & 1 deletion templates/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
name: matterbridge
activation_prefix: matterbridge_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-miniflux.git
version: v2.2.3-0
version: v2.2.3-1
name: miniflux
activation_prefix: miniflux_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-mobilizon.git
Expand Down

0 comments on commit 1f74b48

Please sign in to comment.