| @@ -1053,6 +1053,8 @@ matrix_jitsi_web_container_http_host_bind_port: "{{ '' if matrix_nginx_proxy_ena | |||||
| matrix_jitsi_jvb_container_colibri_ws_host_bind_port: "{{ '' if matrix_nginx_proxy_enabled else '127.0.0.1:13090' }}" | matrix_jitsi_jvb_container_colibri_ws_host_bind_port: "{{ '' if matrix_nginx_proxy_enabled else '127.0.0.1:13090' }}" | ||||
| matrix_jitsi_prosody_container_http_host_bind_port: "{{ '' if matrix_nginx_proxy_enabled else '127.0.0.1:5280' }}" | |||||
| matrix_jitsi_jibri_xmpp_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'jibri') | to_uuid }}" | matrix_jitsi_jibri_xmpp_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'jibri') | to_uuid }}" | ||||
| matrix_jitsi_jicofo_auth_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'jicofo') | to_uuid }}" | matrix_jitsi_jicofo_auth_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'jicofo') | to_uuid }}" | ||||
| matrix_jitsi_jvb_auth_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'jvb') | to_uuid }}" | matrix_jitsi_jvb_auth_password: "{{ matrix_synapse_macaroon_secret_key | password_hash('sha512', 'jvb') | to_uuid }}" | ||||
| @@ -177,7 +177,7 @@ matrix_jitsi_prosody_container_extra_arguments: [] | |||||
| matrix_jitsi_prosody_systemd_required_services_list: ['docker.service'] | matrix_jitsi_prosody_systemd_required_services_list: ['docker.service'] | ||||
| # Neccessary Port binding for those disabling the integrated nginx proxy | # Neccessary Port binding for those disabling the integrated nginx proxy | ||||
| matrix_jitsi_prosody_container_http_host_bind_port: 5280 | |||||
| matrix_jitsi_prosody_container_http_host_bind_port: '' | |||||
| matrix_jitsi_jicofo_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}" | matrix_jitsi_jicofo_docker_image: "{{ matrix_container_global_registry_prefix }}jitsi/jicofo:{{ matrix_jitsi_container_image_tag }}" | ||||
| matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}" | matrix_jitsi_jicofo_docker_image_force_pull: "{{ matrix_jitsi_jicofo_docker_image.endswith(':latest') }}" | ||||
| @@ -16,7 +16,7 @@ ExecStartPre=-{{ matrix_host_command_sh }} -c '{{ matrix_host_command_docker }} | |||||
| ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-jitsi-prosody \ | ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-jitsi-prosody \ | ||||
| --log-driver=none \ | --log-driver=none \ | ||||
| --network={{ matrix_docker_network }} \ | --network={{ matrix_docker_network }} \ | ||||
| {% if matrix_nginx_proxy_enabled == false %} | |||||
| {% if matrix_jitsi_prosody_container_http_host_bind_port %} | |||||
| -p {{ matrix_jitsi_prosody_container_http_host_bind_port }}:5280 \ | -p {{ matrix_jitsi_prosody_container_http_host_bind_port }}:5280 \ | ||||
| {% endif %} | {% endif %} | ||||
| --env-file={{ matrix_jitsi_prosody_base_path }}/env \ | --env-file={{ matrix_jitsi_prosody_base_path }}/env \ | ||||