本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
renamed the livekit role and added livekit-server and jwt-service roles to the setup file.
element-call-integration
wjbeckett
1 年之前
父節點
8cb7deff15
當前提交
97f93ebd76
共有
9 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
查看文件
roles/custom/matrix-livekit/tasks/install.yml → roles/custom/matrix-livekit-server/tasks/install.yml
查看文件
roles/custom/matrix-livekit/tasks/main.yml → roles/custom/matrix-livekit-server/tasks/main.yml
查看文件
roles/custom/matrix-livekit/tasks/uninstall.yml → roles/custom/matrix-livekit-server/tasks/uninstall.yml
查看文件
roles/custom/matrix-livekit/tasks/validate_config.yml → roles/custom/matrix-livekit-server/tasks/validate_config.yml
查看文件
roles/custom/matrix-livekit/templates/labels.j2 → roles/custom/matrix-livekit-server/templates/labels.j2
查看文件
roles/custom/matrix-livekit/templates/livekit.yaml.j2 → roles/custom/matrix-livekit-server/templates/livekit.yaml.j2
查看文件
roles/custom/matrix-livekit/templates/systemd/matrix-livekit-server.service.j2 → roles/custom/matrix-livekit-server/templates/systemd/matrix-livekit-server.service.j2
查看文件
+ 2
- 0
setup.yml
查看文件
@@ -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
Write
Preview
Loading…
取消
儲存