使用 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 matrix-user-creator
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/4138/head
Suguru Hirahara
1年前
父节点
68a78857b8
当前提交
0046d3a8d8
找不到此签名对应的密钥
GPG 密钥 ID:
E4F9743DAB4B7B75
共有
10 个文件被更改
,包括
43 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+4
-0
roles/custom/matrix-user-creator/defaults/main.yml
+5
-0
roles/custom/matrix-user-creator/tasks/main.yml
+4
-0
roles/custom/matrix-user-creator/tasks/setup.yml
+4
-0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml
+5
-0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduwuit.yml
+4
-0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml
+4
-0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_matrix_authentication_service.yml
+4
-0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml
+4
-0
roles/custom/matrix-user-creator/tasks/util/validate_user.yml
+5
-0
roles/custom/matrix-user-creator/vars/main.yml
+ 4
- 0
roles/custom/matrix-user-creator/defaults/main.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
# matrix-user-creator is a role that aims to automate initial Matrix user account creation.
+ 5
- 0
roles/custom/matrix-user-creator/tasks/main.yml
查看文件
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 - 2023 Slavi Pantaleev
# SPDX-FileCopyrightText: 2023 Nikita Chernyi
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- tags:
+ 4
- 0
roles/custom/matrix-user-creator/tasks/setup.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Validate Matrix users to create
+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduit.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure Conduit user registered - {{ user.username | quote }}
+ 5
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_conduwuit.yml
查看文件
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2025 Slavi Pantaleev
# SPDX-FileCopyrightText: 2025 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure conduwuit user registered - {{ user.username | quote }}
+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_dendrite.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure Dendrite user registered - {{ user.username | quote }}
+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_matrix_authentication_service.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure Matrix Authentication Service user registered - {{ user.username | quote }}
+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/ensure_user_registered_synapse.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 - 2024 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ensure Synapse user registered - {{ user.username | quote }}
+ 4
- 0
roles/custom/matrix-user-creator/tasks/util/validate_user.yml
查看文件
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Fail if invalid username
+ 5
- 0
roles/custom/matrix-user-creator/vars/main.yml
查看文件
@@ -1,3 +1,8 @@
# SPDX-FileCopyrightText: 2022 Slavi Pantaleev
# SPDX-FileCopyrightText: 2024 Suguru Hirahara
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
# matrix_user_creator_users holds a list of users that should be created on the Matrix homeserver.
撰写
预览
正在加载...
取消
保存