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

Add license information to files for matrix-corporal

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4118/head
Suguru Hirahara 1 год назад
Родитель
Сommit
2889607941
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
10 измененных файлов: 68 добавлений и 0 удалений
  1. +8
    -0
      docs/configuring-playbook-matrix-corporal.md
  2. +11
    -0
      roles/custom/matrix-corporal/defaults/main.yml
  3. +6
    -0
      roles/custom/matrix-corporal/tasks/main.yml
  4. +7
    -0
      roles/custom/matrix-corporal/tasks/self_check.yml
  5. +11
    -0
      roles/custom/matrix-corporal/tasks/setup_install.yml
  6. +4
    -0
      roles/custom/matrix-corporal/tasks/setup_uninstall.yml
  7. +5
    -0
      roles/custom/matrix-corporal/tasks/validate_config.yml
  8. +4
    -0
      roles/custom/matrix-corporal/templates/config.json.j2.license
  9. +6
    -0
      roles/custom/matrix-corporal/templates/labels.j2
  10. +6
    -0
      roles/custom/matrix-corporal/templates/systemd/matrix-corporal.service.j2.license

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

@@ -1,3 +1,11 @@
<!--
SPDX-FileCopyrightText: 2018 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 MDAD project contributors
SPDX-FileCopyrightText: 2025 Suguru Hirahara

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

# Setting up Matrix Corporal (optional, advanced) # Setting up Matrix Corporal (optional, advanced)


> [!WARNING] > [!WARNING]


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

@@ -1,3 +1,14 @@
# SPDX-FileCopyrightText: 2019 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Sylvia van Os
# SPDX-FileCopyrightText: 2021 Ahmad Haghighi
# SPDX-FileCopyrightText: 2021 MDAD project contributors
# SPDX-FileCopyrightText: 2021 boris runakov
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---
# matrix-corporal is a reconciliator and gateway for a managed Matrix server. # matrix-corporal is a reconciliator and gateway for a managed Matrix server.
# Project source code URL: https://github.com/devture/matrix-corporal # Project source code URL: https://github.com/devture/matrix-corporal


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

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Dan Arnfield
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- tags: - tags:


+ 7
- 0
roles/custom/matrix-corporal/tasks/self_check.yml Просмотреть файл

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2020 Dan Arnfield
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- name: Check Matrix Corporal HTTP gateway - name: Check Matrix Corporal HTTP gateway


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

@@ -1,3 +1,14 @@
# SPDX-FileCopyrightText: 2018 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Dan Arnfield
# SPDX-FileCopyrightText: 2020 Chris van Dijk
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- name: Ensure Matrix Corporal paths exist - name: Ensure Matrix Corporal paths exist


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

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

--- ---


- name: Check existence of matrix-corporal service - name: Check existence of matrix-corporal service


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

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Dan Arnfield
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


- name: Fail if required matrix-corporal settings not defined - name: Fail if required matrix-corporal settings not defined


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

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2018 - 2022 Slavi Pantaleev
SPDX-FileCopyrightText: 2019 Hugues De Keyzer

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

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

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev

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

{% if matrix_corporal_container_labels_traefik_enabled %} {% if matrix_corporal_container_labels_traefik_enabled %}
traefik.enable=true traefik.enable=true




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

@@ -0,0 +1,6 @@
SPDX-FileCopyrightText: 2018 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2019 Hugues De Keyzer
SPDX-FileCopyrightText: 2019 Sylvia van Os
SPDX-FileCopyrightText: 2020 Chris van Dijk

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

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