Parcourir la source

Add license information to files for matrix-synapse-reverse-proxy-companion

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4135/head
Suguru Hirahara il y a 1 an
Parent
révision
aae64ebde4
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E4F9743DAB4B7B75
10 fichiers modifiés avec 49 ajouts et 0 suppressions
  1. +10
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml
  2. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/main.yml
  3. +5
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_install.yml
  4. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml
  5. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/validate_config.yml
  6. +6
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/labels.j2
  7. +5
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.j2.license
  8. +3
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/nginx-http.conf.j2.license
  9. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/nginx.conf.j2.license
  10. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/systemd/matrix-synapse-reverse-proxy-companion.service.j2.license

+ 10
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml Voir le fichier

@@ -1,3 +1,13 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2023 - 2024 Nikita Chernyi
# SPDX-FileCopyrightText: 2023 Dan Arnfield
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2024 Charles Wright
# SPDX-FileCopyrightText: 2024 David Mehren
# SPDX-FileCopyrightText: 2024 Michael Hollister
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# matrix-synapse-reverse-proxy-companion is a role which brings up a containerized nginx webserver which helps with reverse-proxying to Synapse when workers are enabled.


+ 4
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/main.yml Voir le fichier

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

---

- tags:


+ 5
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_install.yml Voir le fichier

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

---

- name: Ensure matrix-synapse-reverse-proxy-companion paths exist


+ 4
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml Voir le fichier

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

---

- name: Check existence of matrix-synapse-reverse-proxy-companion service


+ 4
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/tasks/validate_config.yml Voir le fichier

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

---

- name: Fail if required matrix-synapse-reverse-proxy-companion settings not defined


+ 6
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/templates/labels.j2 Voir le fichier

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

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

{% if matrix_synapse_reverse_proxy_companion_container_labels_traefik_enabled %}
traefik.enable=true



+ 5
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.j2.license Voir le fichier

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Charles Wright
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

+ 3
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/nginx-http.conf.j2.license Voir le fichier

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

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

+ 4
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/nginx.conf.j2.license Voir le fichier

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

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

+ 4
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/templates/systemd/matrix-synapse-reverse-proxy-companion.service.j2.license Voir le fichier

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Michael Hollister

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

Chargement…
Annuler
Enregistrer