Slavi Pantaleev
ae12ab5c24
Rename variable (matrix_client_element_jitsi_preferredDomain -> matrix_client_element_jitsi_preferredDomain)
пре 2 година
Slavi Pantaleev
e9c0e90147
element-web camelCase renaming (branding.welcomeBackgroundUrl -> branding.welcome_background_url)
пре 2 година
Slavi Pantaleev
1918519e07
element-web camelCase renaming (branding.authHeaderLogoUrl -> branding.auth_header_logo_url)
пре 2 година
Slavi Pantaleev
e7c5eff924
element-web camelCase renaming (branding.authFooterLinks -> branding.auth_footer_links)
пре 2 година
Slavi Pantaleev
38c9aa9369
element-web camelCase renaming (settingDefault -> setting_defaults)
пре 2 година
Slavi Pantaleev
c4f716624b
element-web camelCase renaming (embeddedPages -> embedded_pages)
пре 2 година
Slavi Pantaleev
d4e48a3a67
element-web camelCase renaming (welcomeUserId -> welcome_user_id)
пре 2 година
Slavi Pantaleev
bb90a59bbb
element-web camelCase renaming (roomDirectory -> room_directory)
пре 2 година
Slavi Pantaleev
c800af1bb6
element-web camelCase renaming (permalinkPrefix -> permalink_prefix)
пре 2 година
Slavi Pantaleev
809316b16e
element-web camelCase renaming (showLabsSettings -> show_labs_settings)
пре 2 година
krassle
90e3987525
Upgrade Element 1.11.37 -> 1.11.38
пре 2 година
Aine
1b9a20bc2e
Update element 1.11.36 -> 1.11.37
пре 2 година
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 година
greentore
52ed1f7a0b
Update Element logo location
пре 2 година
Aine
330dfd4eaf
Update element 1.11.35 -> 1.11.36
пре 2 година
Slavi Pantaleev
2d941f2e7b
Upgrade Element (v1.11.34 -> v1.11.35)
пре 2 година
Aine
eece91d7e2
Update element v1.11.33 -> v1.11.34
пре 2 година
Aine
9709a83a4a
Update element 1.11.32 -> 1.11.33
пре 2 година
Aine
3a458308a5
Update element 1.11.31 -> 1.11.32
пре 2 година
Aine
20a04a0261
Update element v1.11.30 -> v1.11.31
пре 2 година
Aine
4abd46de42
Update element v1.11.29 -> v1.11.30
пре 2 година
Aine
fe2df30998
Update element 1.11.28 -> 1.11.29
пре 2 година
Slavi Pantaleev
7b876cfc97
Upgrade Element (v1.11.27 -> v1.11.28)
пре 2 година
Aine
d6eef6fd04
Update element v1.11.26 -> v1.11.27
пре 2 година
Slavi Pantaleev
3023bc0601
Upgrade Element (v1.11.25 -> v1.11.26)
пре 2 година
Aine
eaa3be2825
Update element 1.11.24 -> 1.11.25
пре 3 година
Slavi Pantaleev
dddfee16bc
Fix all 300+ ansible-lint-reported errors
пре 3 година
Aine
0fe1d1f9ec
Update element 1.11.23 -> 1.11.24
пре 3 година
Slavi Pantaleev
4caeab9117
Fix spacing around Jinja2 filters
пре 3 година
Igor Goldenberg
620247673e
Allow configure default country code in element welcome page.
пре 3 година
Slavi Pantaleev
6cdbde01d7
Fix various Traefik headers syntax
`always` is an nginx suffix, which shouldn't have been added to these.
пре 3 година
Slavi Pantaleev
0ce2121d01
Fix variable typo in validation task
пре 3 година
Julian-Samuel Gebühr
6727aa55ec
Bump element version
Signed-off-by: Julian-Samuel Gebühr <julian-samuel@gebuehr.net>
пре 3 година
Slavi Pantaleev
2e74187050
Add matrix_client_element_hostname and matrix_client_element_path_prefix variables
пре 3 година
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 година
Slavi Pantaleev
71597132e0
Move around some matrix-client-element variables
пре 3 година
Slavi Pantaleev
ff1338e003
Add support for hosting Element (on Traefik) at a subpath
пре 3 година
Slavi Pantaleev
e34174b1b4
Add various security headers to matrix-client-element when behind Traefik
пре 3 година
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 година
Aine
5300740f70
Update element 1.11.21 -> 1.11.22
пре 3 година
Aine
d70076c805
Update element 1.11.20 -> 1.11.21
пре 3 година
Aine
b71e267221
Update element 1.11.19 -> 1.11.20
пре 3 година
Aine
8804a15821
Update element 1.11.18 -> 1.11.19
пре 3 година
Aine
63a3764f51
Update element 1.11.17 -> 1.11.18
пре 3 година
Slavi Pantaleev
ae1ad3baf6
Improve block tasks indentation to make yamllint happy
Related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/2392
пре 3 година
adam-kress
bef4fe5d9e
Update element v1.11.16 -> v1.11.17
пре 3 година
Aine
ba4580a1fd
Update element v1.11.15 -> v1.11.16
пре 3 година
Slavi Pantaleev
b2a40effaf
Fix Element self-building by switching to docker-buildx
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2318
пре 3 година
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 година
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 година