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

https://github.com/zoneminder-containers/eventserver-base

An always up-to-date automatically updating container with zmeventnotification, built on zoneminder-base
https://github.com/zoneminder-containers/eventserver-base

docker zoneminder

Last synced: 5 months ago
JSON representation

An always up-to-date automatically updating container with zmeventnotification, built on zoneminder-base

Awesome Lists containing this project

README

          

# eventserver-base

[![Docker Build](https://github.com/zoneminder-containers/eventserver-base/actions/workflows/docker-build.yaml/badge.svg)](https://github.com/zoneminder-containers/eventserver-base/actions/workflows/docker-build.yaml)
[![DockerHub Pulls](https://img.shields.io/docker/pulls/yaoa/eventserver-base.svg)](https://hub.docker.com/r/yaoa/eventserver-base)
![Status](https://img.shields.io/badge/Status-Beta-yellow)

# Variables

New environment variables available in addition to zoneminder-base
1. ES_DEBUG_ENABLED
- Enables --debug flag for event notification when set to 1
2. ES_COMMON_NAME
- Defines common name for accessing zoneminder
3. ES_ENABLE_AUTH
- Controls ES/ZM Authentication
4. USE_SECURE_RANDOM_ORG
- Use random.org for api random string generation. Otherwise uses bash random.

# Certificates
If a certificate is located at `/config/ssl/cert.cer` with a corresponding
private key at `/config/ssl/key.pem`, a self-signed certificate will not be
generated. Otherwise, one will be automatically generated using the common name
environment variable.