bwarlick

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by bwarlick

  1. YOU MUST DO THE FOLLOWING IN ORDER TO RUN THIS DOCKER: After installing the docker container, there should be a folder in appdata on the unraid host named pgadmin4. You must change the permissions on this folder: Here's how: On the unraid host, click the terminal button at the top right: When you get a terminal window, set the permissions on the pgadmin4 folder as follows
  2. here is what I am using: rclone mount --max-read-ahead 1024k --umask=0 --vfs-cache-mode writes --allow-other dropbox: /mnt/disks/dropbox With 6.10.0-rc2 it appears that the permissions are incorrect on the mounted folders. When the folders are shared (at least with windows machine), you can read the files but you cannot write. Adding --mask=0 solved the issue for me.