{"id":13456434,"url":"https://github.com/electerious/Lychee","last_synced_at":"2025-03-24T10:32:39.210Z","repository":{"id":4891667,"uuid":"6047189","full_name":"electerious/Lychee","owner":"electerious","description":"A great looking and easy-to-use photo-management-system you can run on your server, to manage and share photos.","archived":false,"fork":false,"pushed_at":"2022-01-08T15:56:54.000Z","size":5917,"stargazers_count":6322,"open_issues_count":0,"forks_count":675,"subscribers_count":224,"default_branch":"master","last_synced_at":"2024-10-15T02:41:19.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://lychee.electerious.com","language":"PHP","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"codahale/hdrhistogram","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/electerious.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-02T15:42:56.000Z","updated_at":"2024-10-13T06:39:18.000Z","dependencies_parsed_at":"2022-08-06T18:00:42.144Z","dependency_job_id":null,"html_url":"https://github.com/electerious/Lychee","commit_stats":null,"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electerious%2FLychee","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electerious%2FLychee/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electerious%2FLychee/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/electerious%2FLychee/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/electerious","download_url":"https://codeload.github.com/electerious/Lychee/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221962377,"owners_count":16908331,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T08:01:21.834Z","updated_at":"2024-10-29T00:30:27.021Z","avatar_url":"https://github.com/electerious.png","language":"PHP","readme":"# Lychee\n\n#### A great looking and easy-to-use photo-management-system.\n\n*Since the 1st of April 2018 this project has moved to it's own Organisation (https://github.com/LycheeOrg) where people are able to submit their fixes to it. We, the Organisation owners, want to thank electerious (Tobias Reich) for the opportunity to make this project live on.*\n\n![Lychee](https://s.electerious.com/images/lychee/1.jpeg)\n![Lychee](https://s.electerious.com/images/lychee/2.jpeg)\n\nLychee 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. Read more on our [website](http://lychee.electerious.com).\n\n## Installation\n\nTo run Lychee, everything you need is a web-server with PHP 5.5 or later and a MySQL-Database. Follow the instructions to install Lychee on your server. [Installation \u0026#187;](docs/Installation.md)\n\n## How to use\n\nYou can use Lychee right after the installation. Here are some advanced features to get the most out of it.\n\n### Settings\n\nSign in and click the gear in the top left corner to change your settings. If you want to edit them manually: MySQL details are stored in `data/config.php`. Other options and hidden settings are stored directly in the database. [Settings \u0026#187;](docs/Settings.md)\n\n### Update\n\nUpdating is as easy as it should be.  [Update \u0026#187;](docs/Update.md)\n\n### Build\n\nLychee is ready to use, right out of the box. If you want to contribute and edit CSS or JS files, you need to rebuild Lychee. [Build \u0026#187;](docs/Build.md)\n\n### Keyboard Shortcuts\n\nThese shortcuts will help you to use Lychee even faster. [Keyboard Shortcuts \u0026#187;](docs/Keyboard%20Shortcuts.md)\n\n### Dropbox import\n\nIn order to use the Dropbox import from your server, you need a valid drop-ins app key from [their website](https://www.dropbox.com/developers/apps/create). Lychee will ask you for this key, the first time you try to use the import. Want to change your code? Take a look at [the settings](docs/Settings.md) of Lychee.\n\n### Twitter Cards\n\nLychee supports [Twitter Cards](https://dev.twitter.com/docs/cards) and [Open Graph](http://opengraphprotocol.org) for shared images ([not albums](https://github.com/electerious/Lychee/issues/384)). In order to use Twitter Cards you need to request an approval for your domain. Simply share an image with Lychee, copy its link and paste it in [Twitters Card Validator](https://dev.twitter.com/docs/cards/validation/validator).\n\n### Imagick\n\nLychee uses [Imagick](http://www.imagemagick.org) when installed on your server. In this case you will benefit from a faster processing of your uploads, better looking thumbnails and intermediate sized images for small screen devices. You can disable the usage of [Imagick](http://www.imagemagick.org) in [the settings](docs/Settings.md).\n\n### Docker\n\nBrowse the [Docker Hub Registry](https://hub.docker.com/r/kdelfour/lychee-docker/) for various automated Lychee-Docker builds. We recommend using [lychee-docker](https://hub.docker.com/r/kdelfour/lychee-docker/) by [kdelfour](https://github.com/kdelfour).\n\n### Plugins and Extensions\n\nThe plugin-system of Lychee allows you to execute scripts when a certain action fires. Plugins are hooks, which are injected directly into Lychee. [Plugin documentation \u0026#187;](docs/Plugins.md)\n\nIt's also possible to build extensions upon Lychee. The way to do so isn't documented and can change every time. We recommend using the plugin-system, when possible.\n\nHere's a list of all available Plugins and Extensions:\n\n| Name | Description | |\n|:-----------|:------------|:------------|\n| lycheesync | Sync Lychee with any directory containing photos | [More \u0026#187;](https://github.com/GustavePate/lycheesync) |\n| lycheeupload | Upload photos to Lychee via SSH | [More \u0026#187;](https://github.com/r0x0r/lycheeupload) |\n| Jekyll | Liquid tag for Jekyll sites that allows embedding Lychee albums | [More \u0026#187;](https://gist.github.com/tobru/9171700) |\n| lychee-redirect | Redirect from an album-name to a Lychee-album | [More \u0026#187;](https://github.com/electerious/lychee-redirect) |\n| lychee-watermark | Adds a second watermarked photo when uploading images | [More \u0026#187;](https://github.com/electerious/lychee-watermark) |\n| lychee-rss | Creates a RSS-Feed out of your photos | [More \u0026#187;](https://github.com/cternes/Lychee-RSS) |\n| lychee-FlashAir | Import from a Toshiba FlashAir WiFi SD card | [More \u0026#187;](https://github.com/mhp/Lychee-FlashAir) |\n| lychee-webroot | Controls photos accessibility and keeps Lychee files hidden | [More \u0026#187;](https://github.com/Bramas/lychee-webroot) |\n| lychee-create-medium | Generate missing medium size photos | [More \u0026#187;](https://github.com/Bramas/lychee-create-medium) |\n\n## Troubleshooting\n\nTake a look at the [FAQ](docs/FAQ.md) if you have problems. Discovered a bug? Please create an issue here on GitHub!\n","funding_links":[],"categories":["PHP","Configuration","配置 Configuration","others","Apps","类库","Table of Contents"],"sub_categories":["Web Applications","Web应用程序 Web Applications","PhotoManagement","图像处理"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felecterious%2FLychee","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felecterious%2FLychee","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felecterious%2FLychee/lists"}