Procházet zdrojové kódy

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 před 1 rokem
rodič
revize
aae64ebde4
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E4F9743DAB4B7B75
10 změnil soubory, kde provedl 49 přidání a 0 odebrání
  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 Zobrazit soubor

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

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

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

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

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

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

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

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

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

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

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

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