1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-08-04 21:43:06 +02:00

Add license information to files for matrix-conduit

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
Suguru Hirahara
2025-02-28 21:24:31 +09:00
parent 09893ced8d
commit 0bbe13b474
10 changed files with 62 additions and 0 deletions

View File

@ -1,3 +1,11 @@
{#
SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Charles Wright
SPDX-FileCopyrightText: 2024 Suguru Hirahara
SPDX-License-Identifier: AGPL-3.0-or-later
#}
# =============================================================================
# This is the official example config for Conduit.
# If you use it for your server, you will need to adjust it to your own needs.

View File

@ -1,3 +1,10 @@
{#
SPDX-FileCopyrightText: 2024 Daniel Lo Nigro
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
#}
{% if matrix_conduit_container_labels_traefik_enabled %}
traefik.enable=true

View File

@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Charles Wright
SPDX-License-Identifier: AGPL-3.0-or-later