mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-06 02:37:31 +01:00
matrix-client-cinny: self_build feedback"
This commit is contained in:
parent
5788a16a2e
commit
490f11ba0d
@ -1771,6 +1771,8 @@ matrix_client_hydrogen_self_check_validate_certificates: "{{ false if matrix_ssl
|
|||||||
|
|
||||||
matrix_client_cinny_enabled: false
|
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.
|
# 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
|
# 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.
|
# the HTTP port to the local host.
|
||||||
|
@ -3,6 +3,6 @@
|
|||||||
fail:
|
fail:
|
||||||
msg: >
|
msg: >
|
||||||
You need to define a required configuration setting (`{{ item }}`) to use Cinny.
|
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:
|
with_items:
|
||||||
- "matrix_client_cinny_default_hs_url"
|
- "matrix_client_cinny_default_hs_url"
|
||||||
|
Loading…
Reference in New Issue
Block a user