8af33a3fc26569937265b4909be6f0e428c19480
docker-sigal
Docker image based on nginx official one for sigal gallery.
Run with : docker run -p 80:80 -v /path/to/your/pictures/:/pictures --name sigal -d remche/sigal
default configuration :
- put gallery in /usr/share/nginx/html. You can use a docker volume if you want it permanent : docker run -p 80:80 -v /path/to/your/pictures/:/pictures -v sigal-html:/usr/share/nginx/html --name sigal -d remche/sigal
- use the galleria theme ;
- keep original, and symlink to ;
If you want to override this, you can use your own sigal.conf.py : docker run -p 80:80 -v /path/to/your/pictures/:/pictures -v/path/to/your/sigal.conf.py:/opt/sigal.conf.py --name sigal -d remche/sigal
You can set a basic authentication in htpasswd format setting HTPASSWD env variable : docker run -p 80:80 -v /path/to/your/pictures/:/pictures -e HTPASSWD='foo:$apr1$odHl5EJN$KbxMfo86Qdve2FH4owePn.' --name sigal -d remche/sigal You might then use SSL with nginx-proxy.
Description
Languages
Python
78.6%
Shell
14.2%
Dockerfile
7.2%