Merge pull request #4044 from luixxiul/fix
Fix capitalization: dimension → Dimension
This commit is contained in:
commit
5e430ba72a
@ -125,7 +125,7 @@ For more information, see the documentation in the [default configuration of the
|
|||||||
|
|
||||||
### Provisioning API
|
### 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
|
### Metrics
|
||||||
|
|
||||||
|
@ -11,9 +11,9 @@ server {
|
|||||||
http3 on;
|
http3 on;
|
||||||
|
|
||||||
# TODO: add/remove services and their subdomains if you use/don't use them
|
# 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 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;
|
server_name example.com matrix.example.com element.example.com;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
@ -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.
|
# 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_port: 9002
|
||||||
matrix_hookshot_provisioning_secret: ''
|
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_internal: "/v1"
|
||||||
matrix_hookshot_provisioning_hostname: "{{ matrix_hookshot_public_hostname }}"
|
matrix_hookshot_provisioning_hostname: "{{ matrix_hookshot_public_hostname }}"
|
||||||
matrix_hookshot_provisioning_endpoint: "{{ matrix_hookshot_public_endpoint }}{{ matrix_hookshot_provisioning_internal }}"
|
matrix_hookshot_provisioning_endpoint: "{{ matrix_hookshot_public_endpoint }}{{ matrix_hookshot_provisioning_internal }}"
|
||||||
|
@ -105,7 +105,7 @@
|
|||||||
delay: "{{ devture_playbook_help_container_retries_delay }}"
|
delay: "{{ devture_playbook_help_container_retries_delay }}"
|
||||||
until: matrix_dimension_pull_results is not failed
|
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:
|
ansible.builtin.git:
|
||||||
repo: "{{ matrix_dimension_container_image_self_build_repo }}"
|
repo: "{{ matrix_dimension_container_image_self_build_repo }}"
|
||||||
dest: "{{ matrix_dimension_docker_src_files_path }}"
|
dest: "{{ matrix_dimension_docker_src_files_path }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user