mirror of https://github.com/OpenIPC/composer.git
Add Huishi project for repairing many devices
parent
1f26161cc0
commit
46a3afc6bc
|
@ -0,0 +1 @@
|
|||
hi3516ev200_lite_defconfig
|
|
@ -0,0 +1,10 @@
|
|||
#
|
||||
H:/var/www
|
||||
A:127.0.0.1
|
||||
A:*
|
||||
D:8.8.8.8/32
|
||||
E401:401.html
|
||||
/cgi-bin:admin:123456
|
||||
#
|
||||
P:/image.jpg:http://127.0.0.1:80/image.jpg
|
||||
#
|
|
@ -0,0 +1,54 @@
|
|||
system:
|
||||
webAdmin: enabled
|
||||
buffer: 1024
|
||||
staticDir: /var/www/majestic
|
||||
image:
|
||||
mirror: false
|
||||
flip: false
|
||||
rotate: none
|
||||
contrast: 50
|
||||
hue: 50
|
||||
saturation: 50
|
||||
luminance: 50
|
||||
osd:
|
||||
enabled: false
|
||||
template: "%a %e %B %Y %H:%M:%S %Z"
|
||||
nightMode:
|
||||
enabled: true
|
||||
irCutPin1: 12
|
||||
irCutPin2: 14
|
||||
records:
|
||||
enabled: false
|
||||
path: /mnt/mmc/%Y/%m/%d/%H.mp4
|
||||
maxUsage: 95
|
||||
video0:
|
||||
enabled: true
|
||||
codec: h264
|
||||
video1:
|
||||
enabled: false
|
||||
jpeg:
|
||||
enabled: true
|
||||
mjpeg:
|
||||
size: 640x360
|
||||
fps: 5
|
||||
bitrate: 1024
|
||||
audio:
|
||||
enabled: false
|
||||
volume: auto
|
||||
srate: 8000
|
||||
rtsp:
|
||||
enabled: true
|
||||
port: 554
|
||||
hls:
|
||||
enabled: false
|
||||
youtube:
|
||||
enabled: false
|
||||
motionDetect:
|
||||
enabled: false
|
||||
visualize: true
|
||||
debug: true
|
||||
ipeye:
|
||||
enabled: false
|
||||
watchdog:
|
||||
enabled: true
|
||||
timeout: 10
|
|
@ -0,0 +1,9 @@
|
|||
root:$1$dNC7QRcv$Sn924l6Q1YrJjFIvVk8sD/:19347::::::
|
||||
daemon:*:::::::
|
||||
bin:*:::::::
|
||||
sys:*:::::::
|
||||
sync:*:::::::
|
||||
mail:*:::::::
|
||||
www-data:*:::::::
|
||||
operator:*:::::::
|
||||
nobody:*:::::::
|
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script>
|
||||
window.onload = function () {
|
||||
location.href = "http://" + location.host + ":85/cgi-bin/preview.cgi";
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
Please open web interface on port 85.
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue