Sign inSign up

bkbillybk/hikvision_site

By bkbillybk

Updated about 20 hours ago
Archived

Parse the Hikvision DB and show on a Web UI

Image
Security
Content management system
Databases & storage
0

2.8K

bkbillybk/hikvision_site repository overview

Hikvision Site

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.

Preview of the interface

Application Setup

Create an .htaccess file on a directory like /opt/docker_compose/hikvision_site_data/.htaccess.

Usage

docker-compose
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 cli
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

Tag summary

Content type

Image

Digest

sha256:60de4add3

Size

354.1 MB

Last updated

over 2 years ago

docker pull bkbillybk/hikvision_site:0.1