Open-source web interface for Eseenet/dvr163 NVR http://help.dvr163.com/index.php
The NVR comes stock with a built-in web server for viewing the camera feeds but it is Flash based and thus not mobile friendly. This provides a mobile-friendly means for accessing the cameras. Note: There is no known documentation for the NVR's API so the routes and args (consumed in nvrService.ts) have all been discovered using the Network tab in devtools.
https://community.home-assistant.io/t/support-for-security-camera-system-via-nvr-eseecloud-dvr163/
sudo docker build -t dvr163 .
sudo ./scripts/docker-run.sh
sudo ./scripts/install-autostart.sh
sudo docker logs -f dvr163
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.