Преглед изворни кода
Make the role compliant with REUSE
Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4997/head
Suguru Hirahara
пре 1 дан
No known key found for this signature in database
GPG Key ID: E4F9743DAB4B7B75
8 измењених фајлова са
37 додато и
0 уклоњено
-
roles/custom/matrix-client-commet/defaults/main.yml
-
roles/custom/matrix-client-commet/tasks/main.yml
-
roles/custom/matrix-client-commet/tasks/setup_install.yml
-
roles/custom/matrix-client-commet/tasks/setup_uninstall.yml
-
roles/custom/matrix-client-commet/templates/env.j2
-
roles/custom/matrix-client-commet/templates/global_config.json.j2.license
-
roles/custom/matrix-client-commet/templates/labels.j2
-
roles/custom/matrix-client-commet/templates/systemd/matrix-client-commet.service.j2
|
|
|
@@ -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 |
|
|
|
|
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2026 MDAD project contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
- tags: |
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2026 MDAD project contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
- name: Ensure Commet paths exist |
|
|
|
|
|
|
|
@@ -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 |
|
|
|
|
|
|
|
@@ -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. |
|
|
|
|
|
|
|
@@ -0,0 +1,3 @@ |
|
|
|
SPDX-FileCopyrightText: 2026 MDAD project contributors |
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
@@ -1,3 +1,9 @@ |
|
|
|
{# |
|
|
|
SPDX-FileCopyrightText: 2026 MDAD project contributors |
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
#} |
|
|
|
|
|
|
|
{# |
|
|
|
Traefik labels for matrix-client-commet. |
|
|
|
#} |
|
|
|
|
|
|
|
@@ -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 |
|
|
|
|