Bladeren bron

Merge pull request #4131 from luixxiul/fix

Add license information to files for the other mautrix bridges
pull/4133/head
Slavi Pantaleev 1 jaar geleden
committed by GitHub
bovenliggende
commit
0b23167773
Geen bekende sleutel gevonden voor deze handtekening in de database GPG sleutel-ID: B5690EEEBB952194
56 gewijzigde bestanden met toevoegingen van 456 en 0 verwijderingen
  1. +16
    -0
      docs/configuring-playbook-bridge-mautrix-signal.md
  2. +9
    -0
      docs/configuring-playbook-bridge-mautrix-slack.md
  3. +13
    -0
      docs/configuring-playbook-bridge-mautrix-telegram.md
  4. +9
    -0
      docs/configuring-playbook-bridge-mautrix-twitter.md
  5. +13
    -0
      docs/configuring-playbook-bridge-mautrix-whatsapp.md
  6. +8
    -0
      docs/configuring-playbook-bridge-mautrix-wsproxy.md
  7. +16
    -0
      roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml
  8. +8
    -0
      roles/custom/matrix-bridge-mautrix-signal/tasks/main.yml
  9. +4
    -0
      roles/custom/matrix-bridge-mautrix-signal/tasks/remove_legacy.yml
  10. +12
    -0
      roles/custom/matrix-bridge-mautrix-signal/tasks/setup_install.yml
  11. +8
    -0
      roles/custom/matrix-bridge-mautrix-signal/tasks/setup_uninstall.yml
  12. +7
    -0
      roles/custom/matrix-bridge-mautrix-signal/tasks/validate_config.yml
  13. +10
    -0
      roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2.license
  14. +6
    -0
      roles/custom/matrix-bridge-mautrix-signal/templates/labels.j2
  15. +5
    -0
      roles/custom/matrix-bridge-mautrix-signal/templates/systemd/matrix-mautrix-signal.service.j2.license
  16. +8
    -0
      roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml
  17. +5
    -0
      roles/custom/matrix-bridge-mautrix-slack/tasks/main.yml
  18. +6
    -0
      roles/custom/matrix-bridge-mautrix-slack/tasks/setup_install.yml
  19. +4
    -0
      roles/custom/matrix-bridge-mautrix-slack/tasks/setup_uninstall.yml
  20. +5
    -0
      roles/custom/matrix-bridge-mautrix-slack/tasks/validate_config.yml
  21. +5
    -0
      roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2.license
  22. +4
    -0
      roles/custom/matrix-bridge-mautrix-slack/templates/systemd/matrix-mautrix-slack.service.j2.license
  23. +16
    -0
      roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml
  24. +6
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml
  25. +17
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml
  26. +6
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml
  27. +5
    -0
      roles/custom/matrix-bridge-mautrix-telegram/tasks/validate_config.yml
  28. +11
    -0
      roles/custom/matrix-bridge-mautrix-telegram/templates/config.yaml.j2.license
  29. +6
    -0
      roles/custom/matrix-bridge-mautrix-telegram/templates/labels.j2
  30. +9
    -0
      roles/custom/matrix-bridge-mautrix-telegram/templates/systemd/matrix-mautrix-telegram.service.j2.license
  31. +13
    -0
      roles/custom/matrix-bridge-mautrix-twitter/defaults/main.yml
  32. +7
    -0
      roles/custom/matrix-bridge-mautrix-twitter/tasks/main.yml
  33. +10
    -0
      roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_install.yml
  34. +6
    -0
      roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_uninstall.yml
  35. +6
    -0
      roles/custom/matrix-bridge-mautrix-twitter/tasks/validate_config.yml
  36. +9
    -0
      roles/custom/matrix-bridge-mautrix-twitter/templates/config.yaml.j2.license
  37. +6
    -0
      roles/custom/matrix-bridge-mautrix-twitter/templates/labels.j2
  38. +4
    -0
      roles/custom/matrix-bridge-mautrix-twitter/templates/systemd/matrix-mautrix-twitter.service.j2.license
  39. +19
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml
  40. +7
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/tasks/main.yml
  41. +17
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml
  42. +6
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_uninstall.yml
  43. +7
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml
  44. +13
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2.license
  45. +6
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/templates/labels.j2
  46. +8
    -0
      roles/custom/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.service.j2.license
  47. +7
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/defaults/main.yml
  48. +5
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/tasks/main.yml
  49. +7
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/tasks/setup_install.yml
  50. +4
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/tasks/setup_uninstall.yml
  51. +5
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/tasks/validate_config.yml
  52. +6
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/templates/config.yaml.j2
  53. +7
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/templates/syncproxy-env.j2
  54. +4
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/templates/systemd/matrix-mautrix-wsproxy-syncproxy.service.j2.license
  55. +4
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/templates/systemd/matrix-mautrix-wsproxy.service.j2.license
  56. +6
    -0
      roles/custom/matrix-bridge-mautrix-wsproxy/templates/wsproxy-labels.j2

