Просмотр исходного кода

Add license information to files for matrix-conduwuit

This commit adds copyright attributions in SPDX to the files for matrix-conduwuit, following REUSE's specification.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4115/head
Suguru Hirahara 1 год назад
Родитель
Сommit
8367981bfb
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
15 измененных файлов: 74 добавлений и 0 удалений
  1. +7
    -0
      docs/configuring-playbook-conduwuit.md
  2. +5
    -0
      roles/custom/matrix-conduwuit/defaults/main.yml
  3. +4
    -0
      roles/custom/matrix-conduwuit/tasks/install.yml
  4. +5
    -0
      roles/custom/matrix-conduwuit/tasks/main.yml
  5. +5
    -0
      roles/custom/matrix-conduwuit/tasks/self_check_client_api.yml
  6. +4
    -0
      roles/custom/matrix-conduwuit/tasks/self_check_federation_api.yml
  7. +4
    -0
      roles/custom/matrix-conduwuit/tasks/setup_install.yml
  8. +4
    -0
      roles/custom/matrix-conduwuit/tasks/setup_uninstall.yml
  9. +4
    -0
      roles/custom/matrix-conduwuit/tasks/uninstall.yml
  10. +4
    -0
      roles/custom/matrix-conduwuit/tasks/validate_config.yml
  11. +8
    -0
      roles/custom/matrix-conduwuit/templates/conduwuit.toml.j2
  12. +3
    -0
      roles/custom/matrix-conduwuit/templates/env.j2.license
  13. +8
    -0
      roles/custom/matrix-conduwuit/templates/labels.j2
  14. +4
    -0
      roles/custom/matrix-conduwuit/templates/systemd/matrix-conduwuit.service.j2.license
  15. +5
    -0
      roles/custom/matrix-conduwuit/vars/main.yml

+ 7
- 0
docs/configuring-playbook-conduwuit.md Просмотреть файл

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 Suguru Hirahara

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

# Configuring conduwuit (optional)

The playbook can install and configure the [conduwuit](https://conduwuit.puppyirl.gay/) Matrix server for you.


+ 5
- 0
roles/custom/matrix-conduwuit/defaults/main.yml Просмотреть файл

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# conduwuit is a very cool, featureful fork of conduit (https://gitlab.com/famedly/conduit).
# Project source code URL: https://github.com/girlbossceo/conduwuit


+ 4
- 0
roles/custom/matrix-conduwuit/tasks/install.yml Просмотреть файл

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure conduwuit config path exists


+ 5
- 0
roles/custom/matrix-conduwuit/tasks/main.yml Просмотреть файл

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 5
- 0
roles/custom/matrix-conduwuit/tasks/self_check_client_api.yml Просмотреть файл

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check Matrix Client API


+ 4
- 0
roles/custom/matrix-conduwuit/tasks/self_check_federation_api.yml Просмотреть файл

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check Matrix Federation API


+ 4
- 0
roles/custom/matrix-conduwuit/tasks/setup_install.yml Просмотреть файл

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

---

- name: Ensure conduwuit config path exists


+ 4
- 0
roles/custom/matrix-conduwuit/tasks/setup_uninstall.yml Просмотреть файл

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

---

- name: Check existence of matrix-conduwuit service


+ 4
- 0
roles/custom/matrix-conduwuit/tasks/uninstall.yml Просмотреть файл

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-conduwuit service


+ 4
- 0
roles/custom/matrix-conduwuit/tasks/validate_config.yml Просмотреть файл

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

---

- name: Fail if required conduwuit settings not defined


+ 8
- 0
roles/custom/matrix-conduwuit/templates/conduwuit.toml.j2 Просмотреть файл

@@ -1,3 +1,11 @@
{#
SPDX-FileCopyrightText: 2025 MDAD project contributors
SPDX-FileCopyrightText: 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 Suguru Hirahara

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

### conduwuit Configuration
### See:
### https://conduwuit.puppyirl.gay/configuration.html


+ 3
- 0
roles/custom/matrix-conduwuit/templates/env.j2.license Просмотреть файл

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2025 Slavi Pantaleev

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

+ 8
- 0
roles/custom/matrix-conduwuit/templates/labels.j2 Просмотреть файл

@@ -1,3 +1,11 @@
{#
SPDX-FileCopyrightText: 2025 MDAD project contributors
SPDX-FileCopyrightText: 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 Suguru Hirahara

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

{% if matrix_conduwuit_container_labels_traefik_enabled %}
traefik.enable=true



+ 4
- 0
roles/custom/matrix-conduwuit/templates/systemd/matrix-conduwuit.service.j2.license Просмотреть файл

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

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

+ 5
- 0
roles/custom/matrix-conduwuit/vars/main.yml Просмотреть файл

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 MDAD project contributors
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

matrix_conduwuit_client_api_url_endpoint_public: "{{ 'https' if matrix_playbook_ssl_enabled else 'http' }}://{{ matrix_conduwuit_hostname }}/_matrix/client/versions"


Загрузка…
Отмена
Сохранить