Просмотр исходного кода

Merge pull request #4044 from luixxiul/fix

Fix capitalization: dimension → Dimension
pull/4045/head
Slavi Pantaleev 1 год назад
committed by GitHub
Родитель
Сommit
5e430ba72a
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: B5690EEEBB952194
4 измененных файлов: 5 добавлений и 5 удалений
  1. +1
    -1
      docs/configuring-playbook-bridge-hookshot.md
  2. +2
    -2
      examples/reverse-proxies/nginx/matrix.conf
  3. +1
    -1
      roles/custom/matrix-bridge-hookshot/defaults/main.yml
  4. +1
    -1
      roles/custom/matrix-dimension/tasks/setup_install.yml

+ 1
- 1
docs/configuring-playbook-bridge-hookshot.md Просмотреть файл

@@ -125,7 +125,7 @@ For more information, see the documentation in the [default configuration of the

### Provisioning API

The provisioning API will be enabled automatically if you set `matrix_dimension_enabled: true` and provided a `matrix_hookshot_provisioning_secret`, unless you override it either way. To use hookshot with dimension, you will need to enter as "Provisioning URL": `http://matrix-hookshot:9002`, which is made up of the variables `matrix_hookshot_container_url` and `matrix_hookshot_provisioning_port`.
The provisioning API will be enabled automatically if you set `matrix_dimension_enabled: true` and provided a `matrix_hookshot_provisioning_secret`, unless you override it either way. To use hookshot with Dimension, you will need to enter as "Provisioning URL": `http://matrix-hookshot:9002`, which is made up of the variables `matrix_hookshot_container_url` and `matrix_hookshot_provisioning_port`.

### Metrics



+ 2
- 2
examples/reverse-proxies/nginx/matrix.conf Просмотреть файл

@@ -11,9 +11,9 @@ server {
http3 on;

# TODO: add/remove services and their subdomains if you use/don't use them
# this example is using hosting something on the base domain and an element web client, so example.com and element.example.com are listed in addition to matrix.example.com
# this example is using hosting something on the base domain and an Element Web client, so example.com and element.example.com are listed in addition to matrix.example.com
# if you don't use those, you can remove them
# if you use e.g. dimension on dimension.example.com, add dimension.example.com to the server_name list
# if you use e.g. Dimension on dimension.example.com, add dimension.example.com to the server_name list
server_name example.com matrix.example.com element.example.com;

location / {


+ 1
- 1
roles/custom/matrix-bridge-hookshot/defaults/main.yml Просмотреть файл

@@ -178,7 +178,7 @@ matrix_hookshot_provisioning_enabled: false
# There is no need to edit ports. use matrix_hookshot_container_http_host_bind_ports below to expose ports instead.
matrix_hookshot_provisioning_port: 9002
matrix_hookshot_provisioning_secret: ''
# Provisioning will be automatically enabled if dimension is enabled and you have provided a provisioning secret, unless you override it
# Provisioning will be automatically enabled if Dimension is enabled and you have provided a provisioning secret, unless you override it
matrix_hookshot_provisioning_internal: "/v1"
matrix_hookshot_provisioning_hostname: "{{ matrix_hookshot_public_hostname }}"
matrix_hookshot_provisioning_endpoint: "{{ matrix_hookshot_public_endpoint }}{{ matrix_hookshot_provisioning_internal }}"


+ 1
- 1
roles/custom/matrix-dimension/tasks/setup_install.yml Просмотреть файл

@@ -105,7 +105,7 @@
delay: "{{ devture_playbook_help_container_retries_delay }}"
until: matrix_dimension_pull_results is not failed

- name: Ensure dimension repository is present on self-build
- name: Ensure Dimension repository is present on self-build
ansible.builtin.git:
repo: "{{ matrix_dimension_container_image_self_build_repo }}"
dest: "{{ matrix_dimension_docker_src_files_path }}"


Загрузка…
Отмена
Сохранить