Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Lychee

19 Topics 158 Posts
  • Lychee - Package Updates

    Pinned
    49
    0 Votes
    49 Posts
    2k Views
    nebulonN

    [2.22.0]

    Update Lychee to 5.3.0 Full changelog Fix description empty string creating bug in layout by @ildyria in https://github.com/LycheeOrg/Lychee/pull/2400 Add S3 bucket support. by @ildyria in https://github.com/LycheeOrg/Lychee/pull/2379 Fix teapot not flagging on phpinfo.php by @ildyria in https://github.com/LycheeOrg/Lychee/pull/2411 Fix migration order by @ildyria in https://github.com/LycheeOrg/Lychee/pull/2410 Add migration on forgotten license CC-BY-SA by @ildyria in https://github.com/LycheeOrg/Lychee/pull/2416 Adjusted with suggested CSS by @ildyria in https://github.com/LycheeOrg/Lychee/pull/2413 Adding copyright to albums #1838 by @ThanasisMpalatsoukas in https://github.com/LycheeOrg/Lychee/pull/1880
  • Adding custom JS to Lychee

    10
    0 Votes
    10 Posts
    211 Views
    girishG

    @3246 Just had a quick look . It seems the script gets injected in the pages using <script defer type="text/javascript" src="https://xxx/dist/custom.js"></script> at the very top. If you put alert('foo'); then it shows it all the pages. But the issue as you found is that the gallery page and individual photo page don't have the footer element. The footer is only in albums page it seems. I guess you have to ask upstream about this design/layout.

  • 0 Votes
    4 Posts
    83 Views
    32463

    How are you adding images?

    It works well for me using a volume and image sync via terminal.

  • uploaded photos failing

    4
    0 Votes
    4 Posts
    117 Views
    nebulonN

    never seen this, might be worth reporting upstream though

  • Bug: All Photo's being deleted when using rotate button

    Solved
    8
    1 Votes
    8 Posts
    189 Views
    randyjcR

    @girish I can confirm that the issue is now resolved, BIG THANKS!

    šŸ•ŗ

  • Lychee - Live Photo view

    Unsolved
    9
    0 Votes
    9 Posts
    266 Views
    randyjcR

    Okay will do that once Iā€™m behind my desk.

  • FTP Support

    Solved
    2
    0 Votes
    2 Posts
    123 Views
    girishG

    @randyjc I have enabled it in the latest package.

  • Share button not working with Lychee

    3
    0 Votes
    3 Posts
    193 Views
    I

    @girish Thanks Girish.

    I'll message them on github and see if they're able to push an update with the fix, otherwise I might just do as you said and start using a lamp instance so I can apply bug fixes when needed.

  • Just added Lychee

    Solved
    5
    0 Votes
    5 Posts
    302 Views
    nebulonN

    The upload path variable is now set to a writeable location.

  • HEIC photos unsupported

    6
    0 Votes
    6 Posts
    1k Views
    girishG

    @imc67 It seems ubuntu 22 has built-in support for this. So, when we move to Ubuntu 22 base docker image, we will get support for this.

    $ convert -list format | grep HEIC AVIF* HEIC rw+ AV1 Image File Format (1.12.0) HEIC* HEIC rw+ Apple High efficiency Image Format (1.12.0)

    This will take a bit to first start testing Ubuntu 22 and then moving to it though. No timeline yet.

  • Browse Nextcloud Photos with Lychee

    3
    1 Votes
    3 Posts
    588 Views
    32463

    I am trying it right now to see if it can replace my LAMP Piwigo app and Nextcloud, neither of which are giving me what I need šŸ˜•

    I was looking to automate importing photos and stumbled across Gustave's sync too. Sadly, it looks like it won't work on Cloudron because of dependencies.

    My setup is:

    Hetzner Storagebox mounted as volume to Lychee container Manually importing photos from /media/storagebox using symlinks

    So far, it works really well but the larger the albums grow the longer it takes to sync.

  • Lychee Title Config

    Moved Solved
    9
    0 Votes
    9 Posts
    743 Views
    rmdesR

    @girish Oh my bad!! I completely missed that !!
    thanks a lot for pointing me in the right direction !

  • Server error or no API

    Solved
    5
    0 Votes
    5 Posts
    686 Views
    colonelpanicC

    @girish, thanks for following up. I tried a handful of things:

    Stop & start of the Lychee app. Full Reboot of the Cloudron Server. Uninstall and reinstall of the Lychee app. Increased allocated memory.

    I believe it was due to the allocated memory. I increased it from 256MB to 1GB this morning and everything is working fine. I can do some further testing when I have time to see if I can reproduce it. Either way, I'm now able to upload a photo (or multiple photos simultaneously). It would error uploading a single 5MB photo before this change.

    Thanks again!

  • php.ini how to set post max size?

    Unsolved
    10
    0 Votes
    10 Posts
    1k Views
    girishG

    @teamcrw I think the issue is not related the php settings. When the settings are low, it says so in the UI like below:

    da9bd484-a37c-49d0-9c60-ea76a692d250-image.png

    I am wondering if the issue is max_execution_time per https://lycheeorg.github.io/docs/faq.html#i-cant-upload-large-photos . The default value is set to 200, so that's under 3 minutes (can set it to 0 also to disable). Can you set it to much larger value and try? How long does your upload of 1GB take?

    You can also set APP_DEBUG=true in the env file and then restart the app. Check for errors in the browser and also Show Logs in the lychee UI after upload fails.

  • Update to 4.3.4?

    Solved
    4
    0 Votes
    4 Posts
    276 Views
    T

    @nebulon oh didn't see that... So we will wait, thank you

  • LOGO

    Solved
    12
    0 Votes
    12 Posts
    629 Views
    T

    @girish said in LOGO:

    @T3Gunner Ah, I suspected as much. This is not a support forum for Lychee - it's for the Lychee package of Cloudron.

    I wish I could help you out anyway but that seems unlikely because the question you asked is very much dependent on how the app is installed by the control panel. So you have to ask your question either in the Lychee project on GitHub or cPanel forums.

    Thanks for your help @girish, I'll just create a gallery using PIWIGO

  • Uploaded photos just get stuck on Processing

    Solved
    4
    0 Votes
    4 Posts
    281 Views
    murgeroM

    @jdaviescoates Weird - does the app have it's own logs in /app/data?

  • Lychee 4.x is out

    Solved
    2
    1 Votes
    2 Posts
    215 Views
    girishG

    @mario Done!

  • Lychee outdated - please update

    Moved Solved
    9
    2 Votes
    9 Posts
    1k Views
    yusfY

    It seems that the Lychee-Laravel version is more rich in features, possibly a candidate for next update?