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

matrix-client-cinny: self_build feedback"

pull/1509/head
rakshazi 4 лет назад
Родитель
Сommit
490f11ba0d
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: C90147FA80933CCA
2 измененных файлов: 3 добавлений и 1 удалений
  1. +2
    -0
      group_vars/matrix_servers
  2. +1
    -1
      roles/matrix-client-cinny/tasks/validate_config.yml

+ 2
- 0
group_vars/matrix_servers Просмотреть файл

@@ -1771,6 +1771,8 @@ matrix_client_hydrogen_self_check_validate_certificates: "{{ false if matrix_ssl

matrix_client_cinny_enabled: false

matrix_client_cinny_container_image_self_build: "{{ matrix_architecture != 'amd64' }}"

# Normally, matrix-nginx-proxy is enabled and nginx can reach Cinny over the container network.
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose
# the HTTP port to the local host.


+ 1
- 1
roles/matrix-client-cinny/tasks/validate_config.yml Просмотреть файл

@@ -3,6 +3,6 @@
fail:
msg: >
You need to define a required configuration setting (`{{ item }}`) to use Cinny.
when: "(vars[item] == '' or vars[item] is none) and matrix_client_cinny_container_image_self_build|bool"
when: "vars[item] == '' or vars[item] is none"
with_items:
- "matrix_client_cinny_default_hs_url"

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