Slavi Pantaleev
252ca52f60
Relocate /.well-known/element/element.json setup to matrix-static-files, instead of ugly patching from the Element Call role
1 yıl önce
Slavi Pantaleev
3f52cec25c
Relocate Element Web features & element_call configuration to Element role, instead of ugly patching from the Element Call role
1 yıl önce
Slavi Pantaleev
7a6fcaa402
Fix typo
1 yıl önce
Slavi Pantaleev
394fdca066
Relocate org.matrix.msc4143.rtc_foci setup to /.well-known/matrix/client to matrix-static-files instead of ugly patching
1 yıl önce
Slavi Pantaleev
f0466d5a99
Make LiveKit Server configuration extensible
1 yıl önce
Slavi Pantaleev
be7271760e
Make LiveKit Server logging config configurable
1 yıl önce
Slavi Pantaleev
8b84eb6390
Default LiveKit Server to a smaller RTC range for faster startup on non-host networks
1 yıl önce
Slavi Pantaleev
3e86adac0d
Fix port exposure for LiveKit Server
1 yıl önce
Slavi Pantaleev
721fb39aa2
More progress on the LiveKit role
1 yıl önce
Slavi Pantaleev
783d4a23f8
Add livekit_server_identifier
1 yıl önce
Slavi Pantaleev
fa4ebd2a64
Cleanups
1 yıl önce
Slavi Pantaleev
88d4668450
Variable rename (livekit_server_image -> livekit_server_container_image) for consistency with other roles
1 yıl önce
Slavi Pantaleev
1838a541ae
Variables rename (matrix_livekit_server_ -> livekit_server_) to prepare for role extraction
1 yıl önce
Slavi Pantaleev
82127830b3
Update roles/custom/matrix-livekit-server/tasks/uninstall.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1 yıl önce
Slavi Pantaleev
85c0ffa9e1
Update roles/custom/matrix-livekit-server/tasks/uninstall.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1 yıl önce
Slavi Pantaleev
b691f39d39
Update roles/custom/matrix-livekit-server/tasks/install.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1 yıl önce
Slavi Pantaleev
10df145101
Update roles/custom/matrix-livekit-server/tasks/install.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1 yıl önce
Slavi Pantaleev
0c9fc4358d
Fix variable name typos (matrix_playbook_reverse_proxy_traefik_middleware_compession_* -> matrix_playbook_reverse_proxy_traefik_middleware_compression_*)
Supersedes https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3803
1 yıl önce
Aine
ccd6c003ab
Synapse Admin v0.10.3-etke31
https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke31
1 yıl önce
renovate[bot]
5645ec0eda
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.11.20
1 yıl önce
Slavi Pantaleev
bccdcbe19b
Upgrade baibot (v1.3.2 -> v1.4.0)
1 yıl önce
renovate[bot]
2008b8595b
Update vectorim/element-web Docker tag to v1.11.86
1 yıl önce
Aine
769a31d3ca
adjust synapse purge jobs template
1 yıl önce
Aine
7fc8509f04
synapse - update retention purge jobs template
1 yıl önce
Aine
5bf09f5fdc
add new variables to control message retention in Synapse
1 yıl önce
renovate[bot]
c7f8b7cd1a
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.11.1
1 yıl önce
renovate[bot]
83e9818db7
Update dock.mau.dev/mautrix/slack Docker tag to v0.1.3
1 yıl önce
renovate[bot]
dd23e2d1c9
Update dock.mau.dev/mautrix/signal Docker tag to v0.7.3
1 yıl önce
renovate[bot]
8937572939
Update dock.mau.dev/mautrix/meta Docker tag to v0.4.2
1 yıl önce
renovate[bot]
ce46511563
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.5.2
1 yıl önce
renovate[bot]
9a1e08b2f0
Update dock.mau.dev/mautrix/discord Docker tag to v0.7.1
1 yıl önce
Slavi Pantaleev
57c5271d9d
Enable (Traefik compression middleware)-assisted compression for synapse-reverse-proxy-companion
This likely breaks QR code login for Synapse-worker setups.
See https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
1 yıl önce
Slavi Pantaleev
609cf5940e
Enable (Traefik compression middleware)-assisted compression for Synapse
This likely breaks QR code login for non-worker Synapse setups.
See https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
1 yıl önce
Slavi Pantaleev
4a61bd49e3
Enable (Traefik compression middleware)-assisted compression for Cinny, Element & Hydrogen
1 yıl önce
Slavi Pantaleev
5cad571296
Add variables & wiring to support Traefik's compression middleware
This merely hooks the playbook to the Traefik role's compression
middleware configuration (`traefik_config_http_middlewares_compression_*`)
The Traefik role enables the `compression` middleware by default.
Actual usage will land in a future commit.
1 yıl önce
Slavi Pantaleev
4bb16fef54
Increase default Traefik readTimeout for web/web-secure/matrix-federation entrypoints (60s -> 300s) to accommodate large/slow file uploads
1 yıl önce
Aine
ebb3b0c249
Synapse Admin v0.10.3-etke30
1 yıl önce
Slavi Pantaleev
58a8f79d95
Remove gzip support from synapse-reverse-proxy-companion
gzipping certain responses is known to cause problems with QR code logins.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
Gzipping at the synapse-reverse-proxy-companion level and not at the
level of the outer-most reverse-proxy (Traefik) also sounds non-ideal.
This change only affects setups powered by Synapse workers.
Non-worker setups (and setups powered by other homeservers) were not
having their requests go through synapse-reverse-proxy-companion anyway,
so this change does not affect them.
Future patches may enable response compression support at the Traefik level for
all setups.
1 yıl önce
Slavi Pantaleev
5f6c3c27d8
Fix site-packages path for Synapse v1.119.0
Related to:
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3768
- https://github.com/element-hq/synapse/pull/17887
1 yıl önce
renovate[bot]
946ec39954
Update ghcr.io/element-hq/synapse Docker tag to v1.119.0
1 yıl önce
Aine
9854dc0a71
grafana v11.3.0; cinny v4.2.3
1 yıl önce
Slavi Pantaleev
9b99e41fba
Upgrade Element Web (v1.11.84 -> v1.11.85)
1 yıl önce
Slavi Pantaleev
763dcec11f
Upgrade baibot (v1.3.1 -> v1.3.2)
1 yıl önce
Slavi Pantaleev
509542ccaf
Enable QR code login (MSC4108) support for Synapse when Matrix Authentication Service is enabled
Related to 8a6b822bbd
Related to https://github.com/matrix-org/matrix-spec-proposals/pull/4108
Potential (unconfirmed) fix for https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3749
1 yıl önce
Aine
7a77d84276
synapse-admin: get rid of lookup and config duplicate var
1 yıl önce
Slavi Pantaleev
28a4434f55
Document why matrix_synapse_admin_well_known_client_configuration duplicates matrix_synapse_admin_configuration (roles/custom/matrix-synapse-admin/templates/config.json.j2)
1 yıl önce
Aine
30efde4ed3
add missing synapse-admin config options to /.well-known/matrix/client
1 yıl önce
Slavi Pantaleev
0cb3e530d9
Add support for auto-configuring synapse-admin via `/.well-known/matrix/client`
Related to:
- https://github.com/etkecc/synapse-admin/pull/126
- https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke27
People who wish to disable this and keep their `/.well-known/matrix/client` file tidier
can do it via:
```yml
matrix_static_files_file_matrix_client_property_cc_etke_synapse_admin_enabled: false
```
1 yıl önce
Suguru Hirahara
3c34418ebe
Edit the note about "matrix_homeserver_implementation" variable
Since a casual user might want to try another homeserver than Synapse without thinking about its consequence, it is important to clarify that it is not possible to switch homeservers once specified.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 yıl önce
Suguru Hirahara
2fcd824d6b
Fix capitalization: riot → Riot
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 yıl önce