Hi!
I want to mount my Nextcloud data using the Immich external library feature. I used a volume in Cloudron for the Nextcloud app directory and mounted this volume in the Immich app.
Unfortunately, the Immich app is running as the "cloudron" user (uid 1000) while the Nextcloud app is running as "www-data" (uid 33), and files written by Nextcloud belong to this user. The permissions on the /app/data/data
directory (which contains Nextcloud files) forbid reads from other users:
drwxrwx--- 10 www-data www-data 4096 Jan 31 19:14 data
I tried to adjust the permissions on this directory but something restore the 770
mode a few seconds later...
AFAIK there is no settings to change the user of an app in Cloudron. Any idea to solve my problem?
Thanks!