Aine
0fe1d1f9ec
Update element 1.11.23 -> 1.11.24
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 лет назад
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 лет назад
adam-kress
bef4fe5d9e
Update element v1.11.16 -> v1.11.17
3 лет назад
Aine
ba4580a1fd
Update element v1.11.15 -> v1.11.16
3 лет назад
Aine
5c4d4dc514
Update element 1.11.14 -> 1.11.15
3 лет назад
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 лет назад
Aine
65e340519d
Update element v1.11.13 -> v1.11.14
3 лет назад
Slavi Pantaleev
410a915a8a
Move roles/matrix* to roles/custom/matrix*
This paves the way for installing other roles into `roles/galaxy` using `ansible-galaxy`,
similar to how it's done in:
- https://github.com/spantaleev/gitea-docker-ansible-deploy
- https://github.com/spantaleev/nextcloud-docker-ansible-deploy
In the near future, we'll be removing a lot of the shared role code from here
and using upstream roles for it. Some of the core `matrix-*` roles have
already been extracted out into other reusable roles:
- https://github.com/devture/com.devture.ansible.role.postgres
- https://github.com/devture/com.devture.ansible.role.systemd_docker_base
- https://github.com/devture/com.devture.ansible.role.timesync
- https://github.com/devture/com.devture.ansible.role.vars_preserver
- https://github.com/devture/com.devture.ansible.role.playbook_runtime_messages
- https://github.com/devture/com.devture.ansible.role.playbook_help
We just need to migrate to those.
3 лет назад
Aine
501420f3cc
Update element 1.11.12 -> 1.11.13
3 лет назад
Joe Kappus
170960be1a
update element v1.11.11 -> v1.11.12
fixes jitsi issue
3 лет назад
Aine
437d177d31
update element v1.11.10 -> v1.11.11
3 лет назад
Aine
3c669761ce
Update element 1.11.9 -> 1.11.10
3 лет назад
Aine
19f1c8ea5e
Update element 1.11.8 -> 1.11.9
3 лет назад
Slavi Pantaleev
68c2e0bee5
Upgrade Element (v1.11.7 -> v1.11.8)
3 лет назад
Julian-Samuel Gebühr
38e19e48d2
Bump element version
This is a security relevant update
3 лет назад
Aine
f9e750c47f
Update Element 1.11.5 -> 1.11.6
3 лет назад
Aine
c29a39a6fb
Update Element 1.11.4 -> 1.11.5
3 лет назад
Aine
a6ad396cd2
Update Element 1.11.3 -> 1.11.4
3 лет назад
Aine
7f4200acc1
Update Element 1.11.2 -> 1.11.3
3 лет назад
Aine
311926cbda
Update Element 1.11.1 -> 1.11.2
3 лет назад
Aine
a1469c8e14
Update Element v1.11.0 -> v1.11.1
3 лет назад
Slavi Pantaleev
c73680712b
Fix (suppress) var-naming ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#var-naming
We don't really fix these, but just suppress them,
because they're like that intentionally.
We try to name variables in a way that is consistent with the
configuration key they control. If the upstream component uses
camelCase, we also need to include camelCase in the variable name.
3 лет назад
Slavi Pantaleev
0ab2001ce7
Fix git-latest ansible-lint errors
Reference: https://ansible-lint.readthedocs.io/en/latest/default_rules/#git-latest
Our variable naming is not necessarily consistent across roles.
I've tried to follow the naming conventions of each individual role.
All new variables are suffixed with `_version`, but the prefix may be
somewhat different.
3 лет назад
Slavi Pantaleev
d073c7ecb3
More ansible-lint fixes
3 лет назад
Aine
e149f33140
add/unify 'Project source code URL' link across all roles
3 лет назад
Aine
95fd215521
Update element 1.10.15 -> 1.11.0
3 лет назад
Aine
b2f9ede87c
Update Element v1.10.14 -> v1.10.15
3 лет назад
Slavi Pantaleev
4a72c90a6b
Upgrade Element (v1.10.13 -> v1.10.14)
3 лет назад
Aine
e37bcd1daf
Updated Element 1.10.12 -> 1.10.13
3 лет назад
Aaron Raimist
2a9b52a1c2
Update Element self build repo URL
It forwards to the correct place but might as well just update it to the current URL.
3 лет назад
Aine
02d4a841c4
Update Element 1.10.11 -> 1.10.12
3 лет назад
Aine
4f1f3555f2
Update element 1.10.10 -> 1.10.11
3 лет назад
joecool1029
5611cab71a
Update element 1.10.9 -> 1.10.10
3 лет назад
Aine
10c6c24c16
Update element 1.10.8 -> 1.10.9
3 лет назад
joecool1029
f29f51a54c
Update Element 1.10.7 -> 1.10.8
3 лет назад
Aine
332fda6b02
Update Element 1.10.6 -> 1.10.7
4 лет назад
joecool1029
42a8fb3a3c
Upgrade Element (1.10.5 -> 1.10.6)
4 лет назад