使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
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 选项
显示统计
下载 Patch 文件
下载 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
查看文件
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
撰写
预览
正在加载...
取消
保存