|
|
@@ -1342,12 +1342,6 @@ matrix_cactus_comments_as_token: "{{ '%s' | format(matrix_homeserver_generic_sec |
|
|
matrix_cactus_comments_hs_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'cactus-comments.hs.token') | to_uuid }}" |
|
|
matrix_cactus_comments_hs_token: "{{ '%s' | format(matrix_homeserver_generic_secret_key) | password_hash('sha512', 'cactus-comments.hs.token') | to_uuid }}" |
|
|
|
|
|
|
|
|
matrix_cactus_comments_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm32', 'arm64'] }}" |
|
|
matrix_cactus_comments_container_image_self_build: "{{ matrix_architecture not in ['amd64', 'arm32', 'arm64'] }}" |
|
|
|
|
|
|
|
|
# Normally, matrix-nginx-proxy is enabled and nginx can reach cactus-comments over the container network. |
|
|
|
|
|
# If matrix-nginx-proxy is not enabled, or you otherwise have a need for it, you can expose |
|
|
|
|
|
# cactus-comments web-server port. |
|
|
|
|
|
#matrix_cactus_comments_container_http_host_bind_port: "{{ '' if matrix_nginx_proxy_enabled else '127.0.0.1:' + matrix_cactus_comments_container_port | string }}" |
|
|
|
|
|
|
|
|
|
|
|
matrix_cactus_comments_systemd_required_services_list: | |
|
|
matrix_cactus_comments_systemd_required_services_list: | |
|
|
{{ |
|
|
{{ |
|
|
(['docker.service']) |
|
|
(['docker.service']) |
|
|
|