Slavi Pantaleev
f8e84c4b2f
Remove useless `matrix_element_call_port` variable
1 год назад
Slavi Pantaleev
3f5e8f656b
Switch default LiveKit server endpoint to one under the `matrix.` domain and polish-up docs
1 год назад
Slavi Pantaleev
72118f2f03
Fix LiveKitServer middlware name (`matrix-livekit-server-server-slashless-redirect` -> `matrix-livekit-server-slashless-redirect`)
1 год назад
Slavi Pantaleev
585377975b
Adjust LiveKit Server ports and exposure
1 год назад
Slavi Pantaleev
22ef579444
Make livekit-jwt-service communicate with livekit-server via public URLs
Communicating via container URLs works, but the URL provided to
livekit-jwt-service as `LIVEKIT_URL` is also passed to the user later
and it must be a public one at that point.
It'd be great if livekit-jwt-service can be given 2 different URLs
(e.g. `LIVEKIT_URL` and `LIVEKIT_URL_PUBLIC`) and only announce the
public one to the user, but there's no support for this yet.
1 год назад
Slavi Pantaleev
32f8c6de6e
Merge branch 'master' into element-call-integration
1 год назад
Aine
79cc333be2
Postmoogle v0.9.26 (crypto init fix)
1 год назад
Suguru Hirahara
1e8d9a0c24
Update docs/configuring-playbook-ntfy.md: add pronunciation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
370feb740f
Merge branch 'master' into element-call-integration
1 год назад
Slavi Pantaleev
a9ee537f83
Only point `matrix_synapse_report_stats_endpoint` to `matrix-synapse-usage-exporter` if it's enabled
Fixup related to https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3442
1 год назад
Slavi Pantaleev
9a11e5e1fe
Auto-enable experimental Synapse features required by Element Call when Element Call is enabled
1 год назад
Slavi Pantaleev
8291b2f99d
Merge branch 'master' into element-call-integration
1 год назад
Slavi Pantaleev
c5a03efdf6
Increase default Synapse/`rc_message` rate limits
The new rate limits are more suitable for running Element Call.
Ref:
- 93ae2aed98/docs/self-hosting.md (a-matrix-homeserver)
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
Instead of trying to increase them conditionally only when Element Call
is enabled, it's simpler and good-enough to just increase them in all cases.
1 год назад
Slavi Pantaleev
63f81bf268
Add support for configuring Synapse's MSC4222 (adding `state_after` to sync v2) experimental feature
This is required by Element Call.
Ref:
- 93ae2aed98/docs/self-hosting.md (a-matrix-homeserver)
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
1 год назад
Slavi Pantaleev
f5a0be0a7b
Add support for configuring Synapse's MSC4140 (Delayed Events) experimental feature
This is required by Element Call.
Ref:
- 93ae2aed98/docs/self-hosting.md (a-matrix-homeserver)
- https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/3562
1 год назад
Slavi Pantaleev
4fb0b75942
Reorder Synapse config's `experimental_features` alphabetically
1 год назад
Slavi Pantaleev
890f10f765
Make `matrix_livekit_jwt_service_public_url` respect `matrix_livekit_jwt_service_path_prefix`
1 год назад
Slavi Pantaleev
031cf68cbb
Remove unused `matrix_element_call_metrics_*` variables
1 год назад
Slavi Pantaleev
5961841e52
Make matrix-livekit-jwt-service role not reference foreign variables (except the matrix-base ones)
1 год назад
Slavi Pantaleev
2be4923aef
Make Element Call role not reference foreign variables (except the matrix-base ones)
1 год назад
Slavi Pantaleev
23efad9cb7
Rework Element Call config.json templating
1 год назад
Slavi Pantaleev
6b55ba29ab
Make Element Call refuse a path prefix other than `/`
1 год назад
Slavi Pantaleev
0d1112638d
Update LiveKit JWT service path prefix (`/lk-jwt-service` -> `/livekit-jwt-service`)
1 год назад
Slavi Pantaleev
c3c2ba34b4
Split `matrix_element_call_systemd_required_services_list` into `_default`, `_auto` and `_custom`
1 год назад
Slavi Pantaleev
0215708f79
Remove some useless variables and rework environment variables variable for livekit-jwt-service
1 год назад
Slavi Pantaleev
e1b57f3d45
Pin livekit-jwt-service to released (v0.2.0) and adapt configuration
1 год назад
Slavi Pantaleev
de2a8f11d2
`_name_prefix` -> `_registry_prefix` changes for LiveKit roles
1 год назад
Slavi Pantaleev
2a69ca35be
Clean up Element Call group vars vs defaults/main.yml mixup and make some minor LiveKit updates
1 год назад
Slavi Pantaleev
72d64cfa6b
Merge branch 'master' into element-call-integration
1 год назад
Slavi Pantaleev
5dfbefd649
Fix comment indentation in `examples/reverse-proxies/caddy2-in-container/docker-compose.yaml`
1 год назад
Slavi Pantaleev
f161c7c58f
Add newlines at end of files
1 год назад
Slavi Pantaleev
6c6b44dc25
Add license information to Element Call and LiveKit roles
1 год назад
Slavi Pantaleev
8eb1c57e2b
Merge branch 'master' into element-call-integration
1 год назад
Slavi Pantaleev
aa36acdef1
Remove useless `matrix_static_files_client_redirect_root_uri_to_domain` variable definition
1 год назад
Slavi Pantaleev
61069d6313
Merge branch 'element-call-integration' of github.com:wjbeckett/matrix-docker-ansible-deploy into element-call-integration
1 год назад
Slavi Pantaleev
74d6a99b1e
Adjust names for Element Call tasks and make uninstallation more consistent with other roles
1 год назад
Slavi Pantaleev
81a30f17ac
Remove some superficial comments
1 год назад
Slavi Pantaleev
413d591562
Bring container-network-creation tasks up-to-date for Element Call and LiveKit-related services
1 год назад
Slavi Pantaleev
7572522820
Merge branch 'master' into element-call-integration
1 год назад
Suguru Hirahara
5ece1fea5a
Update docs/configuring-playbook-ntfy.md: reflect the role's documentation
Based on 4e27dafc5c/docs/configuring-ntfy.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
104bc63741
Fix docs/configuring-playbook-ntfy.md: link to the role's documentation
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Suguru Hirahara
72f28474c2
Update roles/custom/matrix-client-element/templates/env.j2: add the copyright header
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
1 год назад
Slavi Pantaleev
40732e3594
Upgrade Element Web (v1.11.94 -> v1.11.95) and patch healthcheck
Related to:
- https://github.com/element-hq/element-web/pull/29471
- 16f9e7dd46
1 год назад
Slavi Pantaleev
a5d850d800
Add `matrix_client_element_environment_variable_element_web_port` and `matrix_client_element_environment_variables_extension` variables
1 год назад
Slavi Pantaleev
e65d198841
Run Element Web in tightened/read-only mode without a custom nginx config
Newer Element Web versions allow for the nginx port to be
overriden, etc., and provide instructions for running in read-only mode.
This makes our custom `nginx.conf` patches unnecessary.
Passing the correct `ELEMENT_WEB_PORT` environment variable
also helps with future changes.
Another benefit of this (besides keeping closer to upstream
recommendations and the improved simplicity) is that:
- the container can run its entrypoint env-substitutions code now,
without reporting errors
- IPv6 for nginx works, so `matrix-client-element:8080` is accessible
via IPv6 on the container network now
(this affects only for Traefik's communicaton with Element Web
internally; public connectivity was handled by Traefik and IPv6 was
available there even before)
Ref:
- 2052080d7d/docs/install.md (docker)
- https://github.com/element-hq/element-web/pull/28849
- https://github.com/element-hq/element-web/pull/28840
1 год назад
Slavi Pantaleev
16f9e7dd46
Revert "Upgrade Element Web (v1.11.94 -> v1.11.95)"
This reverts commit 178f7a9fff .
Element v1.11.95 doesn't seem to work. The container starts and is
unhealthy.
Until this is investigated and fixed, reverting.
1 год назад
Slavi Pantaleev
bda63024ee
Upgrade Synapse (v1.125.0 -> v1.126.0)
1 год назад
Slavi Pantaleev
178f7a9fff
Upgrade Element Web (v1.11.94 -> v1.11.95)
1 год назад
Slavi Pantaleev
1313f1e414
Make base domain root path redirect also handle URLs with query strings (passing them along)
Previously `https://example.com ` and `https://example.com/ ` would be
redirected to `https://matrix.example.com `.
However, `https://example.com/?something ` was not handled and was tried
to be served as a file by matrix-static-files for this base domain.
From now on, paths containing query strings will be handled as well
and the query string will be passed along.
Example: `https://example.com/?something ` -> `https://matrix.example.com/?something `
1 год назад
Aine
ccab72aa2e
Postmoogle v0.9.25
1 год назад