mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
Variables rename (matrix_livekit_server_ -> livekit_server_) to prepare for role extraction
This commit is contained in:
@ -34,10 +34,10 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.
|
||||
# Enable dependent services
|
||||
keydb_enabled: true
|
||||
matrix_element_call_enabled: true
|
||||
matrix_livekit_server_enabled: true
|
||||
livekit_server_enabled: true
|
||||
matrix_jwt_service_enabled: true
|
||||
# Set a secure key for LiveKit authentication
|
||||
matrix_livekit_server_dev_key: 'your-secure-livekit-key'
|
||||
livekit_server_dev_key: 'your-secure-livekit-key'
|
||||
```
|
||||
|
||||
## Installing
|
||||
@ -68,4 +68,4 @@ Ensure these ports are open and forwarded appropriately to allow traffic to flow
|
||||
|
||||
## Additional Information
|
||||
|
||||
Refer to the Element Call documentation for more details on configuring and using Element Call.
|
||||
Refer to the Element Call documentation for more details on configuring and using Element Call.
|
||||
|
@ -8,11 +8,11 @@ See the project's [documentation](https://github.com/livekit/livekit) to learn m
|
||||
|
||||
## Decide on a domain and path
|
||||
|
||||
By default, Livekit is configured to be served on the Matrix domain (`sfu.DOMAIN`, controlled by the `matrix_livekit_server_hostname` variable).
|
||||
By default, Livekit is configured to be served on the Matrix domain (`sfu.DOMAIN`, controlled by the `livekit_server_hostname` variable).
|
||||
|
||||
This makes it easy to set it up, **without** having to adjust your DNS records manually.
|
||||
|
||||
If you'd like to run Livekit on another hostname or path, use the `matrix_livekit_server_hostname` variable.
|
||||
If you'd like to run Livekit on another hostname or path, use the `livekit_server_hostname` variable.
|
||||
|
||||
## Adjusting DNS records
|
||||
|
||||
@ -26,7 +26,7 @@ Ensure that the following DNS names have a public IP/FQDN:
|
||||
Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.yml` file:
|
||||
|
||||
```yaml
|
||||
matrix_livekit_server_enabled: true
|
||||
livekit_server_enabled: true
|
||||
# Set a secure key for LiveKit authentication
|
||||
matrix_element_call_livekit_dev_key: 'your-secure-livekit-key'
|
||||
```
|
||||
@ -53,4 +53,4 @@ Ensure these ports are open and forwarded appropriately to allow traffic to flow
|
||||
|
||||
## Additional Information
|
||||
|
||||
Refer to the Livekit documentation for more details on configuring and using Livekit.
|
||||
Refer to the Livekit documentation for more details on configuring and using Livekit.
|
||||
|
Reference in New Issue
Block a user