rich0 / zoneminder-eventserver-base

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Personal Fork

This is my own personal fork of zoneminder-containers/eventserver-base that I am using to create my k8s images. I will be adding configs/etc that all are welcome to borrow from. However, this is not intended to be 100% generic.

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


Languages

Language:Python 40.8%Language:Shell 31.3%Language:Dockerfile 27.9%