+ 16
- 0
docs/configuring-playbook-bridge-mautrix-signal.md Bestand weergeven

@@ -1,3 +1,19 @@
<!--
SPDX-FileCopyrightText: 2018 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2018 Hugues Morisset
SPDX-FileCopyrightText: 2020 - 2021 MDAD project contributors
SPDX-FileCopyrightText: 2020 Sabine Laszakovits
SPDX-FileCopyrightText: 2021 Julian Foad
SPDX-FileCopyrightText: 2021 Wolfgang Winter
SPDX-FileCopyrightText: 2022 Dennis Ciba
SPDX-FileCopyrightText: 2022 Marko Weltzer
SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-FileCopyrightText: 2024 Benjamin Kampmann

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

# Setting up Mautrix Signal bridging (optional)

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


+ 9
- 0
docs/configuring-playbook-bridge-mautrix-slack.md Bestand weergeven

@@ -1,3 +1,12 @@
<!--
SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
SPDX-FileCopyrightText: 2023 Stuart Mumford
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

# Setting up Mautrix Slack bridging (optional)

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


+ 13
- 0
docs/configuring-playbook-bridge-mautrix-telegram.md Bestand weergeven

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

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


+ 9
- 0
docs/configuring-playbook-bridge-mautrix-twitter.md Bestand weergeven

@@ -1,3 +1,12 @@
<!--
SPDX-FileCopyrightText: 2021 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2021 Matthew Cengia
SPDX-FileCopyrightText: 2022 Aaron Raimist
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara

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

# Setting up Mautrix Twitter bridging (optional)

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


+ 13
- 0
docs/configuring-playbook-bridge-mautrix-whatsapp.md Bestand weergeven

@@ -1,3 +1,16 @@
<!--
SPDX-FileCopyrightText: 2018 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2018 Hugues Morisset
SPDX-FileCopyrightText: 2021 - 2025 MDAD project contributors
SPDX-FileCopyrightText: 2022 Dennis Ciba
SPDX-FileCopyrightText: 2022 Marko Weltzer
SPDX-FileCopyrightText: 2023 James Collier
SPDX-FileCopyrightText: 2023 Kuba Orlik
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Setting up Mautrix Whatsapp bridging (optional)

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


+ 8
- 0
docs/configuring-playbook-bridge-mautrix-wsproxy.md Bestand weergeven

@@ -1,3 +1,11 @@
<!--
SPDX-FileCopyrightText: 2023 Johan Swetzén
SPDX-FileCopyrightText: 2023 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara

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

# Setting up Mautrix wsproxy for bridging Android SMS or Apple iMessage (optional)

<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-signal/defaults/main.yml Bestand weergeven

@@ -1,3 +1,19 @@
# SPDX-FileCopyrightText: 2020 - 2021 Sabine Laszakovits
# SPDX-FileCopyrightText: 2020 - 2024 MDAD project contributors
# SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 Wolfgang Winter
# SPDX-FileCopyrightText: 2022 - 2024 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 László Várady
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Matthew Cengia
# SPDX-FileCopyrightText: 2023 - 2024 Pierre 'McFly' Marty
# SPDX-FileCopyrightText: 2023 Adrien le Maire
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2023 Yousef Amar
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# mautrix-signal is a Matrix <-> Signal bridge
# Project source code URL: https://github.com/mautrix/signal


