An open API service indexing awesome lists of open source software.

https://github.com/nitwof/zoneminder

Dockerized zoneminder with zmeventnotification and CUDA support
https://github.com/nitwof/zoneminder

Last synced: about 1 month ago
JSON representation

Dockerized zoneminder with zmeventnotification and CUDA support

Awesome Lists containing this project

README

        

## Init database

```bash
docker-compose run --rm zm sh -c 'mysql -h ${ZM_DB_HOST} -u ${ZM_DB_USER} -p${ZM_DB_PASS} < /usr/share/zoneminder/db/zm_create.sql'
```