Add Huishi project for repairing many devices

pull/1/head
Igor Zalatov (from Citadel PC) 2022-12-21 11:35:03 +03:00
parent 1f26161cc0
commit 46a3afc6bc
5 changed files with 87 additions and 0 deletions

View File

@ -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
#

View File

@ -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

View File

@ -0,0 +1,9 @@
root:$1$dNC7QRcv$Sn924l6Q1YrJjFIvVk8sD/:19347::::::
daemon:*:::::::
bin:*:::::::
sys:*:::::::
sync:*:::::::
mail:*:::::::
www-data:*:::::::
operator:*:::::::
nobody:*:::::::

View File

@ -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>