Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
overmind
/
matrix-docker-ansible-deploy
mirror da
https://github.com/spantaleev/matrix-docker-ansible-deploy
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
renamed the livekit role and added livekit-server and jwt-service roles to the setup file.
element-call-integration
wjbeckett
1 anno fa
parent
8cb7deff15
commit
97f93ebd76
9 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-0
roles/custom/matrix-livekit-server/defaults/main.yml
+0
-0
roles/custom/matrix-livekit-server/tasks/install.yml
+0
-0
roles/custom/matrix-livekit-server/tasks/main.yml
+0
-0
roles/custom/matrix-livekit-server/tasks/uninstall.yml
+0
-0
roles/custom/matrix-livekit-server/tasks/validate_config.yml
+0
-0
roles/custom/matrix-livekit-server/templates/labels.j2
+0
-0
roles/custom/matrix-livekit-server/templates/livekit.yaml.j2
+0
-0
roles/custom/matrix-livekit-server/templates/systemd/matrix-livekit-server.service.j2
+2
-0
setup.yml
roles/custom/matrix-livekit/defaults/main.yml → roles/custom/matrix-livekit-server/defaults/main.yml
Vedi File
roles/custom/matrix-livekit/tasks/install.yml → roles/custom/matrix-livekit-server/tasks/install.yml
Vedi File
roles/custom/matrix-livekit/tasks/main.yml → roles/custom/matrix-livekit-server/tasks/main.yml
Vedi File
roles/custom/matrix-livekit/tasks/uninstall.yml → roles/custom/matrix-livekit-server/tasks/uninstall.yml
Vedi File
roles/custom/matrix-livekit/tasks/validate_config.yml → roles/custom/matrix-livekit-server/tasks/validate_config.yml
Vedi File
roles/custom/matrix-livekit/templates/labels.j2 → roles/custom/matrix-livekit-server/templates/labels.j2
Vedi File
roles/custom/matrix-livekit/templates/livekit.yaml.j2 → roles/custom/matrix-livekit-server/templates/livekit.yaml.j2
Vedi File
roles/custom/matrix-livekit/templates/systemd/matrix-livekit-server.service.j2 → roles/custom/matrix-livekit-server/templates/systemd/matrix-livekit-server.service.j2
Vedi File
+ 2
- 0
setup.yml
Vedi File
@@ -131,6 +131,8 @@
- custom/matrix-media-repo
- custom/matrix-pantalaimon
- custom/matrix-element-call
- custom/matrix-livekit-server
- custom/matrix-jwt-service
- role: galaxy/postgres_backup
Scrivi
Anteprima
Caricamento…
Annulla
Salva