Skip to content

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

Notifications You must be signed in to change notification settings

ZoneMinder/eventserver-base

 
 

Repository files navigation

eventserver-base

Docker Build DockerHub Pulls Status

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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 40.8%
  • Shell 31.3%
  • Dockerfile 27.9%