mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-04-20 12:18:00 +03:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cd6e9843e1 | |||
| 9354fa253e | |||
| de212a2211 | |||
| ac063d0629 | |||
| 814d3acc42 |
@@ -19,7 +19,7 @@ jobs:
|
|||||||
if: github.repository == 'spantaleev/matrix-docker-ansible-deploy'
|
if: github.repository == 'spantaleev/matrix-docker-ansible-deploy'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v9
|
- uses: actions/stale@v10
|
||||||
with:
|
with:
|
||||||
######################################################################
|
######################################################################
|
||||||
# Issues/PRs
|
# Issues/PRs
|
||||||
|
|||||||
@@ -37,6 +37,10 @@ matrix_synapse_enable_registration: true
|
|||||||
|
|
||||||
# Restrict registration to users with a token
|
# Restrict registration to users with a token
|
||||||
matrix_synapse_registration_requires_token: true
|
matrix_synapse_registration_requires_token: true
|
||||||
|
|
||||||
|
# Set an optional command prefix for the bot. This can be any arbitrary string, including whitespace.
|
||||||
|
# Example: "!regbot "
|
||||||
|
matrix_bot_matrix_registration_bot_bot_prefix: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
The bot account will be created automatically.
|
The bot account will be created automatically.
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
version: 129c8590e106b83e6f4c259649a613c6279e937a
|
version: 129c8590e106b83e6f4c259649a613c6279e937a
|
||||||
name: docker_sdk_for_python
|
name: docker_sdk_for_python
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-etherpad.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-etherpad.git
|
||||||
version: v2.4.2-0
|
version: v2.4.2-1
|
||||||
name: etherpad
|
name: etherpad
|
||||||
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git
|
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git
|
||||||
version: v4.98.1-r0-2-1
|
version: v4.98.1-r0-2-1
|
||||||
|
|||||||
@@ -43,6 +43,9 @@ matrix_bot_matrix_registration_bot_matrix_user_id: '@{{ matrix_bot_matrix_regist
|
|||||||
# The bot's password (can also be used to login via a client like Element Web)
|
# The bot's password (can also be used to login via a client like Element Web)
|
||||||
matrix_bot_matrix_registration_bot_bot_password: ''
|
matrix_bot_matrix_registration_bot_bot_password: ''
|
||||||
|
|
||||||
|
# Optional bot command prefix
|
||||||
|
matrix_bot_matrix_registration_bot_bot_prefix: ""
|
||||||
|
|
||||||
# Homeserver base URL
|
# Homeserver base URL
|
||||||
matrix_bot_matrix_registration_bot_api_base_url: "{{ matrix_homeserver_url }}"
|
matrix_bot_matrix_registration_bot_api_base_url: "{{ matrix_homeserver_url }}"
|
||||||
|
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ bot:
|
|||||||
server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
|
server: {{ matrix_bot_matrix_registration_bot_bot_server|to_json }}
|
||||||
username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
|
username: {{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart|to_json }}
|
||||||
password: {{ matrix_bot_matrix_registration_bot_bot_password|to_json }}
|
password: {{ matrix_bot_matrix_registration_bot_bot_password|to_json }}
|
||||||
|
prefix: {{ matrix_bot_matrix_registration_bot_bot_prefix|to_json }}
|
||||||
|
|
||||||
api:
|
api:
|
||||||
# API endpoint of the registration tokens
|
# API endpoint of the registration tokens
|
||||||
|
|||||||
Reference in New Issue
Block a user