Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dqbd/cctv
NVR server for home surveillance
https://github.com/dqbd/cctv
Last synced: 24 days ago
JSON representation
NVR server for home surveillance
- Host: GitHub
- URL: https://github.com/dqbd/cctv
- Owner: dqbd
- Created: 2017-10-01T06:21:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-14T13:09:09.000Z (about 1 year ago)
- Last Synced: 2024-10-11T01:58:44.347Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 9.13 MB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CCTV
## Deployment
### Generate `docker-compose.yml` file
```
jsonnet config/live.jsonnet -Sm .
```### Remote `docker compose` deployment
```
docker context use [context name]
docker-compose pull
docker-compose down
docker-compose up -d
```