Commit 553d2429 authored by Joanne Hugé's avatar Joanne Hugé

simpleran: modify websocket-promise to listen to frontend URL

Otherwise promise won't fail even if frontend is not yet here
and partition will not be processed until next day when
a bang happens
parent 50f7da7e
Pipeline #38329 failed with stage
in 0 seconds
......@@ -36,7 +36,7 @@ md5sum = 93a5e07a763b619747255b4e03b50bbe
[ru_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/libinstance.jinja2.cfg
md5sum = cfd83f4dfd57a02ee2a3950cb4cc01cd
md5sum = f0d7d38ef486f5be44020c3d5ce2a94f
[ru_sdr_libinstance.jinja2.cfg]
_update_hash_filename_ = ru/sdr/libinstance.jinja2.cfg
......
Changelog
=========
Version 1.0.378 (2024-10-09)
Version 1.0.379 (2024-10-09)
-------------
* Give access to Amarisoft GUI: add proxy to make Amarisoft websocket API accessible through a public SSL Websocket URL protected by a password
......
......@@ -465,8 +465,8 @@ wrapper = ${directory:bin}/nginx-with-ca
<= monitor-promise-base
promise = check_socket_listening
name = websocket_promise.py
config-host = ${nginx-params:ip}
config-port = ${nginx-params:port}
config-host = ${request-slave-frontend:connection-domain}
config-port = 443
{%- endif %}
{{ part('amarisoft-stats-service') }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment