Sign inSign up

tlnk/lychee

By tlnk

Updated almost 9 years ago

Lychee

Image
0

7.5K

tlnk/lychee repository overview

Lychee

Screenshot

Supported tags and respective

This image is updated via pull requests to the tle06/lychee GitHub repo.

Sources

github/lychee

What is lychee

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.

Image configuration

Package installed

  • git
  • apt-transport-https
  • apache2
  • libapache2-mod-php
  • php-gd
  • php-json
  • php-mysql
  • php-curl
  • php-zip
  • php-mbstring

Port exposed

  • port 80

Work dir

  • workdir = /var/www/lychee

Available ENV variable

  • PHP_UPLOAD_MAX_FILESIZE =100M
  • PHP_POST_MAX_SIZE =100M
  • PHP_MAX_EXCUTION_TIME =200
  • PHP_MEMORY_LIMIT =256M

How to use this image

Start lychee

Starting the lychee instance listening on port 80 is as easy as the following:

$ docker run -d --restart=always -p 80:80 tlnk/lychee

Then go to http://localhost/ and go through the wizard.

Persistent data

  • -v /<mydatalocation>:/uploads (Save all upload from lychee)
  • -v /<mydatalocation>:/data (save configuration file from lychee)

Via docker-compose

Docker
version: '2'

services:

lychee:
 image: tlnk/lychee
 ports:
   - 80:80

Tag summary

Content type

Image

Digest

Size

186.7 MB

Last updated

almost 9 years ago

docker pull tlnk/lychee