Guilhem Saurel a61400a659 pad: allow the user to choose his theme, fix #65 il y a 6 ans
..
Dockerfile a61400a659 pad: allow the user to choose his theme, fix #65 il y a 6 ans
README.md a61400a659 pad: allow the user to choose his theme, fix #65 il y a 6 ans
docker-compose.yml a61400a659 pad: allow the user to choose his theme, fix #65 il y a 6 ans
index.html c256e2dfc6 Build pad image with index.html il y a 7 ans

README.md

Etherpad

http://etherpad.org/

Configure

export DB_PASSWORD=$(openssl rand -base64 32)
echo POSTGRES_PASSWORD=$DB_PASSWORD >> .env
echo ETHERPAD_DB_PASSWORD=$DB_PASSWORD >> .env
echo ETHERPAD_TITLE=Bloc Note >> .env

(Optionnal) Add a theme

echo THEME_IMAGE=oxytanet/front-pad >> .env

Deploy

docker-compose up -d