github LycheeOrg/Lychee v4.3.0
Version 4.3.0 - Support for PHP 8 + UI improvement on Touch devices

latest releases: v5.3.0, v5.2.2, v5.2.1...
3 years ago
  • new #940 : Improved support for touch devices.
  • new #939 : Responsive web design for small screens.
  • fixes #959 : Excluded '/api/Session::init' from CSRF protection (as per the API specs).
  • fixes #959 : Fixes .lycheeignore support.
  • new #942 : Add support for Portuguese language.
  • fixes #927 : Also copy over the password column when migrating from the very old version 3 of Lychee
  • fixes #932 : Public photos hidden

    It adds a new config variable public_photos_hidden, which defaults to 1 (preserving the current behavior). If set to 0, photos individually made public (rather than through an album) will be included in the results of a public search or in public tagged albums. Basically, they will no longer be treated as hidden (even though they still won't be findable through browsing; we could address that as well by making the Public smart album, well, public -- I welcome your input if we should, and if so, what to name the config variable to enabled that, other than public_public wink).


Packaged version of Lychee including the vendor folder.
Install process is as follow:

  1. extract the zip file.
  2. create your database and user manually

Then you have two possibilities:

  • cp .env.example .env
  • edit .env
  • php artisan key:generate
  • php artisan migrate
  • sudo chown -R www-data:www-data .

or

  • sudo chown -R www-data:www-data . and access from your browser the Lychee installation and follow the installation steps

See change log: https://lycheeorg.github.io/docs/releases.html
See how to update: https://lycheeorg.github.io/docs/update.html
See how to upgrade from version 3: https://lycheeorg.github.io/docs/upgrade.htmlVe

Don't miss a new Lychee release

NewReleases is sending notifications on new releases.