You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hum, I just tested the switch to 0.0.0.0 on the dev side, and this made the app raise a system event : my windows request if i authorize the app to be accessible from other networks and if I want to create a rule on the firewall.
Note that creation of the rule in the firewall requires admin rights.
(This can be ditched but users might be surprised at first, we might need to warn users)
Just in case, @bertfrees can you test something on your current install ?
Can you open the settings file and change the field webservice.host to 0.0.0.0 and restart the app ?
(From the code, it should launch the daisy-pipeline on 0.0.0.0)
@NPavie That works! And I'm not getting any system prompts.
For me this is sufficient. I can go into the settings and change this line. It doesn't need to be the default, and there's no need for a setting in the UI.
This would allow me to connect from another machine to the app's internal web server.
The text was updated successfully, but these errors were encountered: