Преглед изворни кода

Merge pull request #4135 from luixxiul/fix

Add license information to files for components related to Synapse
pull/4136/head
Slavi Pantaleev пре 1 година
committed by GitHub
родитељ
комит
fa1b99476c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
41 измењених фајлова са 239 додато и 0 уклоњено
  1. +12
    -0
      docs/configuring-playbook-synapse-admin.md
  2. +8
    -0
      docs/configuring-playbook-synapse-auto-accept-invite.md
  3. +8
    -0
      docs/configuring-playbook-synapse-auto-compressor.md
  4. +9
    -0
      docs/configuring-playbook-synapse-s3-storage-provider.md
  5. +7
    -0
      docs/configuring-playbook-synapse-simple-antispam.md
  6. +8
    -0
      docs/configuring-playbook-synapse-usage-exporter.md
  7. +11
    -0
      roles/custom/matrix-synapse-admin/defaults/main.yml
  8. +5
    -0
      roles/custom/matrix-synapse-admin/tasks/main.yml
  9. +11
    -0
      roles/custom/matrix-synapse-admin/tasks/setup_install.yml
  10. +4
    -0
      roles/custom/matrix-synapse-admin/tasks/setup_uninstall.yml
  11. +5
    -0
      roles/custom/matrix-synapse-admin/tasks/validate_config.yml
  12. +7
    -0
      roles/custom/matrix-synapse-admin/templates/labels.j2
  13. +4
    -0
      roles/custom/matrix-synapse-admin/templates/systemd/matrix-synapse-admin.service.j2.license
  14. +7
    -0
      roles/custom/matrix-synapse-auto-compressor/defaults/main.yml
  15. +6
    -0
      roles/custom/matrix-synapse-auto-compressor/tasks/install.yml
  16. +5
    -0
      roles/custom/matrix-synapse-auto-compressor/tasks/main.yml
  17. +4
    -0
      roles/custom/matrix-synapse-auto-compressor/tasks/uninstall.yml
  18. +5
    -0
      roles/custom/matrix-synapse-auto-compressor/tasks/validate_config.yml
  19. +7
    -0
      roles/custom/matrix-synapse-auto-compressor/templates/env.j2
  20. +3
    -0
      roles/custom/matrix-synapse-auto-compressor/templates/matrix-synapse-auto-compressor-fix.sh.j2.license
  21. +4
    -0
      roles/custom/matrix-synapse-auto-compressor/templates/matrix-synapse-auto-compressor.service.j2.license
  22. +7
    -0
      roles/custom/matrix-synapse-auto-compressor/templates/matrix-synapse-auto-compressor.timer.j2
  23. +10
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml
  24. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/main.yml
  25. +5
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_install.yml
  26. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/setup_uninstall.yml
  27. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/tasks/validate_config.yml
  28. +6
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/labels.j2
  29. +5
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/matrix-synapse-reverse-proxy-companion.conf.j2.license
  30. +3
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/conf.d/nginx-http.conf.j2.license
  31. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/nginx/nginx.conf.j2.license
  32. +4
    -0
      roles/custom/matrix-synapse-reverse-proxy-companion/templates/systemd/matrix-synapse-reverse-proxy-companion.service.j2.license
  33. +6
    -0
      roles/custom/matrix-synapse-usage-exporter/defaults/main.yml
  34. +5
    -0
      roles/custom/matrix-synapse-usage-exporter/tasks/main.yml
  35. +5
    -0
      roles/custom/matrix-synapse-usage-exporter/tasks/setup_install.yml
  36. +4
    -0
      roles/custom/matrix-synapse-usage-exporter/tasks/setup_uninstall.yml
  37. +4
    -0
      roles/custom/matrix-synapse-usage-exporter/tasks/validate_config.yml
  38. +6
    -0
      roles/custom/matrix-synapse-usage-exporter/templates/env.j2
  39. +3
    -0
      roles/custom/matrix-synapse-usage-exporter/templates/grafana/synapse-usage-exporter.json.license
  40. +6
    -0
      roles/custom/matrix-synapse-usage-exporter/templates/labels.j2
  41. +4
    -0
      roles/custom/matrix-synapse-usage-exporter/templates/systemd/matrix-synapse-usage-exporter.service.j2.license

+ 12
- 0
docs/configuring-playbook-synapse-admin.md Прегледај датотеку

@@ -1,3 +1,15 @@
<!--
SPDX-FileCopyrightText: 2020 - 2024 MDAD project contributors
SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2021 Aaron Raimist
SPDX-FileCopyrightText: 2023 Christian González
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-FileCopyrightText: 2024 Nikita Chernyi
SPDX-FileCopyrightText: 2024 Uğur İLTER

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

