YunoHost-Apps / nextcloud_ynh

Nextcloud package for YunoHost
https://nextcloud.com/
GNU Affero General Public License v3.0
147 stars 63 forks source link

The Home integration behaves inconsistent. #678

Open Hemi03 opened 6 months ago

Hemi03 commented 6 months ago

The Home integration behaves inconsistent.

If i create a file or a folder over the webui ore webdav, they are owned by nextcloud:nextcloud and i cant change them over sftp. If i create a file or a folder over ssh or sftp i cant change them over the webui/webdav. I would like to use the home folder both ways.

Context

Steps to reproduce

  1. crate a folder in the user /home/ over ssh
  2. put a file into it
  3. install nextcloud with the home folder enabled
  4. create another folder with a file over the webui in the home folder
  5. try to edit the ssh file over the webui
  6. try to edit the webui file over ssh/sftp

Expected behavior

I expect to create folders and manage files over Nextcloud and over sftp. They shouldn't block each other.