+ 8
- 0
roles/custom/matrix-bridge-mautrix-signal/tasks/main.yml Bestand weergeven

@@ -1,3 +1,11 @@
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2023 Adrien le Maire
# SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 4
- 0
roles/custom/matrix-bridge-mautrix-signal/tasks/remove_legacy.yml Bestand weergeven

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# Signal daemon service


+ 12
- 0
roles/custom/matrix-bridge-mautrix-signal/tasks/setup_install.yml Bestand weergeven

@@ -1,3 +1,15 @@
# SPDX-FileCopyrightText: 2020 - 2021 Sabine Laszakovits
# SPDX-FileCopyrightText: 2020 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2021 - 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: 2023 Pierre 'McFly' Marty
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.set_fact:


+ 8
- 0
roles/custom/matrix-bridge-mautrix-signal/tasks/setup_uninstall.yml Bestand weergeven

@@ -1,3 +1,11 @@
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2021 - 2022 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 Sabine Laszakovits
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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


+ 7
- 0
roles/custom/matrix-bridge-mautrix-signal/tasks/validate_config.yml Bestand weergeven

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2020 - 2021 Sabine Laszakovits
# SPDX-FileCopyrightText: 2020 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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


+ 10
- 0
roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2.license Bestand weergeven

@@ -0,0 +1,10 @@
SPDX-FileCopyrightText: 2020 - 2021 Sabine Laszakovits
SPDX-FileCopyrightText: 2020 - 2024 MDAD project contributors
SPDX-FileCopyrightText: 2021 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2021 Wolfgang Winter
SPDX-FileCopyrightText: 2022 László Várady
SPDX-FileCopyrightText: 2022 Nikita Chernyi
SPDX-FileCopyrightText: 2023 - 2024 Pierre 'McFly' Marty
SPDX-FileCopyrightText: 2023 Adrien le Maire

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

+ 6
- 0
roles/custom/matrix-bridge-mautrix-signal/templates/labels.j2 Bestand weergeven

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

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

{% if matrix_mautrix_signal_container_labels_traefik_enabled %}
traefik.enable=true



+ 5
- 0
roles/custom/matrix-bridge-mautrix-signal/templates/systemd/matrix-mautrix-signal.service.j2.license Bestand weergeven

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2020 - 2022 MDAD project contributors
SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty

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

+ 8
- 0
roles/custom/matrix-bridge-mautrix-slack/defaults/main.yml Bestand weergeven

@@ -1,3 +1,11 @@
# SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
# SPDX-FileCopyrightText: 2023 Nikita Chernyi
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 MDAD project contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# mautrix-slack is a Matrix <-> Slack bridge
# Project source code URL: https://github.com/mautrix/slack


+ 5
- 0
roles/custom/matrix-bridge-mautrix-slack/tasks/main.yml Bestand weergeven

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
# SPDX-FileCopyrightText: 2023 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 6
- 0
roles/custom/matrix-bridge-mautrix-slack/tasks/setup_install.yml Bestand weergeven

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
# SPDX-FileCopyrightText: 2024 David Mehren
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.set_fact:


+ 4
- 0
roles/custom/matrix-bridge-mautrix-slack/tasks/setup_uninstall.yml Bestand weergeven

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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


+ 5
- 0
roles/custom/matrix-bridge-mautrix-slack/tasks/validate_config.yml Bestand weergeven

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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


+ 5
- 0
roles/custom/matrix-bridge-mautrix-slack/templates/config.yaml.j2.license Bestand weergeven

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
SPDX-FileCopyrightText: 2023 Shaleen Jain
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

+ 4
- 0
roles/custom/matrix-bridge-mautrix-slack/templates/systemd/matrix-mautrix-slack.service.j2.license Bestand weergeven

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman

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

+ 16
- 0
roles/custom/matrix-bridge-mautrix-telegram/defaults/main.yml Bestand weergeven

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


+ 6
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/main.yml Bestand weergeven

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


