Slavi Pantaleev
c57d0d192d
Eliminate remaining matrix references from LiveKit Server role
1年前
Slavi Pantaleev
006920882c
Rename file (element-call-labels -> labels)
1年前
Slavi Pantaleev
69d702643f
Remove homeserver.yaml patching from Element Call role
1年前
Slavi Pantaleev
252ca52f60
Relocate /.well-known/element/element.json setup to matrix-static-files, instead of ugly patching from the Element Call role
1年前
Slavi Pantaleev
3f52cec25c
Relocate Element Web features & element_call configuration to Element role, instead of ugly patching from the Element Call role
1年前
Slavi Pantaleev
7a6fcaa402
Fix typo
1年前
Slavi Pantaleev
394fdca066
Relocate org.matrix.msc4143.rtc_foci setup to /.well-known/matrix/client to matrix-static-files instead of ugly patching
1年前
Slavi Pantaleev
f0466d5a99
Make LiveKit Server configuration extensible
1年前
Slavi Pantaleev
be7271760e
Make LiveKit Server logging config configurable
1年前
Slavi Pantaleev
8b84eb6390
Default LiveKit Server to a smaller RTC range for faster startup on non-host networks
1年前
Slavi Pantaleev
3e86adac0d
Fix port exposure for LiveKit Server
1年前
Slavi Pantaleev
721fb39aa2
More progress on the LiveKit role
1年前
Slavi Pantaleev
783d4a23f8
Add livekit_server_identifier
1年前
Slavi Pantaleev
fa4ebd2a64
Cleanups
1年前
Slavi Pantaleev
88d4668450
Variable rename (livekit_server_image -> livekit_server_container_image) for consistency with other roles
1年前
Slavi Pantaleev
1838a541ae
Variables rename (matrix_livekit_server_ -> livekit_server_) to prepare for role extraction
1年前
Slavi Pantaleev
82127830b3
Update roles/custom/matrix-livekit-server/tasks/uninstall.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1年前
Slavi Pantaleev
85c0ffa9e1
Update roles/custom/matrix-livekit-server/tasks/uninstall.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1年前
Slavi Pantaleev
b691f39d39
Update roles/custom/matrix-livekit-server/tasks/install.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1年前
Slavi Pantaleev
10df145101
Update roles/custom/matrix-livekit-server/tasks/install.yml
Co-authored-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
1年前
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年前
Aine
ccd6c003ab
Synapse Admin v0.10.3-etke31
https://github.com/etkecc/synapse-admin/releases/tag/v0.10.3-etke31
1年前
renovate[bot]
5645ec0eda
Update docker.io/metio/matrix-alertmanager-receiver Docker tag to v2024.11.20
1年前
Slavi Pantaleev
bccdcbe19b
Upgrade baibot (v1.3.2 -> v1.4.0)
1年前
renovate[bot]
2008b8595b
Update vectorim/element-web Docker tag to v1.11.86
1年前
Aine
769a31d3ca
adjust synapse purge jobs template
1年前
Aine
7fc8509f04
synapse - update retention purge jobs template
1年前
Aine
5bf09f5fdc
add new variables to control message retention in Synapse
1年前
renovate[bot]
c7f8b7cd1a
Update dock.mau.dev/mautrix/whatsapp Docker tag to v0.11.1
1年前
renovate[bot]
83e9818db7
Update dock.mau.dev/mautrix/slack Docker tag to v0.1.3
1年前
renovate[bot]
dd23e2d1c9
Update dock.mau.dev/mautrix/signal Docker tag to v0.7.3
1年前
renovate[bot]
8937572939
Update dock.mau.dev/mautrix/meta Docker tag to v0.4.2
1年前
renovate[bot]
ce46511563
Update dock.mau.dev/mautrix/gmessages Docker tag to v0.5.2
1年前
renovate[bot]
9a1e08b2f0
Update dock.mau.dev/mautrix/discord Docker tag to v0.7.1
1年前
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年前
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年前
Slavi Pantaleev
4a61bd49e3
Enable (Traefik compression middleware)-assisted compression for Cinny, Element & Hydrogen
1年前
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年前
Slavi Pantaleev
4bb16fef54
Increase default Traefik readTimeout for web/web-secure/matrix-federation entrypoints (60s -> 300s) to accommodate large/slow file uploads
1年前
Aine
ebb3b0c249
Synapse Admin v0.10.3-etke30
1年前
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年前
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年前
renovate[bot]
946ec39954
Update ghcr.io/element-hq/synapse Docker tag to v1.119.0
1年前
Aine
9854dc0a71
grafana v11.3.0; cinny v4.2.3
1年前
Slavi Pantaleev
9b99e41fba
Upgrade Element Web (v1.11.84 -> v1.11.85)
1年前
Slavi Pantaleev
763dcec11f
Upgrade baibot (v1.3.1 -> v1.3.2)
1年前
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年前
Aine
7a77d84276
synapse-admin: get rid of lookup and config duplicate var
1年前
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年前
Aine
30efde4ed3
add missing synapse-admin config options to /.well-known/matrix/client
1年前