Ver a proveniência

Merge pull request #4111 from luixxiul/fix

Add license information to files for quiet projects
pull/4114/head
Slavi Pantaleev há 1 ano
committed by GitHub
ascendente
cometimento
6bce373fe2
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: B5690EEEBB952194
28 ficheiros alterados com 160 adições e 0 eliminações
  1. +8
    -0
      docs/configuring-playbook-bot-matrix-reminder-bot.md
  2. +7
    -0
      docs/configuring-playbook-bridge-go-skype-bridge.md
  3. +10
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml
  4. +5
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml
  5. +11
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml
  6. +6
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_uninstall.yml
  7. +5
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml
  8. +5
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2.license
  9. +4
    -0
      roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2.license
  10. +10
    -0
      roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml
  11. +5
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml
  12. +7
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml
  13. +5
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml
  14. +5
    -0
      roles/custom/matrix-bridge-go-skype-bridge/tasks/validate_config.yml
  15. +6
    -0
      roles/custom/matrix-bridge-go-skype-bridge/templates/config.yaml.j2.license
  16. +4
    -0
      roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.service.j2.license
  17. +7
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml
  18. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/examples/grafana.png.license
  19. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/examples/metrics.png.license
  20. +5
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml
  21. +6
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml
  22. +5
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml
  23. +5
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml
  24. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/grafana/nginx-proxy.json.license
  25. +6
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/labels.j2
  26. +3
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/nginx-proxy.json.license
  27. +7
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2
  28. +4
    -0
      roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2.license

+ 8
- 0
docs/configuring-playbook-bot-matrix-reminder-bot.md Ver ficheiro

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

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

# Setting up matrix-reminder-bot (optional)

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


+ 7
- 0
docs/configuring-playbook-bridge-go-skype-bridge.md Ver ficheiro

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Setting up Go Skype Bridge bridging (optional)

The playbook can install and configure [go-skype-bridge](https://github.com/kelaresg/go-skype-bridge) for you, for bridging to [Skype](https://www.skype.com/). This bridge was created based on [mautrix-whatsapp](https://github.com/mautrix/whatsapp) and can be configured in a similar way to it.


+ 10
- 0
roles/custom/matrix-bot-matrix-reminder-bot/defaults/main.yml Ver ficheiro

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2021 Ahmad Haghighi
# SPDX-FileCopyrightText: 2021 Richard Meyer
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# matrix-reminder-bot is a bot for one-off and recurring reminders
# Project source code URL: https://github.com/anoadragon453/matrix-reminder-bot


+ 5
- 0
roles/custom/matrix-bot-matrix-reminder-bot/tasks/main.yml Ver ficheiro

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

---

- tags:


+ 11
- 0
roles/custom/matrix-bot-matrix-reminder-bot/tasks/setup_install.yml Ver ficheiro

@@ -1,3 +1,14 @@
# SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2020 Stuart Mumford
# SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Jim Myhrberg
# 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-bot-matrix-reminder-bot/tasks/setup_uninstall.yml Ver ficheiro

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2020 - 2022 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-matrix-reminder-bot service


+ 5
- 0
roles/custom/matrix-bot-matrix-reminder-bot/tasks/validate_config.yml Ver ficheiro

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

---

- name: Fail if required matrix-reminder-bot settings not defined


+ 5
- 0
roles/custom/matrix-bot-matrix-reminder-bot/templates/config.yaml.j2.license Ver ficheiro

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

+ 4
- 0
roles/custom/matrix-bot-matrix-reminder-bot/templates/systemd/matrix-bot-matrix-reminder-bot.service.j2.license Ver ficheiro

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2020 Scott Crossen

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

+ 10
- 0
roles/custom/matrix-bridge-go-skype-bridge/defaults/main.yml Ver ficheiro

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2022 - 2025 MDAD project contributors
# SPDX-FileCopyrightText: 2022 - 2023 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Arthur Brugière
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# Go Skype Bridge is a Matrix <-> Skype bridge
# Project source code URL: https://github.com/kelaresg/go-skype-bridge


+ 5
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/main.yml Ver ficheiro

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2019 - 2023 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 7
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_install.yml Ver ficheiro

@@ -1,3 +1,10 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.set_fact:


+ 5
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/setup_uninstall.yml Ver ficheiro

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

---

- name: Check existence of matrix-go-skype-bridge service


+ 5
- 0
roles/custom/matrix-bridge-go-skype-bridge/tasks/validate_config.yml Ver ficheiro

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 Vladimir Panteleev
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Fail if required go-skype-bridge settings not defined


+ 6
- 0
roles/custom/matrix-bridge-go-skype-bridge/templates/config.yaml.j2.license Ver ficheiro

@@ -0,0 +1,6 @@
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
SPDX-FileCopyrightText: 2022 Nikita Chernyi
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

+ 4
- 0
roles/custom/matrix-bridge-go-skype-bridge/templates/systemd/matrix-go-skype-bridge.service.j2.license Ver ficheiro

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2022 Vladimir Panteleev
SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev

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

+ 7
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/defaults/main.yml Ver ficheiro

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

---
# prometheus-nginxlog-exporter exports nginx logs in a prometheus usable format on a `/metrics/ endpoint
# See: https://github.com/martin-helmich/prometheus-nginxlog-exporter/


+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/examples/grafana.png.license Ver ficheiro

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 MDAD project contributors

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

+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/examples/metrics.png.license Ver ficheiro

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 MDAD project contributors

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

+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/main.yml Ver ficheiro

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

---

- tags:


+ 6
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_install.yml Ver ficheiro

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

---

- name: Ensure matrix-prometheus-nginxlog-exporter image is pulled


+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/setup_uninstall.yml Ver ficheiro

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

---

- name: Check existence of matrix-prometheus-nginxlog-exporter service


+ 5
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/tasks/validate_config.yml Ver ficheiro

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

---

- name: (Deprecation) Catch and report renamed prometheus-nginxlog-exporter settings


+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/grafana/nginx-proxy.json.license Ver ficheiro

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2023 Slavi Pantaleev

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

+ 6
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/labels.j2 Ver ficheiro

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

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

{% if matrix_prometheus_nginxlog_exporter_container_labels_traefik_enabled %}
traefik.enable=true



+ 3
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/nginx-proxy.json.license Ver ficheiro

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2022 MDAD project contributors

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

+ 7
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/prometheus-nginxlog-exporter.yaml.j2 Ver ficheiro

@@ -1,3 +1,10 @@
{#
SPDX-FileCopyrightText: 2022 MDAD project contributors
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

listen:
port: {{ matrix_prometheus_nginxlog_exporter_container_metrics_port }}
address: "0.0.0.0"


+ 4
- 0
roles/custom/matrix-prometheus-nginxlog-exporter/templates/systemd/matrix-prometheus-nginxlog-exporter.service.j2.license Ver ficheiro

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

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

Carregando…
Cancelar
Guardar