+ 17
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_install.yml Bestand weergeven

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


+ 6
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/setup_uninstall.yml Bestand weergeven

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


+ 5
- 0
roles/custom/matrix-bridge-mautrix-telegram/tasks/validate_config.yml Bestand weergeven

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


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

@@ -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 Bestand weergeven

@@ -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 %}
traefik.enable=true



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

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

+ 13
- 0
roles/custom/matrix-bridge-mautrix-twitter/defaults/main.yml Bestand weergeven

@@ -1,3 +1,16 @@
# SPDX-FileCopyrightText: 2021 - 2024 MDAD project contributors
# SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 Matthew Cengia
# SPDX-FileCopyrightText: 2022 - 2024 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Aaron Raimist
# SPDX-FileCopyrightText: 2022 László Várady
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2023 Adrien le Maire
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# mautrix-twitter is a Matrix <-> Twitter bridge
# Project source code URL: https://github.com/mautrix/twitter


+ 7
- 0
roles/custom/matrix-bridge-mautrix-twitter/tasks/main.yml Bestand weergeven

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2021 Matthew Cengia
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2023 Adrien le Maire
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 10
- 0
roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_install.yml Bestand weergeven

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2021 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 Matthew Cengia
# 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:


+ 6
- 0
roles/custom/matrix-bridge-mautrix-twitter/tasks/setup_uninstall.yml Bestand weergeven

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2021 - 2022 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 Matthew Cengia
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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


+ 6
- 0
roles/custom/matrix-bridge-mautrix-twitter/tasks/validate_config.yml Bestand weergeven

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2021 Matthew Cengia
# SPDX-FileCopyrightText: 2021 Shreyas Ajjarapu
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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


+ 9
- 0
roles/custom/matrix-bridge-mautrix-twitter/templates/config.yaml.j2.license Bestand weergeven

@@ -0,0 +1,9 @@
SPDX-FileCopyrightText: 2021 Matthew Cengia
SPDX-FileCopyrightText: 2021 Shreyas Ajjarapu
SPDX-FileCopyrightText: 2022 - 2023 Nikita Chernyi
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 László Várady
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2023 Adrien le Maire

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

+ 6
- 0
roles/custom/matrix-bridge-mautrix-twitter/templates/labels.j2 Bestand weergeven

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

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

{% if matrix_mautrix_twitter_container_labels_traefik_enabled %}
traefik.enable=true



+ 4
- 0
roles/custom/matrix-bridge-mautrix-twitter/templates/systemd/matrix-mautrix-twitter.service.j2.license Bestand weergeven

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2021 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2021 Matthew Cengia

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

+ 19
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/defaults/main.yml Bestand weergeven

@@ -1,3 +1,22 @@
# SPDX-FileCopyrightText: 2019 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Julian Foad
# SPDX-FileCopyrightText: 2019 Thomas Kuehne
# SPDX-FileCopyrightText: 2021 - 2024 MDAD project contributors
# SPDX-FileCopyrightText: 2021 Sebastian Gumprich
# SPDX-FileCopyrightText: 2022 - 2024 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Arthur Brugière
# SPDX-FileCopyrightText: 2022 László Várady
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Petteri Pucilowski
# SPDX-FileCopyrightText: 2023 Adrien le Maire
# SPDX-FileCopyrightText: 2023 James Collier
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2023 Shreyas Ajjarapu
# SPDX-FileCopyrightText: 2024 Nikolai Raitsev
# SPDX-FileCopyrightText: 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# mautrix-whatsapp is a Matrix <-> Whatsapp bridge
# Project source code URL: https://github.com/mautrix/whatsapp


+ 7
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/tasks/main.yml Bestand weergeven

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2019 Thomas Kuehne
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2023 Adrien le Maire
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 17
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_install.yml Bestand weergeven

@@ -1,3 +1,20 @@
# SPDX-FileCopyrightText: 2018 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2018 Hugues Morisset
# SPDX-FileCopyrightText: 2019 Dan Arnfield
# SPDX-FileCopyrightText: 2019 Jan Christian Grünhage
# SPDX-FileCopyrightText: 2019 Thomas Kuehne
# SPDX-FileCopyrightText: 2020 Chris van Dijk
# SPDX-FileCopyrightText: 2020 MDAD project contributors
# SPDX-FileCopyrightText: 2020 Stuart Mumford
# 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-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.set_fact:


