What type of hardware are you using: VPS bought online
What YunoHost version are you running: Yunohost 12.1.39
How are you able to access your server: The webadmin
SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: No
Describe your issue
I want to modify uid and gid of nextcloud user and group as my nas mounted in Nextcloud has permissions based on a user wich uid is xxx
I am able to change it in command line using
usermod --gid xxx nextcloud & groupmod --gid xxx nextcloud (and restart nginx + php)
chown xxx:xxx -R /home/yunohost.app/nextcloud/
But after every upgrade it nextcloud reverse to previous uid & gid (yyy)
Is there a way to change it definitely
Share relevant logs or error messages
No logs nor error messages, only my share is not available as the rights are not good