https://github.com/dhogborg/monitor-repository
Webcam surveillance repository with daily rotation and 1 week archive
https://github.com/dhogborg/monitor-repository
Last synced: about 1 year ago
JSON representation
Webcam surveillance repository with daily rotation and 1 week archive
- Host: GitHub
- URL: https://github.com/dhogborg/monitor-repository
- Owner: dhogborg
- Created: 2015-12-17T12:42:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-21T13:35:28.000Z (over 10 years ago)
- Last Synced: 2025-01-31T07:22:46.758Z (over 1 year ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Monitor repository
Setup incomming ftp accounts for security cameras. Use a admin account to view all cameras and the 7 day archive.
All recordings are rotated on a 7 day schedule.
### Setup Container
`docker run -d --name monrep -p 21:21 -p 30000-30009:30000-30009 -e "PUBLICHOST=" dhogborg/monrep`
### Check admin account
Connect with FTP on port 21. Use the account details from stdout log on container. `docker logs monrep`
### Add a camera
`docker exec -ti monrep addcam `
Enter a password for the camera and repeat it to confirm.