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
Set ownership on /captures (#37)
Set inital ownership on /captures in dockerfile. Run entrypoint script
as root so that it can change `root:root` ownership to `node:node` in
the case of docker compose, then use `su` to drop back to the node user.
Fixes#36
fixed couple of bugs (#31)
* added new ui
* fix base url [index.html]
* fix: api path on ui
* no webpack needed
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
* remove old ui
* Update docker-compose.yml
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
* fix: api path on ui
* New Looks!
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
* fix performance
* added codec Dictionary
---------
Signed-off-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>
Co-authored-by: Lorenzo Mangani <lorenzo.mangani@gmail.com>