uashield icon indicating copy to clipboard operation
uashield copied to clipboard

Web UI request

Open aannon63 opened this issue 3 years ago • 2 comments

Please add web UI to be used for headless and docker version. It may be useful for users who run uashield on servers.

aannon63 avatar Apr 20 '22 10:04 aannon63

Interesting idea. Electron already runs in WEB, but I don't know if there is an easy way to port it. The main problem is with the communication core --- UI. Now it works on the electron event bus

opengs avatar Apr 21 '22 07:04 opengs

Yeap. If you just open localhost:8080 you will see the app. but there are no communications between core and web UI - this part has to be implemented. Also, I saw this example https://gist.github.com/derekchiang/a38b72878d79d1fe4e19eb032ff2b505

opengs avatar Jul 03 '22 19:07 opengs