소스 검색

Add license information to files for matrix-pantalaimon

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4118/head
Suguru Hirahara 1 년 전
부모
커밋
181d393254
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
8개의 변경된 파일38개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      docs/configuring-playbook-pantalaimon.md
  2. +5
    -0
      roles/custom/matrix-pantalaimon/defaults/main.yml
  3. +5
    -0
      roles/custom/matrix-pantalaimon/tasks/install.yml
  4. +4
    -0
      roles/custom/matrix-pantalaimon/tasks/main.yml
  5. +4
    -0
      roles/custom/matrix-pantalaimon/tasks/uninstall.yml
  6. +4
    -0
      roles/custom/matrix-pantalaimon/tasks/validate_config.yml
  7. +6
    -0
      roles/custom/matrix-pantalaimon/templates/pantalaimon.conf.j2
  8. +3
    -0
      roles/custom/matrix-pantalaimon/templates/systemd/matrix-pantalaimon.service.j2.license

+ 7
- 0
docs/configuring-playbook-pantalaimon.md 파일 보기

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

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

# Setting up Pantalaimon (E2EE aware proxy daemon) (optional)

The playbook can install and configure the [pantalaimon](https://github.com/matrix-org/pantalaimon) E2EE aware proxy daemon for you.


+ 5
- 0
roles/custom/matrix-pantalaimon/defaults/main.yml 파일 보기

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

---
# E2EE aware proxy daemon for Matrix clients.
# Project source code URL: https://github.com/matrix-org/pantalaimon


+ 5
- 0
roles/custom/matrix-pantalaimon/tasks/install.yml 파일 보기

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

---

- name: Ensure matrix-pantalaimon paths exist


+ 4
- 0
roles/custom/matrix-pantalaimon/tasks/main.yml 파일 보기

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

---

- tags:


+ 4
- 0
roles/custom/matrix-pantalaimon/tasks/uninstall.yml 파일 보기

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

---

- name: Check existence of matrix-pantalaimon service


+ 4
- 0
roles/custom/matrix-pantalaimon/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 Pantalaimon variables are undefined


+ 6
- 0
roles/custom/matrix-pantalaimon/templates/pantalaimon.conf.j2 파일 보기

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

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

[Default]
LogLevel = {{ matrix_pantalaimon_log_level }}



+ 3
- 0
roles/custom/matrix-pantalaimon/templates/systemd/matrix-pantalaimon.service.j2.license 파일 보기

@@ -0,0 +1,3 @@
SPDX-FileCopyrightText: 2024 Slavi Pantaleev

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

불러오는 중...
취소
저장