From 018e620ee82b82ec484036a9c1a2cb4273f63f75 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Thu, 18 May 2023 10:10:47 +0300 Subject: [PATCH] Default matrix_bot_honoroit_path_prefix to /honoroit to avoid conflicts with Matrix Client-Server API --- docs/configuring-playbook-bot-honoroit.md | 3 ++- group_vars/matrix_servers | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/configuring-playbook-bot-honoroit.md b/docs/configuring-playbook-bot-honoroit.md index 26f5c6916..2a711fb83 100644 --- a/docs/configuring-playbook-bot-honoroit.md +++ b/docs/configuring-playbook-bot-honoroit.md @@ -14,8 +14,9 @@ Add the following configuration to your `inventory/host_vars/matrix.DOMAIN/vars. ```yaml matrix_bot_honoroit_enabled: true -# Uncomment and adjust if you'd like to change the hostname +# Uncomment and adjust if you'd like to change the hostname or path # matrix_bot_honoroit_hostname: "{{ matrix_server_fqn_matrix }}" +# matrix_bot_honoroit_path_prefix: /honoroit # Uncomment and adjust this part if you'd like to use a username different than the default # matrix_bot_honoroit_login: honoroit diff --git a/group_vars/matrix_servers b/group_vars/matrix_servers index f89304f46..4a67c2df1 100755 --- a/group_vars/matrix_servers +++ b/group_vars/matrix_servers @@ -1653,7 +1653,9 @@ matrix_bot_maubot_database_password: "{{ '%s' | format(matrix_homeserver_generic # We don't enable bots by default. matrix_bot_honoroit_enabled: false + matrix_bot_honoroit_hostname: "{{ matrix_server_fqn_matrix }}" +matrix_bot_honoroit_path_prefix: /honoroit matrix_bot_honoroit_systemd_required_services_list: | {{