This website works better with JavaScript.
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Make the role compliant with REUSE
Signed-off-by: Suguru Hirahara <did
🔑
z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4997/head
Suguru Hirahara
1 月之前
父節點
033f1bd43c
當前提交
25e248f96a
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
E4F9743DAB4B7B75
共有
8 個文件被更改
,包括
37 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
roles/custom/matrix-client-commet/defaults/main.yml
+4
-0
roles/custom/matrix-client-commet/tasks/main.yml
+4
-0
roles/custom/matrix-client-commet/tasks/setup_install.yml
+4
-0
roles/custom/matrix-client-commet/tasks/setup_uninstall.yml
+6
-0
roles/custom/matrix-client-commet/templates/env.j2
+3
-0
roles/custom/matrix-client-commet/templates/global_config.json.j2.license
+6
-0
roles/custom/matrix-client-commet/templates/labels.j2
+6
-0
roles/custom/matrix-client-commet/templates/systemd/matrix-client-commet.service.j2
+ 4
- 0
roles/custom/matrix-client-commet/defaults/main.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
# Project source code URL: https://github.com/commetchat/commet
+ 4
- 0
roles/custom/matrix-client-commet/tasks/main.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- tags:
+ 4
- 0
roles/custom/matrix-client-commet/tasks/setup_install.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure Commet paths exist
+ 4
- 0
roles/custom/matrix-client-commet/tasks/setup_uninstall.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2026 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Check existence of matrix-client-commet.service
+ 6
- 0
roles/custom/matrix-client-commet/templates/env.j2
查看文件
@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{#
Environment variables for the matrix-client-commet container.
Add custom variables by appending to matrix_client_commet_environment_variables_extension.
+ 3
- 0
roles/custom/matrix-client-commet/templates/global_config.json.j2.license
查看文件
@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-License-Identifier: AGPL-3.0-or-later
+ 6
- 0
roles/custom/matrix-client-commet/templates/labels.j2
查看文件
@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{#
Traefik labels for matrix-client-commet.
#}
+ 6
- 0
roles/custom/matrix-client-commet/templates/systemd/matrix-client-commet.service.j2
查看文件
@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2026 MDAD project contributors
SPDX-License-Identifier: AGPL-3.0-or-later
#}
#jinja2: lstrip_blocks: True
[Unit]
Description=Matrix Commet web client
Write
Preview
Loading…
取消
儲存