opengs / uashield

Voluntary Ukraine security platform to protect us from Russian forces in the Internet
The Unlicense
1.09k stars 179 forks source link

Web UI request #216

Open aannon63 opened 2 years ago

aannon63 commented 2 years ago

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

opengs commented 2 years ago

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 commented 2 years ago

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