+ 6
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/tasks/setup_uninstall.yml Bestand weergeven

@@ -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-whatsapp service


+ 7
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/tasks/validate_config.yml Bestand weergeven

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

---

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


+ 13
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/templates/config.yaml.j2.license Bestand weergeven

@@ -0,0 +1,13 @@
SPDX-FileCopyrightText: 2018 Hugues Morisset
SPDX-FileCopyrightText: 2019 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2019 Hugues De Keyzer
SPDX-FileCopyrightText: 2019 Thomas Kuehne
SPDX-FileCopyrightText: 2020 - 2024 MDAD project contributors
SPDX-FileCopyrightText: 2022 László Várady
SPDX-FileCopyrightText: 2022 Nikita Chernyi
SPDX-FileCopyrightText: 2022 Shaleen Jain
SPDX-FileCopyrightText: 2023 Adrien le Maire
SPDX-FileCopyrightText: 2023 James Collier
SPDX-FileCopyrightText: 2024 Nikolai Raitsev

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

+ 6
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/templates/labels.j2 Bestand weergeven

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

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

{% if matrix_mautrix_whatsapp_container_labels_traefik_enabled %}
traefik.enable=true



+ 8
- 0
roles/custom/matrix-bridge-mautrix-whatsapp/templates/systemd/matrix-mautrix-whatsapp.service.j2.license Bestand weergeven

@@ -0,0 +1,8 @@
SPDX-FileCopyrightText: 2018 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2018 Hugues Morisset
SPDX-FileCopyrightText: 2019 Hugues De Keyzer
SPDX-FileCopyrightText: 2019 Thomas Kuehne
SPDX-FileCopyrightText: 2020 Chris van Dijk
SPDX-FileCopyrightText: 2020 Scott Crossen

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

+ 7
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/defaults/main.yml Bestand weergeven

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2023 Johan Swetzén
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# mautrix-wsproxy is a Matrix <-> websocket bridge
# See: https://github.com/mautrix/wsproxy


+ 5
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/tasks/main.yml Bestand weergeven

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2023 Johan Swetzén
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 7
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/tasks/setup_install.yml Bestand weergeven

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2023 Johan Swetzén
# SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# If the matrix-synapse role is not used, `matrix_synapse_role_executed` won't exist.


+ 4
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/tasks/setup_uninstall.yml Bestand weergeven

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Johan Swetzén
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

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


+ 5
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/tasks/validate_config.yml Bestand weergeven

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2023 Johan Swetzén
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Fail if required settings not defined


+ 6
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/templates/config.yaml.j2 Bestand weergeven

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2023 Johan Swetzén

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

listen_address: 0.0.0.0:29331
appservices:
- id: androidsms


+ 7
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/templates/syncproxy-env.j2 Bestand weergeven

@@ -1,3 +1,10 @@
{#
SPDX-FileCopyrightText: 2023 Johan Swetzén
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

DATABASE_URL={{ matrix_mautrix_signal_wsproxy_syncproxy_connection_string }}
HOMESERVER_URL={{ matrix_mautrix_wsproxy_syncproxy_homeserver_url }}
SHARED_SECRET={{ matrix_mautrix_wsproxy_syncproxy_shared_secret }}

+ 4
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/templates/systemd/matrix-mautrix-wsproxy-syncproxy.service.j2.license Bestand weergeven

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2023 Johan Swetzén

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

+ 4
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/templates/systemd/matrix-mautrix-wsproxy.service.j2.license Bestand weergeven

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2023 Johan Swetzén

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

+ 6
- 0
roles/custom/matrix-bridge-mautrix-wsproxy/templates/wsproxy-labels.j2 Bestand weergeven

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2023 Johan Swetzén

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

{% if matrix_mautrix_wsproxy_container_labels_traefik_enabled %}
traefik.enable=true



Laden…
Annuleren
Opslaan