Procházet zdrojové kódy

Add license information to files for matrix-bridge-sms

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4123/head
Suguru Hirahara před 1 rokem
rodič
revize
b7bd54113d
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
7 změnil soubory, kde provedl 52 přidání a 0 odebrání
  1. +8
    -0
      docs/configuring-playbook-bridge-matrix-bridge-sms.md
  2. +10
    -0
      roles/custom/matrix-bridge-sms/defaults/main.yml
  3. +6
    -0
      roles/custom/matrix-bridge-sms/tasks/main.yml
  4. +10
    -0
      roles/custom/matrix-bridge-sms/tasks/setup_install.yml
  5. +6
    -0
      roles/custom/matrix-bridge-sms/tasks/setup_uninstall.yml
  6. +7
    -0
      roles/custom/matrix-bridge-sms/tasks/validate_config.yml
  7. +5
    -0
      roles/custom/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.service.j2.license

+ 8
- 0
docs/configuring-playbook-bridge-matrix-bridge-sms.md Zobrazit soubor

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

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

# Setting up Matrix SMS bridging (optional)

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


+ 10
- 0
roles/custom/matrix-bridge-sms/defaults/main.yml Zobrazit soubor

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2020 - 2021 MDAD project contributors
# SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 Ahmad Haghighi
# 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-sms-bridge is a Matrix <-> SMS bridge
# Project source code URL: https://github.com/benkuly/matrix-sms-bridge


+ 6
- 0
roles/custom/matrix-bridge-sms/tasks/main.yml Zobrazit soubor

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

---

- tags:


+ 10
- 0
roles/custom/matrix-bridge-sms/tasks/setup_install.yml Zobrazit soubor

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# 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

---

- name: Ensure matrix-sms-bridge image is pulled


+ 6
- 0
roles/custom/matrix-bridge-sms/tasks/setup_uninstall.yml Zobrazit soubor

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

---

- name: Check existence of matrix-sms-bridge service


+ 7
- 0
roles/custom/matrix-bridge-sms/tasks/validate_config.yml Zobrazit soubor

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

---

- name: Fail if required matrix-bridge-sms settings not defined


+ 5
- 0
roles/custom/matrix-bridge-sms/templates/systemd/matrix-sms-bridge.service.j2.license Zobrazit soubor

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2020 MDAD project contributors
SPDX-FileCopyrightText: 2020 Scott Crossen

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

Načítá se…
Zrušit
Uložit