使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Add license information to files for appservice-double-puppet
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4119/head
Suguru Hirahara
1年前
父节点
2319c6e33b
当前提交
195864980b
找不到此签名对应的密钥
GPG 密钥 ID:
E4F9743DAB4B7B75
共有
7 个文件被更改
,包括
33 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+7
-0
docs/configuring-playbook-appservice-double-puppet.md
+4
-0
roles/custom/matrix-appservice-double-puppet/defaults/main.yml
+4
-0
roles/custom/matrix-appservice-double-puppet/tasks/install.yml
+4
-0
roles/custom/matrix-appservice-double-puppet/tasks/main.yml
+4
-0
roles/custom/matrix-appservice-double-puppet/tasks/uninstall.yml
+4
-0
roles/custom/matrix-appservice-double-puppet/tasks/validate_config.yml
+6
-0
roles/custom/matrix-appservice-double-puppet/templates/registration.yaml.j2
+ 7
- 0
docs/configuring-playbook-appservice-double-puppet.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 Appservice Double Puppet (optional)
The playbook can install and configure the Appservice Double Puppet service for you. It is a homeserver appservice through which bridges (and potentially other services) can impersonate any user on the homeserver.
+ 4
- 0
roles/custom/matrix-appservice-double-puppet/defaults/main.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
matrix_appservice_double_puppet_enabled: true
+ 4
- 0
roles/custom/matrix-appservice-double-puppet/tasks/install.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure matrix-appservice-double-puppet paths exist
+ 4
- 0
roles/custom/matrix-appservice-double-puppet/tasks/main.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- tags:
+ 4
- 0
roles/custom/matrix-appservice-double-puppet/tasks/uninstall.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure matrix-appservice-double-puppet paths don't exist
+ 4
- 0
roles/custom/matrix-appservice-double-puppet/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 matrix-appservice-double-puppet settings not defined
ansible.builtin.fail:
+ 6
- 0
roles/custom/matrix-appservice-double-puppet/templates/registration.yaml.j2
查看文件
@@ -1,3 +1,9 @@
{#
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later
#}
# The ID doesn't really matter, put whatever you want.
id: {{ matrix_appservice_double_puppet_registration_id | to_json }}
# The URL is intentionally left empty (null), as the homeserver shouldn't
撰写
预览
正在加载...
取消
保存