Sign inSign up

irixjp/eplite

By irixjp

Updated over 1 year ago

Etherpad Lite - All in One - sqlite, nginx, ssl, htpasswd

Image
0

1.1K

irixjp/eplite repository overview

Docker image for Etherpad Lite

The image is All in One Etherpad Lite.

How to use:

EP_USER=username
EP_PASS=password

docker run -d -p 8443:8443 --name eplite -e EP_USER=${EP_USER:?} -e EP_PASS=${EP_PASS:?} irixjp/eplite:latest

What does the image include?

  • Ehterpad Lite
  • SQLite3 backend
  • Nginx
  • Basic Authentication by Nginx
  • Self-signed certificate

Tag summary

Content type

Image

Digest

sha256:33f0ad6a4

Size

527.1 MB

Last updated

over 1 year ago

docker pull irixjp/eplite