This commit adds copyright attirbutions in SPDX format to files for matrix-sliding-sync, following the REUSE's specification. Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>pull/4101/head
| @@ -1,3 +1,16 @@ | |||||
| <!-- | |||||
| SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2023 Justin Croonenberghs | |||||
| SPDX-FileCopyrightText: 2023 Samuel Meenzen | |||||
| SPDX-FileCopyrightText: 2023 Kuba Orlik | |||||
| SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty | |||||
| SPDX-FileCopyrightText: 2024 Fabio Bonelli | |||||
| SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara | |||||
| SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --> | |||||
| # Setting up the Sliding Sync proxy (optional) | # Setting up the Sliding Sync proxy (optional) | ||||
| **Note**: The sliding-sync proxy is **not required** anymore as it's been replaced with a different method (called Simplified Sliding Sync) which is integrated into newer homeservers by default (**Conduit** homeserver from version `0.6.0` or **Synapse** from version `1.114`). This component and documentation remain here for historical purposes, but **installing this old sliding-sync proxy is generally not recommended anymore**. | **Note**: The sliding-sync proxy is **not required** anymore as it's been replaced with a different method (called Simplified Sliding Sync) which is integrated into newer homeservers by default (**Conduit** homeserver from version `0.6.0` or **Synapse** from version `1.114`). This component and documentation remain here for historical purposes, but **installing this old sliding-sync proxy is generally not recommended anymore**. | ||||
| @@ -1,3 +1,14 @@ | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2023 Kabir Kwatra | |||||
| # SPDX-FileCopyrightText: 2023 David Mehren | |||||
| # SPDX-FileCopyrightText: 2023 Nikita Chernyi | |||||
| # SPDX-FileCopyrightText: 2023 Samuel Meenzen | |||||
| # SPDX-FileCopyrightText: 2024 HarHarLinks | |||||
| # SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| # SPDX-FileCopyrightText: 2024 - 2025 Suguru Hirahara | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| # Sliding Sync proxy is an implementation of MSC3575 for the new sliding sync | # Sliding Sync proxy is an implementation of MSC3575 for the new sliding sync | ||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2024 David Mehren | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Ensure matrix-sliding-sync paths exist | - name: Ensure matrix-sliding-sync paths exist | ||||
| @@ -1,3 +1,7 @@ | |||||
| # SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - tags: | - tags: | ||||
| @@ -1,3 +1,7 @@ | |||||
| # SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Check existence of matrix-sliding-sync service | - name: Check existence of matrix-sliding-sync service | ||||
| @@ -1,3 +1,8 @@ | |||||
| # SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| # SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| - name: Fail if required matrix-sliding-sync settings not defined | - name: Fail if required matrix-sliding-sync settings not defined | ||||
| ansible.builtin.fail: | ansible.builtin.fail: | ||||
| @@ -1,3 +1,10 @@ | |||||
| {# | |||||
| SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| #} | |||||
| SYNCV3_SERVER={{ matrix_sliding_sync_environment_variable_syncv3_server }} | SYNCV3_SERVER={{ matrix_sliding_sync_environment_variable_syncv3_server }} | ||||
| SYNCV3_SECRET={{ matrix_sliding_sync_environment_variable_syncv3_secret }} | SYNCV3_SECRET={{ matrix_sliding_sync_environment_variable_syncv3_secret }} | ||||
| SYNCV3_BINDADDR=:8008 | SYNCV3_BINDADDR=:8008 | ||||
| @@ -1,3 +1,10 @@ | |||||
| {# | |||||
| SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev | |||||
| SPDX-FileCopyrightText: 2024 MDAD project contributors | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| #} | |||||
| {% if matrix_sliding_sync_container_labels_traefik_enabled %} | {% if matrix_sliding_sync_container_labels_traefik_enabled %} | ||||
| traefik.enable=true | traefik.enable=true | ||||
| @@ -0,0 +1,3 @@ | |||||
| SPDX-FileCopyrightText: 2023 - 2025 Slavi Pantaleev | |||||
| SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| @@ -1,3 +1,7 @@ | |||||
| # SPDX-FileCopyrightText: 2023 Slavi Pantaleev | |||||
| # | |||||
| # SPDX-License-Identifier: AGPL-3.0-or-later | |||||
| --- | --- | ||||
| # Public facing base URL of the Sliding Sync service. | # Public facing base URL of the Sliding Sync service. | ||||