이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
overmind
/
matrix-docker-ansible-deploy
의 미러
https://github.com/spantaleev/matrix-docker-ansible-deploy
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
Make the role compliant with REUSE
Signed-off-by: Suguru Hirahara <did
🔑
z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4997/head
Suguru Hirahara
5 달 전
부모
033f1bd43c
커밋
25e248f96a
No known key found for this signature in database
GPG 키 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
쓰기
미리보기
불러오는 중...
취소
저장