Sign inSign up

marvambass/zoneminder

By marvambass

Updated about 5 years ago

zoneminder - (marvambass/zoneminder) (+ optional tls) on debian, apache2 [x86 + arm]

Image
0

642

marvambass/zoneminder repository overview

zoneminder - (marvambass/zoneminder) (+ optional tls) on debian, apache2 [x86 + arm]

maintained by MarvAmBass

What is it

This Dockerfile (available as marvambass/zoneminder) gives you a ready to use zonminder installation with optional tls.

Note: This container only supports mysql / mariadb database servers. There is no internal mysql-server available - so you need to setup a seconds container for that (take a look at docker-compose.yml)

View in Docker Registry marvambass/zoneminder

View in GitHub MarvAmBass/docker-zoneminder

This Dockerfile is based on the marvambass/apache2-ssl-secure debian:10 based image.

Changelogs

  • 2021-08-09
    • initial commit
    • healthchecks
    • multiarch build

How to use

This container needs a database, so take a look at the docker-compose.yml

Environment variables and defaults

  • ZM_DB_HOST

  • host of mysql db

  • default: db

  • ZM_DB_NAME

  • name of the mysql zoneminder database

  • default: zm

  • ZM_DB_USER

  • username of the mysql database for zoneminder

  • default: zmuser

  • ZM_DB_PASS

  • username of the mysql database for zoneminder

  • default: zmpass

  • ZM_DB_SSL_CA_CERT

  • default: not set

  • ZM_DB_SSL_CLIENT_KEY

  • default: not set

  • ZM_DB_SSL_CLIENT_CERT

  • default: not set

BASEIMAGE: Environment variables and defaults
  • DISABLE_TLS

  • default: not set - if set yo any value https and the HSTS_HEADERS_* will be disabled

  • HSTS_HEADERS_ENABLE

  • default: not set - if set to any value the HTTP Strict Transport Security will be activated on SSL Channel

  • HSTS_HEADERS_ENABLE_NO_SUBDOMAINS

  • default: not set - if set together with HSTS_HEADERS_ENABLE and set to any value the HTTP Strict Transport Security will be deactivated on subdomains

Tag summary

Content type

Image

Digest

Size

328.3 MB

Last updated

about 5 years ago

docker pull marvambass/zoneminder