mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-03-07 05:14:11 +01:00
Add license information to files for matrix-synapse-reverse-proxy-companion
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
a039174f96
commit
aae64ebde4
@ -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.
|
# 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.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
#
|
||||||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
- tags:
|
- tags:
|
||||||
|
@ -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
|
- name: Ensure matrix-synapse-reverse-proxy-companion paths exist
|
||||||
|
@ -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
|
- name: Check existence of matrix-synapse-reverse-proxy-companion service
|
||||||
|
@ -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
|
- name: Fail if required matrix-synapse-reverse-proxy-companion settings not defined
|
||||||
|
@ -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 %}
|
{% if matrix_synapse_reverse_proxy_companion_container_labels_traefik_enabled %}
|
||||||
traefik.enable=true
|
traefik.enable=true
|
||||||
|
|
||||||
|
@ -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
|
@ -0,0 +1,3 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 Slavi Pantaleev
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -0,0 +1,4 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2022 MDAD project contributors
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
@ -0,0 +1,4 @@
|
|||||||
|
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
|
||||||
|
SPDX-FileCopyrightText: 2024 Michael Hollister
|
||||||
|
|
||||||
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
Loading…
x
Reference in New Issue
Block a user