이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
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
No known key found for this signature in database
GPG 키 ID:
E4F9743DAB4B7B75
10개의 변경된 파일
과
43개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+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.
쓰기
미리보기
불러오는 중...
취소
저장