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
- Host: GitHub
- URL: https://github.com/zoneminder-containers/eventserver-base
- Owner: zoneminder-containers
- Created: 2021-04-02T04:08:32.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-12-27T17:37:27.000Z (6 months ago)
- Last Synced: 2025-12-29T15:52:38.631Z (6 months ago)
- Topics: docker, zoneminder
- Language: Python
- Homepage:
- Size: 94.7 KB
- Stars: 19
- Watchers: 1
- Forks: 7
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eventserver-base
[](https://github.com/zoneminder-containers/eventserver-base/actions/workflows/docker-build.yaml)
[](https://hub.docker.com/r/yaoa/eventserver-base)

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