Slavi Pantaleev
809316b16e
element-web camelCase renaming (showLabsSettings -> show_labs_settings)
2 anos atrás
krassle
90e3987525
Upgrade Element 1.11.37 -> 1.11.38
2 anos atrás
Aine
1b9a20bc2e
Update element 1.11.36 -> 1.11.37
2 anos atrás
Slavi Pantaleev
0a6b934a44
Rename Element configuration key (preferredDomain -> preferred_domain)
Related to: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2375#issuecomment-1655758296
2 anos atrás
greentore
52ed1f7a0b
Update Element logo location
2 anos atrás
Aine
330dfd4eaf
Update element 1.11.35 -> 1.11.36
2 anos atrás
Slavi Pantaleev
2d941f2e7b
Upgrade Element (v1.11.34 -> v1.11.35)
2 anos atrás
Aine
eece91d7e2
Update element v1.11.33 -> v1.11.34
2 anos atrás
Aine
9709a83a4a
Update element 1.11.32 -> 1.11.33
2 anos atrás
Aine
3a458308a5
Update element 1.11.31 -> 1.11.32
2 anos atrás
Aine
20a04a0261
Update element v1.11.30 -> v1.11.31
2 anos atrás
Aine
4abd46de42
Update element v1.11.29 -> v1.11.30
2 anos atrás
Aine
fe2df30998
Update element 1.11.28 -> 1.11.29
2 anos atrás
Slavi Pantaleev
7b876cfc97
Upgrade Element (v1.11.27 -> v1.11.28)
3 anos atrás
Aine
d6eef6fd04
Update element v1.11.26 -> v1.11.27
3 anos atrás
Slavi Pantaleev
3023bc0601
Upgrade Element (v1.11.25 -> v1.11.26)
3 anos atrás
Aine
eaa3be2825
Update element 1.11.24 -> 1.11.25
3 anos atrás
Slavi Pantaleev
dddfee16bc
Fix all 300+ ansible-lint-reported errors
3 anos atrás
Aine
0fe1d1f9ec
Update element 1.11.23 -> 1.11.24
3 anos atrás
Slavi Pantaleev
4caeab9117
Fix spacing around Jinja2 filters
3 anos atrás
Igor Goldenberg
620247673e
Allow configure default country code in element welcome page.
3 anos atrás
Slavi Pantaleev
6cdbde01d7
Fix various Traefik headers syntax
`always` is an nginx suffix, which shouldn't have been added to these.
3 anos atrás
Slavi Pantaleev
0ce2121d01
Fix variable typo in validation task
3 anos atrás
Julian-Samuel Gebühr
6727aa55ec
Bump element version
Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
3 anos atrás
Slavi Pantaleev
2e74187050
Add matrix_client_element_hostname and matrix_client_element_path_prefix variables
3 anos atrás
Slavi Pantaleev
799cbb44fb
Add the ability to control (Traefik) routing priority for Element and synapse-admin
This may proof useful to someone in the future.
3 anos atrás
Slavi Pantaleev
71597132e0
Move around some matrix-client-element variables
3 anos atrás
Slavi Pantaleev
ff1338e003
Add support for hosting Element (on Traefik) at a subpath
3 anos atrás
Slavi Pantaleev
e34174b1b4
Add various security headers to matrix-client-element when behind Traefik
3 anos atrás
Slavi Pantaleev
e51e4eec09
Add (native) Traefik support to matrix-client-element
Previously, it had to go through matrix-nginx-proxy.
It's exposed to Traefik directly via container labels now
3 anos atrás
Aine
5300740f70
Update element 1.11.21 -> 1.11.22
3 anos atrás
Aine
d70076c805
Update element 1.11.20 -> 1.11.21
3 anos atrás
Aine
b71e267221
Update element 1.11.19 -> 1.11.20
3 anos atrás
Aine
8804a15821
Update element 1.11.18 -> 1.11.19
3 anos atrás
Aine
63a3764f51
Update element 1.11.17 -> 1.11.18
3 anos atrás
Slavi Pantaleev
ae1ad3baf6
Improve block tasks indentation to make yamllint happy
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2392
3 anos atrás
adam-kress
bef4fe5d9e
Update element v1.11.16 -> v1.11.17
3 anos atrás
Aine
ba4580a1fd
Update element v1.11.15 -> v1.11.16
3 anos atrás
Slavi Pantaleev
b2a40effaf
Fix Element self-building by switching to docker-buildx
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2318
3 anos atrás
Slavi Pantaleev
2688e8bfc3
Optimize initial installation by not reloading systemd after each .service install
We expect `--tags=start` to handle systemd reloading, so we don't need
to do it manually each time we install/uninstall a .service file.
3 anos atrás
Slavi Pantaleev
a04f6f4e3d
Optimize uninstall tasks a bit
- forego removing Docker images - it's not effective anyway, because it
only removes the last version.. which is a drop in the bucket, usually
- do not reload systemd - it's none of our business. `--tags=start`,
etc., handle this
- combine all uninstall tasks under a single block, which only runs if
we detect traces (a leftover systemd .service file) of the component.
If no such .service is detected, we skip them all. This may lead to
incorect cleanup in rare cases, but is good enough for the most part.
3 anos atrás
Slavi Pantaleev
61f67d8f0a
Add install-* tags for quicker runs
3 anos atrás
Slavi Pantaleev
7c2a7a8eb6
Replace most import_tasks calls with include_tasks for improved performance
3 anos atrás
Slavi Pantaleev
0ea7cb5d18
Remove various init.yml files - initialize systemd services, etc., statically (not at runtime)
3 anos atrás
Aine
5c4d4dc514
Update element 1.11.14 -> 1.11.15
3 anos atrás
NullIsNot0
77451c6a71
Enable location sharing in Element ( #2276 )
* Enable location sharing in Element
* Update roles/custom/matrix-client-element/tasks/validate_config.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Update roles/custom/matrix-client-element/tasks/setup_install.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
* Rename location sharing vars to be consistent with other vars
* Rename style.json to map_style.json
* Add m.tile_server section to /.well-known/matrix/client
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
3 anos atrás
Aine
65e340519d
Update element v1.11.13 -> v1.11.14
3 anos atrás
Slavi Pantaleev
d3bd1ca024
matrix_*_retries_{count,delay} -> devture_playbook_help_*_retries_{count,delay}
3 anos atrás
Slavi Pantaleev
7086c0ebe3
matrix_host_command_sh -> devture_systemd_docker_base_host_command_sh (via com.devture.ansible.role.systemd_docker_base)
3 anos atrás
Slavi Pantaleev
a9a81460ec
matrix_host_command_docker -> devture_systemd_docker_base_host_command_docker (via com.devture.ansible.role.systemd_docker_base)
3 anos atrás