conjugateprior Like, for example, don't do it 😁. The install prerequisites for Lychee seem tractable for a VPS, but if there are better options for Opalstack, alternative suggestions, etc. it'd be good to know.
anjanesh conjugateprior And I've been looking for something like this - does it make use of any SPA like React / Vue etc ?
sean Lychee should run fine on Opalstack. Since Lychee is a Laravel app which uses a subdirectory as the web root you'll need to install that into a directory outside of your apps directory, like /home/shelluser/lychee and then use a symlink app to serve the site from /home/shelluser/lychee/public More info is available at: Example: serving a Laravel project with a symlink app Hope this helps 🙂
Falleanber I’ve been running Lychee on Opalstack for a while and ran into some permission hiccups too — double-checking PHP settings and file ownership fixed it. I use it along with https://www.nixplay.com/ so my family can view updated albums automatically. Just made sure Lychee exports were readable from the web and linked that in Nixplay’s settings. Simple cron job keeps things synced on my end.
anjanesh Falleanber So you're using nixplay for your family and using Lychee on Opalstack as a backend for uploading your photos by you ?