From 1679a9ba5d784843b201c22962b090172c5712bc Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Wed, 11 May 2016 22:57:18 +0200 Subject: [PATCH] lychee: create README --- lychee/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 lychee/README.md diff --git a/lychee/README.md b/lychee/README.md new file mode 100644 index 0000000..0128575 --- /dev/null +++ b/lychee/README.md @@ -0,0 +1,26 @@ +## wonderfall/lychee + +![](http://lychee.electerious.com/assets/images/showcase.jpg) + +#### What is this? +Lychee is a free photo-management tool, which runs on your server or web-space. Installing is a matter of seconds. Upload, manage and share photos like from a native application. Lychee comes with everything you need and all your photos are stored securely. + +#### Features +- Based on Alpine Linux. +- nginx + PHP7. +- Active Imagemagick + pecl ext. + +#### Build-time variables +- **LYCHEE_VERSION** : version of Lychee. +- **IMAGICK_EXT_VERSION** : version of imagick pecl extension. + +#### Environment variables +- **UID** : lychee user id *(default : 991)*. +- **GID** : lychee group id *(default : 991)*. + +#### Volumes +- **/lychee/uploads** : uploads. +- **/lychee/data** : data files. + +#### Ports +- **80** [(reverse proxy!)](https://github.com/hardware/mailserver/wiki/Reverse-proxy-configuration)