Matrix Docker Ansible eploy
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- {#
- SPDX-FileCopyrightText: 2024 wjbeckett
- SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
-
- SPDX-License-Identifier: AGPL-3.0-or-later
- #}
-
- LIVEKIT_JWT_PORT={{ matrix_livekit_jwt_service_environment_variable_livekit_jwt_port | int | to_json }}
-
- LIVEKIT_KEY={{ matrix_livekit_jwt_service_environment_variable_livekit_key }}
- LIVEKIT_URL={{ matrix_livekit_jwt_service_environment_variable_livekit_url }}
- LIVEKIT_SECRET={{ matrix_livekit_jwt_service_environment_variable_livekit_secret }}
-
- LIVEKIT_FULL_ACCESS_HOMESERVERS={{ matrix_livekit_jwt_service_environment_variable_livekit_full_access_homeservers }}
-
- {{ matrix_livekit_jwt_service_environment_variables_extension }}
|