Quellcode durchsuchen

Add license information to matrix-appservice-draupnir-for-all

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4122/head
Suguru Hirahara vor 1 Jahr
Ursprung
Commit
6c605a6193
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: E4F9743DAB4B7B75
8 geänderte Dateien mit 43 neuen und 0 gelöschten Zeilen
  1. +6
    -0
      roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml
  2. +4
    -0
      roles/custom/matrix-appservice-draupnir-for-all/tasks/main.yml
  3. +7
    -0
      roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml
  4. +4
    -0
      roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_uninstall.yml
  5. +5
    -0
      roles/custom/matrix-appservice-draupnir-for-all/tasks/validate_config.yml
  6. +7
    -0
      roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2
  7. +6
    -0
      roles/custom/matrix-appservice-draupnir-for-all/templates/production-bots.yaml.j2
  8. +4
    -0
      roles/custom/matrix-appservice-draupnir-for-all/templates/systemd/matrix-appservice-draupnir-for-all.service.j2.license

+ 6
- 0
roles/custom/matrix-appservice-draupnir-for-all/defaults/main.yml Datei anzeigen

@@ -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


+ 4
- 0
roles/custom/matrix-appservice-draupnir-for-all/tasks/main.yml Datei anzeigen

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 7
- 0
roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_install.yml Datei anzeigen

@@ -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:


+ 4
- 0
roles/custom/matrix-appservice-draupnir-for-all/tasks/setup_uninstall.yml Datei anzeigen

@@ -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


+ 5
- 0
roles/custom/matrix-appservice-draupnir-for-all/tasks/validate_config.yml Datei anzeigen

@@ -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


+ 7
- 0
roles/custom/matrix-appservice-draupnir-for-all/templates/production-appservice.yaml.j2 Datei anzeigen

@@ -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 }}"


+ 6
- 0
roles/custom/matrix-appservice-draupnir-for-all/templates/production-bots.yaml.j2 Datei anzeigen

@@ -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.
#


+ 4
- 0
roles/custom/matrix-appservice-draupnir-for-all/templates/systemd/matrix-appservice-draupnir-for-all.service.j2.license Datei anzeigen

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2024 MDAD project contributors
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

SPDX-License-Identifier: AGPL-3.0-or-later

Laden…
Abbrechen
Speichern