This website works better with JavaScript.
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Add license information to files for matrix-pantalaimon
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4118/head
Suguru Hirahara
1 年之前
父節點
4a92cc11d0
當前提交
181d393254
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
E4F9743DAB4B7B75
共有
8 個文件被更改
,包括
38 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
docs/configuring-playbook-pantalaimon.md
+5
-0
roles/custom/matrix-pantalaimon/defaults/main.yml
+5
-0
roles/custom/matrix-pantalaimon/tasks/install.yml
+4
-0
roles/custom/matrix-pantalaimon/tasks/main.yml
+4
-0
roles/custom/matrix-pantalaimon/tasks/uninstall.yml
+4
-0
roles/custom/matrix-pantalaimon/tasks/validate_config.yml
+6
-0
roles/custom/matrix-pantalaimon/templates/pantalaimon.conf.j2
+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
Write
Preview
Loading…
取消
儲存