Ver a proveniência
Add license information to matrix-appservice-draupnir-for-all
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4122/head
Suguru Hirahara
há 1 ano
ascendente
cometimento
6c605a6193
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: E4F9743DAB4B7B75
8 ficheiros alterados com
43 adições e
0 eliminações
-
roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml
-
roles/custom/matrix-appservice-draupnir-for-all/tasks/main.yml
-
roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml
-
roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_uninstall.yml
-
roles/custom/matrix-appservice-draupnir-for-all/tasks/validate_config.yml
-
roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2
-
roles/custom/matrix-appservice-draupnir-for-all/templates/production-bots.yaml.j2
-
roles/custom/matrix-appservice-draupnir-for-all/templates/systemd/matrix-appservice-draupnir-for-all.service.j2.license
|
|
|
@@ -1,3 +1,9 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 - 2025 MDAD project contributors |
|
|
|
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev |
|
|
|
# SPDX-FileCopyrightText: 2024 Suguru Hirahara |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
# A moderation tool for Matrix |
|
|
|
# Project source code URL: https://github.com/the-draupnir-project/Draupnir |
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD project contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
- tags: |
|
|
|
|
|
|
|
@@ -1,3 +1,10 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 David Mehren |
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD project contributors |
|
|
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev |
|
|
|
# SPDX-FileCopyrightText: 2024 Suguru Hirahara |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
- ansible.builtin.set_fact: |
|
|
|
|
|
|
|
@@ -1,3 +1,7 @@ |
|
|
|
# SPDX-FileCopyrightText: 2023 - 2024 MDAD project contributors |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
- name: Check existence of matrix-appservice-draupnir-for-all service |
|
|
|
|
|
|
|
@@ -1,3 +1,8 @@ |
|
|
|
# SPDX-FileCopyrightText: 2024 MDAD project contributors |
|
|
|
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev |
|
|
|
# |
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
|
|
|
|
--- |
|
|
|
|
|
|
|
- name: Fail if required matrix-bot-draupnir variables are undefined |
|
|
|
|
|
|
|
@@ -1,3 +1,10 @@ |
|
|
|
{# |
|
|
|
SPDX-FileCopyrightText: 2024 MDAD project contributors |
|
|
|
SPDX-FileCopyrightText: 2024 Suguru Hirahara |
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
#} |
|
|
|
|
|
|
|
homeserver: |
|
|
|
# The Matrix server name, this will be the name of the server in your Matrix ID. |
|
|
|
domain: "{{ matrix_domain }}" |
|
|
|
|
|
|
|
@@ -1,3 +1,9 @@ |
|
|
|
{# |
|
|
|
SPDX-FileCopyrightText: 2024 MDAD project contributors |
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later |
|
|
|
#} |
|
|
|
|
|
|
|
# The log level of terminal (or container) output, |
|
|
|
# can be one of DEBUG, INFO, WARN and ERROR, in increasing order of importance and severity. |
|
|
|
# |
|
|
|
|
|
|
|
@@ -0,0 +1,4 @@ |
|
|
|
SPDX-FileCopyrightText: 2024 MDAD project contributors |
|
|
|
SPDX-FileCopyrightText: 2024 Slavi Pantaleev |
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later |