mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-25 02:18:31 +01:00
Use a common expression for suggesting to uncomment and adjust configuration
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
This commit is contained in:
parent
9f0edc628d
commit
9ff0a5c34f
@ -186,7 +186,7 @@ matrix_bot_baibot_config_agents_static_definitions_groq_config_text_generation_m
|
|||||||
# or you can adjust it below only for the Groq agent.
|
# or you can adjust it below only for the Groq agent.
|
||||||
# matrix_bot_baibot_config_agents_static_definitions_groq_config_text_generation_prompt: "{{ matrix_bot_baibot_config_agents_static_definitions_prompt }}"
|
# matrix_bot_baibot_config_agents_static_definitions_groq_config_text_generation_prompt: "{{ matrix_bot_baibot_config_agents_static_definitions_prompt }}"
|
||||||
|
|
||||||
# Uncomment and adjust if you're not happy with these speech-to-text defaults:
|
# Uncomment and adjust this part if you're not happy with these speech-to-text defaults:
|
||||||
#
|
#
|
||||||
# matrix_bot_baibot_config_agents_static_definitions_groq_config_speech_to_text_enabled: true
|
# matrix_bot_baibot_config_agents_static_definitions_groq_config_speech_to_text_enabled: true
|
||||||
# matrix_bot_baibot_config_agents_static_definitions_groq_config_speech_to_text_model_id: whisper-large-v3
|
# matrix_bot_baibot_config_agents_static_definitions_groq_config_speech_to_text_model_id: whisper-large-v3
|
||||||
@ -217,7 +217,7 @@ matrix_bot_baibot_config_agents_static_definitions_mistral_config_api_key: "YOUR
|
|||||||
# or you can adjust it below only for the Mistral agent.
|
# or you can adjust it below only for the Mistral agent.
|
||||||
# matrix_bot_baibot_config_agents_static_definitions_mistral_config_text_generation_prompt: "{{ matrix_bot_baibot_config_agents_static_definitions_prompt }}"
|
# matrix_bot_baibot_config_agents_static_definitions_mistral_config_text_generation_prompt: "{{ matrix_bot_baibot_config_agents_static_definitions_prompt }}"
|
||||||
|
|
||||||
# Uncomment and adjust if you're not happy with these defaults:
|
# Uncomment and adjust this part if you're not happy with these defaults:
|
||||||
# matrix_bot_baibot_config_agents_static_definitions_mistral_config_text_generation_model_id: mistral-large-latest
|
# matrix_bot_baibot_config_agents_static_definitions_mistral_config_text_generation_model_id: mistral-large-latest
|
||||||
|
|
||||||
# See `defaults/main.yml` in the baibot role for more configuration options.
|
# See `defaults/main.yml` in the baibot role for more configuration options.
|
||||||
|
@ -14,7 +14,7 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.
|
|||||||
```yaml
|
```yaml
|
||||||
matrix_bot_honoroit_enabled: true
|
matrix_bot_honoroit_enabled: true
|
||||||
|
|
||||||
# Uncomment and adjust if you'd like to change the hostname or path
|
# Uncomment and adjust this part if you'd like to use a hostname or path different than the default
|
||||||
# matrix_bot_honoroit_hostname: "{{ matrix_server_fqn_matrix }}"
|
# matrix_bot_honoroit_hostname: "{{ matrix_server_fqn_matrix }}"
|
||||||
# matrix_bot_honoroit_path_prefix: /honoroit
|
# matrix_bot_honoroit_path_prefix: /honoroit
|
||||||
|
|
||||||
|
@ -38,7 +38,7 @@ matrix_cactus_comments_enabled: true
|
|||||||
# but we explicitly enable it here.
|
# but we explicitly enable it here.
|
||||||
matrix_cactus_comments_client_enabled: true
|
matrix_cactus_comments_client_enabled: true
|
||||||
|
|
||||||
# Uncomment and adjust if you'd like to host the client assets at a different location.
|
# Uncomment and adjust this part if you'd like to host the client assets at a different location.
|
||||||
# These variables are only make used if (`matrix_cactus_comments_client_enabled: true`)
|
# These variables are only make used if (`matrix_cactus_comments_client_enabled: true`)
|
||||||
# matrix_cactus_comments_client_hostname: "{{ matrix_server_fqn_matrix }}"
|
# matrix_cactus_comments_client_hostname: "{{ matrix_server_fqn_matrix }}"
|
||||||
# matrix_cactus_comments_client_path_prefix: /cactus-comments
|
# matrix_cactus_comments_client_path_prefix: /cactus-comments
|
||||||
|
@ -35,7 +35,7 @@ If you've decided to reuse the `matrix.` domain, you won't need to do any extra
|
|||||||
```yaml
|
```yaml
|
||||||
etherpad_enabled: true
|
etherpad_enabled: true
|
||||||
|
|
||||||
# Uncomment and adjust if you'd like to enable the admin web UI
|
# Uncomment and adjust this part if you'd like to enable the admin web UI
|
||||||
# etherpad_admin_username: YOUR_USERNAME_HERE
|
# etherpad_admin_username: YOUR_USERNAME_HERE
|
||||||
# etherpad_admin_password: YOUR_PASSWORD_HERE
|
# etherpad_admin_password: YOUR_PASSWORD_HERE
|
||||||
```
|
```
|
||||||
|
@ -24,10 +24,10 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.
|
|||||||
```yaml
|
```yaml
|
||||||
jitsi_enabled: true
|
jitsi_enabled: true
|
||||||
|
|
||||||
# Uncomment and adjust if you need to use another hostname
|
# Uncomment and adjust this part if you'd like to use a hostname different than the default
|
||||||
# jitsi_hostname: "jitsi.{{ matrix_domain }}"
|
# jitsi_hostname: "jitsi.{{ matrix_domain }}"
|
||||||
|
|
||||||
# Uncomment and possible adjust if you'd like to host under a subpath
|
# Uncomment and possible adjust this part if you'd like to host under a subpath
|
||||||
# jitsi_path_prefix: /jitsi
|
# jitsi_path_prefix: /jitsi
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -17,8 +17,7 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars.
|
|||||||
# Enabling it is the only required setting
|
# Enabling it is the only required setting
|
||||||
ntfy_enabled: true
|
ntfy_enabled: true
|
||||||
|
|
||||||
# This is the default hostname.
|
# Uncomment and adjust this part if you'd like to use a hostname different than the default
|
||||||
# Uncomment the line below and change it, if you'd like.
|
|
||||||
# matrix_server_fqn_ntfy: "ntfy.{{ matrix_domain }}"
|
# matrix_server_fqn_ntfy: "ntfy.{{ matrix_domain }}"
|
||||||
|
|
||||||
# Uncomment to enable the ntfy web app (disabled by default)
|
# Uncomment to enable the ntfy web app (disabled by default)
|
||||||
|
@ -32,7 +32,7 @@ Traefik will manage SSL certificates for all services seamlessly.
|
|||||||
```yaml
|
```yaml
|
||||||
matrix_playbook_reverse_proxy_type: other-traefik-container
|
matrix_playbook_reverse_proxy_type: other-traefik-container
|
||||||
|
|
||||||
# Uncomment and adjust if your Traefik container is on another network
|
# Uncomment and adjust this part if your Traefik container is on another network
|
||||||
# matrix_playbook_reverse_proxy_container_network: traefik
|
# matrix_playbook_reverse_proxy_container_network: traefik
|
||||||
|
|
||||||
# Adjust to point to your Traefik container
|
# Adjust to point to your Traefik container
|
||||||
@ -40,7 +40,7 @@ matrix_playbook_reverse_proxy_hostname: name-of-your-traefik-container
|
|||||||
|
|
||||||
traefik_certs_dumper_ssl_dir_path: "/path/to/your/traefiks/acme.json/directory"
|
traefik_certs_dumper_ssl_dir_path: "/path/to/your/traefiks/acme.json/directory"
|
||||||
|
|
||||||
# Uncomment and tweak the variable below if the name of your federation entrypoint is different
|
# Uncomment and adjust the variable below if the name of your federation entrypoint is different
|
||||||
# than the default value (matrix-federation).
|
# than the default value (matrix-federation).
|
||||||
# matrix_federation_traefik_entrypoint_name: matrix-federation
|
# matrix_federation_traefik_entrypoint_name: matrix-federation
|
||||||
```
|
```
|
||||||
|
@ -38,7 +38,7 @@ Here's example configuration for using the **native** Synapse feature:
|
|||||||
```yml
|
```yml
|
||||||
matrix_synapse_auto_accept_invites_enabled: true
|
matrix_synapse_auto_accept_invites_enabled: true
|
||||||
|
|
||||||
# Default settings below. Uncomment and adjust if necessary.
|
# Default settings below. Uncomment and adjust this part if necessary.
|
||||||
# matrix_synapse_auto_accept_invites_only_for_direct_messages: false
|
# matrix_synapse_auto_accept_invites_only_for_direct_messages: false
|
||||||
# matrix_synapse_auto_accept_invites_only_from_local_users: false
|
# matrix_synapse_auto_accept_invites_only_from_local_users: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user