浏览代码

Default matrix_bot_honoroit_path_prefix to /honoroit to avoid conflicts with Matrix Client-Server API

pull/2693/head
Slavi Pantaleev 2 年前
父节点
当前提交
018e620ee8
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. +2
    -1
      docs/configuring-playbook-bot-honoroit.md
  2. +2
    -0
      group_vars/matrix_servers

+ 2
- 1
docs/configuring-playbook-bot-honoroit.md 查看文件

@@ -14,8 +14,9 @@ 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
# Uncomment and adjust if you'd like to change the hostname or path
# matrix_bot_honoroit_hostname: "{{ matrix_server_fqn_matrix }}" # 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 # Uncomment and adjust this part if you'd like to use a username different than the default
# matrix_bot_honoroit_login: honoroit # matrix_bot_honoroit_login: honoroit


+ 2
- 0
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. # We don't enable bots by default.
matrix_bot_honoroit_enabled: false matrix_bot_honoroit_enabled: false

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_systemd_required_services_list: | matrix_bot_honoroit_systemd_required_services_list: |
{{ {{


正在加载...
取消
保存