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

Update docs for Cinny and Dimension: adopt the common note

Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3936/head
Suguru Hirahara 1 год назад
Родитель
Сommit
13346030f3
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E4F9743DAB4B7B75
2 измененных файлов: 5 добавлений и 2 удалений
  1. +4
    -1
      docs/configuring-playbook-client-cinny.md
  2. +1
    -1
      docs/configuring-playbook-dimension.md

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

@@ -31,11 +31,14 @@ Example additional configuration for your `vars.yml` file:
```yaml
# Switch to a different domain (`app.example.com`) than the default one (`cinny.example.com`)
matrix_client_cinny_hostname: "app.{{ matrix_domain }}"

# Expose under the /cinny subpath
# matrix_client_cinny_path_prefix: /cinny
```

After changing the domain, **you may need to adjust your DNS** records to point the Cinny domain to the Matrix server.

**Note**: while a `matrix_client_cinny_path_prefix` variable exists for tweaking the path-prefix, it's [not supported anymore](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3701), because Cinny requires an application rebuild (with a tweaked build config) to be functional under a custom path.
**Note**: while there is a `matrix_client_cinny_path_prefix` variable for changing the path where Cinny is served, overriding it is [not possible](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3701), because Cinny requires an application rebuild (with a tweaked build config) to be functional under a custom path. You'd need to serve Cinny at a dedicated subdomain.

## Installing



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

@@ -83,7 +83,7 @@ After changing the domain, **you may need to adjust your DNS** records to point

If you've decided to reuse the `matrix.` domain, you won't need to do any extra DNS configuration.

**Note**: While there is a `matrix_dimension_path_prefix` variable for changing the path where Dimension is served, overriding it is not possible due to [this Dimension issue](https://github.com/turt2live/matrix-dimension/issues/510). You must serve Dimension at a dedicated subdomain.
**Note**: while there is a `matrix_dimension_path_prefix` variable for changing the path where Dimension is served, overriding it is not possible due to [this Dimension issue](https://github.com/turt2live/matrix-dimension/issues/510). You'd need to serve Dimension at a dedicated subdomain.

## Installing



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