Kaynağa Gözat

Add license information to files for matrix-bridge-hookshot

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4123/head
Suguru Hirahara 1 yıl önce
ebeveyn
işleme
974971719f
Veri tabanında bu imza için bilinen anahtar bulunamadı GPG Anahtar Kimliği: E4F9743DAB4B7B75
11 değiştirilmiş dosya ile 78 ekleme ve 0 silme
  1. +10
    -0
      docs/configuring-playbook-bridge-hookshot.md
  2. +12
    -0
      roles/custom/matrix-bridge-hookshot/defaults/main.yml
  3. +6
    -0
      roles/custom/matrix-bridge-hookshot/tasks/main.yml
  4. +4
    -0
      roles/custom/matrix-bridge-hookshot/tasks/reset_encryption.yml
  5. +12
    -0
      roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml
  6. +6
    -0
      roles/custom/matrix-bridge-hookshot/tasks/setup_uninstall.yml
  7. +6
    -0
      roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml
  8. +6
    -0
      roles/custom/matrix-bridge-hookshot/templates/config.yaml.j2.license
  9. +6
    -0
      roles/custom/matrix-bridge-hookshot/templates/labels.j2
  10. +6
    -0
      roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2.license
  11. +4
    -0
      roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.service.j2.license

+ 10
- 0
docs/configuring-playbook-bridge-hookshot.md Dosyayı Görüntüle

@@ -1,3 +1,13 @@
<!--
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Kim Brose
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2022 Paul Tötterman
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Setting up matrix-hookshot (optional)

The playbook can install and configure [matrix-hookshot](https://github.com/matrix-org/matrix-hookshot) for you.


+ 12
- 0
roles/custom/matrix-bridge-hookshot/defaults/main.yml Dosyayı Görüntüle

@@ -1,3 +1,15 @@
# SPDX-FileCopyrightText: 2022 - 2024 MDAD project contributors
# SPDX-FileCopyrightText: 2022 - 2024 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Arthur Brugière
# SPDX-FileCopyrightText: 2022 Kim Brose
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 Kris Watson
# SPDX-FileCopyrightText: 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# A bridge between Matrix and multiple project management services, such as GitHub, GitLab and JIRA.


+ 6
- 0
roles/custom/matrix-bridge-hookshot/tasks/main.yml Dosyayı Görüntüle

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

---

- tags:


+ 4
- 0
roles/custom/matrix-bridge-hookshot/tasks/reset_encryption.yml Dosyayı Görüntüle

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

---

- name: Ensure matrix-hookshot is stopped


+ 12
- 0
roles/custom/matrix-bridge-hookshot/tasks/setup_install.yml Dosyayı Görüntüle

@@ -1,3 +1,15 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Arthur Brugière
# SPDX-FileCopyrightText: 2022 Jim Myhrberg
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
# SPDX-FileCopyrightText: 2023 Luke Moch
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.include_role:


+ 6
- 0
roles/custom/matrix-bridge-hookshot/tasks/setup_uninstall.yml Dosyayı Görüntüle

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-hookshot service


+ 6
- 0
roles/custom/matrix-bridge-hookshot/tasks/validate_config.yml Dosyayı Görüntüle

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: (Deprecation) Catch and report renamed Hookshot variables


+ 6
- 0
roles/custom/matrix-bridge-hookshot/templates/config.yaml.j2.license Dosyayı Görüntüle

@@ -0,0 +1,6 @@
SPDX-FileCopyrightText: 2022 - 2024 MDAD project contributors
SPDX-FileCopyrightText: 2022 - 2024 Nikita Chernyi
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2025 Suguru Hirahara

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

+ 6
- 0
roles/custom/matrix-bridge-hookshot/templates/labels.j2 Dosyayı Görüntüle

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

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

{% if matrix_hookshot_container_labels_traefik_enabled %}
traefik.enable=true



+ 6
- 0
roles/custom/matrix-bridge-hookshot/templates/registration.yml.j2.license Dosyayı Görüntüle

@@ -0,0 +1,6 @@
SPDX-FileCopyrightText: 2022 - 2024 MDAD project contributors
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Nikita Chernyi
SPDX-FileCopyrightText: 2024 Kim Brose

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

+ 4
- 0
roles/custom/matrix-bridge-hookshot/templates/systemd/matrix-hookshot.service.j2.license Dosyayı Görüntüle

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

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

Yükleniyor…
İptal
Kaydet