Sfoglia il codice sorgente

Add license information to files for matrix-bridge-mautrix-telegram

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4131/head
Suguru Hirahara 1 anno fa
parent
commit
0810054b78
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: E4F9743DAB4B7B75
9 ha cambiato i file con 89 aggiunte e 0 eliminazioni
  1. +13
    -0
      docs/configuring-playbook-bridge-mautrix-telegram.md
  2. +16
    -0
      roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml
  3. +6
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml
  4. +17
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml
  5. +6
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml
  6. +5
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/validate_config.yml
  7. +11
    -0
      roles/custom/matrix-bridge-mautrix-telegram/templates/config.yaml.j2.license
  8. +6
    -0
      roles/custom/matrix-bridge-mautrix-telegram/templates/labels.j2
  9. +9
    -0
      roles/custom/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2.license

+ 13
- 0
docs/configuring-playbook-bridge-mautrix-telegram.md Vedi File

@@ -1,3 +1,16 @@
<!--
SPDX-FileCopyrightText: 2018 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2018 Hugues Morisset
SPDX-FileCopyrightText: 2019 - 2022 MDAD project contributors
SPDX-FileCopyrightText: 2021 Panagiotis Georgiadis
SPDX-FileCopyrightText: 2022 Dennis Ciba
SPDX-FileCopyrightText: 2022 Iikka Järvenpää
SPDX-FileCopyrightText: 2022 Marko Weltzer
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara

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

# Setting up Mautrix Telegram bridging (optional) # Setting up Mautrix Telegram bridging (optional)


<sup>Refer the common guide for configuring mautrix bridges: [Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md)</sup> <sup>Refer the common guide for configuring mautrix bridges: [Setting up a Generic Mautrix Bridge](configuring-playbook-bridge-mautrix-bridges.md)</sup>


+ 16
- 0
roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml Vedi File

@@ -1,3 +1,19 @@
# SPDX-FileCopyrightText: 2019 - 2024 MDAD project contributors
# SPDX-FileCopyrightText: 2019 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2020 Johanna Dorothea Reichmann
# SPDX-FileCopyrightText: 2020 Marcel Partap
# SPDX-FileCopyrightText: 2021 Aaron Raimist
# SPDX-FileCopyrightText: 2021 Panagiotis Georgiadis
# SPDX-FileCopyrightText: 2022 - 2023 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 László Várady
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Olivér Falvai
# SPDX-FileCopyrightText: 2022 Vincent Post
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 Pierre 'McFly' Marty
#
# SPDX-License-Identifier: AGPL-3.0-or-later

--- ---


# mautrix-telegram is a Matrix <-> Telegram bridge # mautrix-telegram is a Matrix <-> Telegram bridge


+ 6
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml Vedi File

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


+ 17
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml Vedi File

@@ -1,3 +1,20 @@
# SPDX-FileCopyrightText: 2018 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2018 Hugues Morisset
# SPDX-FileCopyrightText: 2019 Aaron Raimist
# SPDX-FileCopyrightText: 2019 Dan Arnfield
# SPDX-FileCopyrightText: 2019 Jan Christian Grünhage
# SPDX-FileCopyrightText: 2020 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2020 Chris van Dijk
# SPDX-FileCopyrightText: 2020 Stuart Mumford
# SPDX-FileCopyrightText: 2021 Panagiotis Georgiadis
# SPDX-FileCopyrightText: 2022 Jim Myhrberg
# 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

--- ---


- ansible.builtin.set_fact: - ansible.builtin.set_fact:


+ 6
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml Vedi File

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

--- ---


- name: Check existence of matrix-mautrix-telegram service - name: Check existence of matrix-mautrix-telegram service


+ 5
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/validate_config.yml Vedi File

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

--- ---


- name: Fail if required mautrix-telegram settings not defined - name: Fail if required mautrix-telegram settings not defined


+ 11
- 0
roles/custom/matrix-bridge-mautrix-telegram/templates/config.yaml.j2.license Vedi File

@@ -0,0 +1,11 @@
SPDX-FileCopyrightText: 2018 Hugues Morisset
SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2019 Hugues De Keyzer
SPDX-FileCopyrightText: 2020 - 2022 MDAD project contributors
SPDX-FileCopyrightText: 2022 László Várady
SPDX-FileCopyrightText: 2022 Nikita Chernyi
SPDX-FileCopyrightText: 2022 Vincent Post
SPDX-FileCopyrightText: 2024 Pierre 'McFly' Marty
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

+ 6
- 0
roles/custom/matrix-bridge-mautrix-telegram/templates/labels.j2 Vedi File

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

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

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




+ 9
- 0
roles/custom/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2.license Vedi File

@@ -0,0 +1,9 @@
SPDX-FileCopyrightText: 2018 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2018 Hugues Morisset
SPDX-FileCopyrightText: 2019 - 2022 MDAD project contributors
SPDX-FileCopyrightText: 2019 Hugues De Keyzer
SPDX-FileCopyrightText: 2020 Chris van Dijk
SPDX-FileCopyrightText: 2020 Scott Crossen
SPDX-FileCopyrightText: 2022 László Várady

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

Caricamento…
Annulla
Salva