08.02.2018 · Using docker in windows can encounter many problems. I can just use owncloud in windows10 with its official docker-compose files. It works. But they use the volume in docker , that means all the data are in the HyperV. Any solutions to u...
13.05.2020 · Issue I think is that if I have to remove all but “www” user from the ACL for that dataset. I only have the one dataset and it has all my data like plex stuff, audiobooks, lectures etc.
It says "your data directory is readable by other users, please change the permissions to 0770 so that the directory cannot be listed by other users. Strangely this only happens either when I try to access it using my dynamic dns, or when I use my local ip address with chrome.
After completing the web setup wizard on a new Nextcloud docker container, Please change the permissions to 0770 so that the direct. You can try to set the ...
06.02.2020 · But I get another one: "Your data directory is readable by other users...". I understand it might have something to do with my external storage (USB, NTFS). I selected my /data folder on Nextcloud parameters box (on Libreelec), but shouldn't I …
08.07.2020 · I have installed nextcloud via snap, made my data location to /media/usbhd/(data), made the changes. sudo nano /etc/fstab /dev/sda1 /media/usbhd ntfs defaults 0 1 sudo chown -R root:root /media/usbhd sudo chmod -R 0770 /media/usbhd. but still I get the message : "Your data directory is readable by other users
NextCloud Docker has been deployed by Portainer in my previous post:Easiest ... Your data directory is readable by other users Please change the permissions ...
23.07.2020 · I'm running NextCloud on Docker for Windows from within Ubuntu WSL. It seems that the umask is set to 0000 by default. This means that even if I run chmod -R 0770 ./html on my data directory, any new file will still have the incorrect permissions.. I have tried running chmod -R o+s ./html, but it doesn't seem to do anything, and I have also tried setfacl -d -m o::--- ./html, but it …
07.05.2017 · Switched over to Windows 10 Pro and Docker for Windows. I can get the volume to appear and be writeable, same as before, but again get stuck when Nextcloud refuses to proceed due to the other permissions. Curiously the directory permissions from within the container are now drwxr-xr-x.I've tried removing all permissions on the host folder except for the user that is …
20.01.2019 · Your data directory is readable by other users Please change the permissions to 0770 so that the directory cannot be listed by other users. What I’ve tried: ... By default the data folder is inside the Nextcloud folder. jolly_jaybird January 20, 2019, 10:44am #3. In ...
30.01.2018 · Your data directory is readable by other users Please change the permissions to 0770 so that the directory cannot be listed by other users. The most important use case for this is to put the data on my NAS instead of on the server running nextcloud.
After completing the web setup wizard on a new Nextcloud docker container, ... Data directory (/var/www/html/data) is readable by other users. Please change the permissions to 0770 so that the directory cannot be listed by other users.
I'm running this on a freeNAS so I did move the default data directory and edited config.php file to reflect that: 'datadirectory' => '/usr/local/www/nextcloud/ ...