Diagnostic lychee

bonjour j’ai 2 (petits) problèmes avec lychee: Lychee Version 4.9.4 pour YunoHost 11.1.22 (stable).

d’abord le diagnostic dans l’application : que dois je faire ?
Diagnostics
-------
Warning: /home/yunohost.app/lychee/uploads/ is owned by group www-data, but should be owned by one out of lychee
Warning: /home/yunohost.app/lychee/uploads/thumb2x is owned by group www-data, but should be owned by one out of lychee
Warning: /home/yunohost.app/lychee/uploads/thumb2x/cd is owned by group www-data, but should be owned by one out of lychee
Warning: /home/yunohost.app/lychee/uploads/thumb2x/cd/df is owned by group www-data, but should be owned by one out of lychee
Warning: /home/yunohost.app/lychee/uploads/thumb2x/cd/01 is owned by group www-data, but should be owned by one out of lychee
Warning: 12366 more directories with wrong owner

ensuite la gestion des permissions : si un utilisateur non admin a accès à un dossier d’images que je partage il n’a pas la possibilté d’ajouter des images dans ce dossier et je ne vois pas comment changer cela

merci par avance pour votre aide

bon j’essaie d’avancer mon problème :slight_smile:
avec
ls -ld /home/yunohost.app/lychee/uploads/
j’obtiens
drwxrwsr-x 12 lychee www-data 12 May 17 20:57 /home/yunohost.app/lychee/uploads/

donc le groupe www-data est propriétaire de lychee

si je recence les groupes de yunohost avec
yunohost user group list
groups:
admins:
all_users:
visitors:

je ne vois pas ce groupe www-data

dois je changer les permissions pour que admins ou all-users soient propriétaires de lychee?
et comment ?

sudo chown -R {user}:{group} /home/yunohost.app/lychee/uploads/
?
help !

sudo chown -R lychee:lychee /home/yunohost.app/lychee/uploads/
corrige mes erreurs de diagnostic

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.