# Setting up Synapse Admin (optional)

The playbook can install and configure [etkecc/synapse-admin](https://github.com/etkecc/synapse-admin) (a [feature-rich](https://github.com/etkecc/synapse-admin#fork-differences) fork of [Awesome-Technologies/synapse-admin](https://github.com/Awesome-Technologies/synapse-admin), community room: [#synapse-admin:etke.cc](https://matrix.to/#/#synapse-admin:etke.cc)) for you.


+ 8
- 0
docs/configuring-playbook-synapse-auto-accept-invite.md Прегледај датотеку

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

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

# Setting up Synapse Auto Invite Accept (optional)

The playbook can install and configure [synapse-auto-invite-accept](https://github.com/matrix-org/synapse-auto-accept-invite) for you.


+ 8
- 0
docs/configuring-playbook-synapse-auto-compressor.md Прегледај датотеку

@@ -1,3 +1,11 @@
<!--
SPDX-FileCopyrightText: 2023 Nikita Chernyi
SPDX-FileCopyrightText: 2023 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara

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

# Setting up synapse-auto-compressor (optional)

The playbook can install and configure [synapse_auto_compressor](https://github.com/matrix-org/rust-synapse-compress-state/#automated-tool-synapse_auto_compressor) for you.


+ 9
- 0
docs/configuring-playbook-synapse-s3-storage-provider.md Прегледај датотеку

@@ -1,3 +1,12 @@
<!--
SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
SPDX-FileCopyrightText: 2023 Cody Wyatt Neiman
SPDX-FileCopyrightText: 2023 MDAD project contributors
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Storing Synapse media files on Amazon S3 with synapse-s3-storage-provider (optional)

If you'd like to store Synapse's content repository (`media_store`) files on Amazon S3 (or other S3-compatible service), you can use the [synapse-s3-storage-provider](https://github.com/matrix-org/synapse-s3-storage-provider) media provider module for Synapse.


+ 7
- 0
docs/configuring-playbook-synapse-simple-antispam.md Прегледај датотеку

@@ -1,3 +1,10 @@
<!--
SPDX-FileCopyrightText: 2019 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Setting up Synapse Simple Antispam (optional, advanced)

The playbook can install and configure [synapse-simple-antispam](https://github.com/t2bot/synapse-simple-antispam) for you.


+ 8
- 0
docs/configuring-playbook-synapse-usage-exporter.md Прегледај датотеку

@@ -1,3 +1,11 @@
<!--
SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara
SPDX-FileCopyrightText: 2024 Michael Hollister
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

# Enabling synapse-usage-exporter for Synapse usage statistics (optional)

The playbook can install and configure [synapse-usage-exporter](https://github.com/loelkes/synapse-usage-exporter) for you.


+ 11
- 0
roles/custom/matrix-synapse-admin/defaults/main.yml Прегледај датотеку

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

---
# matrix-synapse-admin is a web UI for managing the Synapse Matrix server
# Project source code URL: https://github.com/Awesome-Technologies/synapse-admin


+ 5
- 0
roles/custom/matrix-synapse-admin/tasks/main.yml Прегледај датотеку

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

---

- tags:


+ 11
- 0
roles/custom/matrix-synapse-admin/tasks/setup_install.yml Прегледај датотеку

@@ -1,3 +1,14 @@
# SPDX-FileCopyrightText: 2020 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2020 Dennis Ciba
# SPDX-FileCopyrightText: 2021 Aaron Raimist
# SPDX-FileCopyrightText: 2022 MDAD project contributors
# 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-synapse-admin paths exists


+ 4
- 0
roles/custom/matrix-synapse-admin/tasks/setup_uninstall.yml Прегледај датотеку

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

---

- name: Check existence of matrix-synapse-admin service


+ 5
- 0
roles/custom/matrix-synapse-admin/tasks/validate_config.yml Прегледај датотеку

@@ -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: (Deprecation) Catch and report renamed matrix-synapse-admin settings


+ 7
- 0
roles/custom/matrix-synapse-admin/templates/labels.j2 Прегледај датотеку

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

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

{% if matrix_synapse_admin_container_labels_traefik_enabled %}
traefik.enable=true



+ 4
- 0
roles/custom/matrix-synapse-admin/templates/systemd/matrix-synapse-admin.service.j2.license Прегледај датотеку

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2020 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2020 Dan Arnfield

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

+ 7
- 0
roles/custom/matrix-synapse-auto-compressor/defaults/main.yml Прегледај датотеку

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

---

# synapse_auto_compressor tool


+ 6
- 0
roles/custom/matrix-synapse-auto-compressor/tasks/install.yml Прегледај датотеку

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

---

- name: Ensure synapse-auto-compressor paths exist


+ 5
- 0
roles/custom/matrix-synapse-auto-compressor/tasks/main.yml Прегледај датотеку

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

---

- tags:


+ 4
- 0
roles/custom/matrix-synapse-auto-compressor/tasks/uninstall.yml Прегледај датотеку

@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2023 Nikita Chernyi
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
- name: Check existence of matrix-synapse-auto-compressor service
ansible.builtin.stat:


+ 5
- 0
roles/custom/matrix-synapse-auto-compressor/tasks/validate_config.yml Прегледај датотеку

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

---
- name: (Deprecation) Catch and report renamed matrix-synapse-auto-compressor settings
ansible.builtin.fail:


+ 7
- 0
roles/custom/matrix-synapse-auto-compressor/templates/env.j2 Прегледај датотеку

@@ -1,3 +1,10 @@
{#
SPDX-FileCopyrightText: 2023 Slavi Pantaleev
SPDX-FileCopyrightText: 2024 Nikita Chernyi

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

POSTGRES_LOCATION={{ matrix_synapse_auto_compressor_environment_variable_postgres_location }}

# PG-prefixed variables below are for the matrix-synapse-auto-compressor-fix.sh script


+ 3
- 0
roles/custom/matrix-synapse-auto-compressor/templates/matrix-synapse-auto-compressor-fix.sh.j2.license Прегледај датотеку

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Nikita Chernyi

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

+ 4
- 0
roles/custom/matrix-synapse-auto-compressor/templates/matrix-synapse-auto-compressor.service.j2.license Прегледај датотеку

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2023 - 2025 Nikita Chernyi
SPDX-FileCopyrightText: 2023 Slavi Pantaleev

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

+ 7
- 0
roles/custom/matrix-synapse-auto-compressor/templates/matrix-synapse-auto-compressor.timer.j2 Прегледај датотеку

@@ -1,3 +1,10 @@
{#
SPDX-FileCopyrightText: 2023 Nikita Chernyi
SPDX-FileCopyrightText: 2025 Suguru Hirahara

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

[Unit]
Description=Synapse State Auto Compressor Timer



+ 10
- 0
roles/custom/matrix-synapse-reverse-proxy-companion/defaults/main.yml Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

@@ -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 Прегледај датотеку

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

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

+ 6
- 0
roles/custom/matrix-synapse-usage-exporter/defaults/main.yml Прегледај датотеку

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2024 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 Michael Hollister
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

# Synapse Usage Exporter


+ 5
- 0
roles/custom/matrix-synapse-usage-exporter/tasks/main.yml Прегледај датотеку

@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2024 Michael Hollister
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 5
- 0
roles/custom/matrix-synapse-usage-exporter/tasks/setup_install.yml Прегледај датотеку

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

---

- name: Ensure synapse-usage-exporter paths exist


+ 4
- 0
roles/custom/matrix-synapse-usage-exporter/tasks/setup_uninstall.yml Прегледај датотеку

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

---

- name: Check existence of synapse-usage-exporter service


+ 4
- 0
roles/custom/matrix-synapse-usage-exporter/tasks/validate_config.yml Прегледај датотеку

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

---

- name: (Deprecation) Catch and report renamed matrix-synapse-usage-exporter settings


+ 6
- 0
roles/custom/matrix-synapse-usage-exporter/templates/env.j2 Прегледај датотеку

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2024 Michael Hollister

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

PROMETHEUS_MULTIPROC_DIR=/tmp/prometheus
WERKZEUG_LOG_LEVEL=INFO
APP_LOG_LEVEL=INFO

+ 3
- 0
roles/custom/matrix-synapse-usage-exporter/templates/grafana/synapse-usage-exporter.json.license Прегледај датотеку

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Michael Hollister

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

+ 6
- 0
roles/custom/matrix-synapse-usage-exporter/templates/labels.j2 Прегледај датотеку

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2024 Michael Hollister

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

{% if matrix_synapse_usage_exporter_container_labels_traefik_enabled %}
traefik.enable=true



+ 4
- 0
roles/custom/matrix-synapse-usage-exporter/templates/systemd/matrix-synapse-usage-exporter.service.j2.license Прегледај датотеку

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

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

Loading…
Откажи
Сачувај