2022-04-21 10:07:47 +02:00
|
|
|
---
|
2024-10-18 16:28:00 +02:00
|
|
|
# matrix-registration-bot creates and manages registration tokens for a Matrix server
|
2022-07-16 22:59:21 +02:00
|
|
|
# Project source code URL: https://github.com/moan0s/matrix-registration-bot
|
2022-04-21 10:07:47 +02:00
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_enabled: true
|
|
|
|
matrix_bot_matrix_registration_bot_container_image_self_build: false
|
|
|
|
matrix_bot_matrix_registration_bot_docker_repo: "https://github.com/moan0s/matrix-registration-bot.git"
|
2023-09-29 09:11:23 +02:00
|
|
|
matrix_bot_matrix_registration_bot_docker_repo_version: "{{ 'main' if matrix_bot_matrix_registration_bot_version == 'latest' else ('v' + matrix_bot_matrix_registration_bot_version) }}"
|
2022-04-21 10:07:47 +02:00
|
|
|
matrix_bot_matrix_registration_bot_docker_src_files_path: "{{ matrix_bot_matrix_registration_bot_base_path }}/docker-src"
|
|
|
|
|
2023-10-06 14:14:03 +02:00
|
|
|
# renovate: datasource=docker depName=moanos/matrix-registration-bot
|
2023-07-24 12:57:06 +02:00
|
|
|
matrix_bot_matrix_registration_bot_version: 1.3.0
|
|
|
|
matrix_bot_matrix_registration_bot_docker_iteration: 0
|
|
|
|
matrix_bot_matrix_registration_bot_docker_tag: "{{ matrix_bot_matrix_registration_bot_version }}-{{ matrix_bot_matrix_registration_bot_docker_iteration}}"
|
|
|
|
matrix_bot_matrix_registration_bot_docker_image: "{{ matrix_container_global_registry_prefix }}moanos/matrix-registration-bot:{{ matrix_bot_matrix_registration_bot_docker_tag }}"
|
2022-04-21 10:07:47 +02:00
|
|
|
matrix_bot_matrix_registration_bot_docker_image_force_pull: "{{ matrix_bot_matrix_registration_bot_docker_image.endswith(':latest') }}"
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_base_path: "{{ matrix_base_data_path }}/matrix-registration-bot"
|
|
|
|
matrix_bot_matrix_registration_bot_config_path: "{{ matrix_bot_matrix_registration_bot_base_path }}/config"
|
|
|
|
matrix_bot_matrix_registration_bot_data_path: "{{ matrix_bot_matrix_registration_bot_base_path }}/data"
|
|
|
|
|
2024-05-25 15:14:26 +02:00
|
|
|
matrix_bot_matrix_registration_bot_bot_server: "{{ matrix_homeserver_url }}"
|
|
|
|
matrix_bot_matrix_registration_bot_api_base_url: "{{ matrix_homeserver_url }}"
|
2022-04-21 10:07:47 +02:00
|
|
|
|
|
|
|
|
Add "Web" to Element and SchildiChat web application (#3755)
* Replace "Element" with "Element Web"
- If Element indicates the web application, then it is changed to Element Web.
- If it indicates clients branded with Element such as Element desktop, web, mobile clients, then it is changed to Element clients.
- If it is combined with location sharing functionality, it is not changed.
with other some changes, including:
- Change "app.element.io" anchor link to "https://github.com/element-hq/element-web" on README.md, following other documentation files
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Replace "SchildiChat" with "SchildiChat Web"
- If SchildiChat indicates the web application, then it is changed to SchildiChat Web.
- If it indicates clients branded with SchildiChat such as SchildiChat desktop, web, mobile clients, then it is changed to SchildiChat clients.
- If it is combined with location sharing functionality, it is not changed.
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Rename configuring-playbook-client-schildichat.md to configuring-playbook-client-schildichat-web.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
* Rename configuring-playbook-client-element.md to configuring-playbook-client-element-web.md
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
---------
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
Co-authored-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
2024-11-07 15:31:26 +01:00
|
|
|
# The bot's password (can also be used to login via a client like Element Web)
|
2023-07-24 12:57:06 +02:00
|
|
|
matrix_bot_matrix_registration_bot_bot_password: ''
|
|
|
|
|
|
|
|
# Optional variable that only needs to be set if the bot account is not admin
|
|
|
|
# Needs to be a valid access token of an admin account
|
|
|
|
matrix_bot_matrix_registration_bot_api_token: ''
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_device_id: "matrix-docker-ansible-deploy"
|
2022-04-21 10:07:47 +02:00
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_logging_level: info
|
|
|
|
|
2024-01-07 08:33:37 +01:00
|
|
|
matrix_bot_matrix_registration_bot_container_network: ""
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_container_additional_networks: "{{ matrix_bot_matrix_registration_bot_container_additional_networks_auto + matrix_bot_matrix_registration_bot_container_additional_networks_custom }}"
|
|
|
|
matrix_bot_matrix_registration_bot_container_additional_networks_auto: []
|
|
|
|
matrix_bot_matrix_registration_bot_container_additional_networks_custom: []
|
|
|
|
|
2022-04-21 10:07:47 +02:00
|
|
|
# A list of extra arguments to pass to the container
|
|
|
|
matrix_bot_matrix_registration_bot_container_extra_arguments: []
|
|
|
|
|
|
|
|
# List of systemd services that matrix-bot-matrix-registration-bot.service depends on
|
2024-01-07 08:33:37 +01:00
|
|
|
matrix_bot_matrix_registration_bot_systemd_required_services_list: "{{ matrix_bot_matrix_registration_bot_systemd_required_services_list_default + matrix_bot_matrix_registration_bot_systemd_required_services_list_auto + matrix_bot_matrix_registration_bot_systemd_required_services_list_custom }}"
|
2024-06-04 12:14:34 +02:00
|
|
|
matrix_bot_matrix_registration_bot_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
|
2024-01-07 08:33:37 +01:00
|
|
|
matrix_bot_matrix_registration_bot_systemd_required_services_list_auto: []
|
|
|
|
matrix_bot_matrix_registration_bot_systemd_required_services_list_custom: []
|
2022-04-21 10:07:47 +02:00
|
|
|
|
|
|
|
# List of systemd services that matrix-bot-matrix-registration-bot.service wants
|
|
|
|
matrix_bot_matrix_registration_bot_systemd_wanted_services_list: []
|
|
|
|
|
|
|
|
# The bot's username. This user needs to be created manually beforehand.
|
|
|
|
# Also see `matrix_bot_matrix_registration_bot_user_password`.
|
|
|
|
matrix_bot_matrix_registration_bot_matrix_user_id_localpart: "bot.matrix-registration-bot"
|
|
|
|
|
|
|
|
matrix_bot_matrix_registration_bot_matrix_user_id: '@{{ matrix_bot_matrix_registration_bot_matrix_user_id_localpart }}:{{ matrix_domain }}'
|
|
|
|
|
2024-01-07 16:04:23 +01:00
|
|
|
matrix_bot_matrix_registration_bot_matrix_homeserver_url: ""
|