Ver código fonte

Add license information to files for matrix-client-hydrogen

This commit adds copyright attributions in SPDX to the files for matrix-client-hydrogen following REUSE's specification.

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4104/head
Suguru Hirahara 1 ano atrás
pai
commit
afd122330b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: E4F9743DAB4B7B75
11 arquivos alterados com 77 adições e 0 exclusões
  1. +9
    -0
      docs/configuring-playbook-client-hydrogen.md
  2. +11
    -0
      roles/custom/matrix-client-hydrogen/defaults/main.yml
  3. +6
    -0
      roles/custom/matrix-client-hydrogen/tasks/main.yml
  4. +6
    -0
      roles/custom/matrix-client-hydrogen/tasks/self_check.yml
  5. +11
    -0
      roles/custom/matrix-client-hydrogen/tasks/setup_install.yml
  6. +6
    -0
      roles/custom/matrix-client-hydrogen/tasks/setup_uninstall.yml
  7. +6
    -0
      roles/custom/matrix-client-hydrogen/tasks/validate_config.yml
  8. +7
    -0
      roles/custom/matrix-client-hydrogen/templates/config.json.j2.license
  9. +6
    -0
      roles/custom/matrix-client-hydrogen/templates/labels.j2
  10. +4
    -0
      roles/custom/matrix-client-hydrogen/templates/nginx.conf.j2.license
  11. +5
    -0
      roles/custom/matrix-client-hydrogen/templates/systemd/matrix-client-hydrogen.service.j2.license

+ 9
- 0
docs/configuring-playbook-client-hydrogen.md Ver arquivo

@@ -1,3 +1,12 @@
<!--
SPDX-FileCopyrightText: 2021 Aaron Raimist
SPDX-FileCopyrightText: 2021 MDAD project contributors
SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
SPDX-FileCopyrightText: 2024 Suguru Hirahara

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

# Setting up Hydrogen (optional)

The playbook can install and configure the [Hydrogen](https://github.com/element-hq/hydrogen-web) Matrix web client for you.


+ 11
- 0
roles/custom/matrix-client-hydrogen/defaults/main.yml Ver arquivo

@@ -1,3 +1,14 @@
# SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
# SPDX-FileCopyrightText: 2021 - 2022 MDAD project contributors
# SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 - 2023 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Matthew Cengia
# SPDX-FileCopyrightText: 2023 Samuel Meenzen
# SPDX-FileCopyrightText: 2023 Pierre 'McFly' Marty
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---
# Project source code URL: https://github.com/element-hq/hydrogen-web



+ 6
- 0
roles/custom/matrix-client-hydrogen/tasks/main.yml Ver arquivo

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2021 Aaron Raimist
# SPDX-FileCopyrightText: 2021 - 2023 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- tags:


+ 6
- 0
roles/custom/matrix-client-hydrogen/tasks/self_check.yml Ver arquivo

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- ansible.builtin.set_fact:


+ 11
- 0
roles/custom/matrix-client-hydrogen/tasks/setup_install.yml Ver arquivo

@@ -1,3 +1,14 @@
# SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
# SPDX-FileCopyrightText: 2021 - 2024 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Nikita Chernyi
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
# SPDX-FileCopyrightText: 2022 Matthew Cengia
# SPDX-FileCopyrightText: 2023 Julian Foad
# SPDX-FileCopyrightText: 2024 David Mehren
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Ensure Hydrogen paths exists


+ 6
- 0
roles/custom/matrix-client-hydrogen/tasks/setup_uninstall.yml Ver arquivo

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2021 - 2022 Slavi Pantaleev
# SPDX-FileCopyrightText: 2022 Marko Weltzer
# SPDX-FileCopyrightText: 2022 Sebastian Gumprich
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Check existence of matrix-client-hydrogen.service


+ 6
- 0
roles/custom/matrix-client-hydrogen/tasks/validate_config.yml Ver arquivo

@@ -1,3 +1,9 @@
# SPDX-FileCopyrightText: 2021 Aaron Raimist
# SPDX-FileCopyrightText: 2022 - 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later

---

- name: Fail if required Hydrogen settings not defined


+ 7
- 0
roles/custom/matrix-client-hydrogen/templates/config.json.j2.license Ver arquivo

@@ -0,0 +1,7 @@
SPDX-FileCopyrightText: 2021 - 2022 Aaron Raimist
SPDX-FileCopyrightText: 2022 Nikita Chernyi
SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Matthew Cengia
SPDX-FileCopyrightText: 2023 Sergio Durigan Junior

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

+ 6
- 0
roles/custom/matrix-client-hydrogen/templates/labels.j2 Ver arquivo

@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2023 - 2024 Slavi Pantaleev

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

{% if matrix_client_hydrogen_container_labels_traefik_enabled %}
traefik.enable=true



+ 4
- 0
roles/custom/matrix-client-hydrogen/templates/nginx.conf.j2.license Ver arquivo

@@ -0,0 +1,4 @@
SPDX-FileCopyrightText: 2021 Aaron Raimist
SPDX-FileCopyrightText: 2022 Slavi Pantaleev

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

+ 5
- 0
roles/custom/matrix-client-hydrogen/templates/systemd/matrix-client-hydrogen.service.j2.license Ver arquivo

@@ -0,0 +1,5 @@
SPDX-FileCopyrightText: 2021 Aaron Raimist
SPDX-FileCopyrightText: 2021 - 2025 Slavi Pantaleev
SPDX-FileCopyrightText: 2022 Matthew Cengia

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

Carregando…
Cancelar
Salvar