Parse the Hikvision DB and show on a Web UI
2.8K
This Web Application is a nice UI for all your hikvision cameras. It supports Login and it is using native HTML5 without the need to install any other plugin for the client.

Create an .htaccess file on a directory like /opt/docker_compose/hikvision_site_data/.htaccess.
version: '3'
services:
hikvision_site:
image: bkbillybk/hikvision_site:latest
container_name: hikvision_site
restart: unless-stopped
volumes:
- /opt/docker_compose/hikvision_site_data/.htaccess:/var/www/html/.htaccess
- /mnt/hikvision/:/hikvision
ports:
- 80:80
docker run -d \
--name=hikvision_site \
--restart unless-stopped \
-p 80:80 \
-v /home/nasuser/Hikvision-Site/.htaccess:/var/www/html/.htaccess \
-v /mnt/hikvision/:/mnt/hikvision \
bkbillybk/hikvision_site:latest
Content type
Image
Digest
sha256:60de4add3…
Size
354.1 MB
Last updated
over 2 years ago
docker pull bkbillybk/hikvision_site:0.1