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
let's inspect ports sharing we have to do to organize adb and potentially usbmuxd remote connection.
goal to hide as much as possible and do not expose extra ports.
For example if we deploy stf-agent-proxy near the devices we can organize routing for screen port using
nginx <-> agent-nginx <-> device container
still TBD if really need this complication. To identify it we have to double check functionality in 2.7 release. As I remember we removed mjpeg screen port sharing outside at all.
let's inspect ports sharing we have to do to organize adb and potentially usbmuxd remote connection.
goal to hide as much as possible and do not expose extra ports.
For example if we deploy stf-agent-proxy near the devices we can organize routing for screen port using
nginx <-> agent-nginx <-> device container
global nginx then should redirect to agent nginx:
And agent nginx using device container routing goto screen port etc
The text was updated successfully, but these errors were encountered: