I installed nextcloud on my raspberrypi 3 using this link. Everything is working pretty well except I don't like the UX of having all the extra storage space coming from the "External Storage" add-in, since it means that everyone now has to know to put all of their files in a designated folder.
It seems like I should just be able to tell nextcloud to use the external harddrive as the data-directory location (without the external storage add-in) and all will be well and good... and it seems like in theory that works fine. But, since it's installed as a snap, it seems like the snap doesn't have access to that part of my filesystem and thus it doesn't work.
I was wondering if anyone had any suggestions. Should I mount the harddrive inside the snap's writable area? Is it possible to give the snap access to the harddrive?
syncthing
front-end). To fix this, initially I was using the trick of adding ansftp
storage pointing to the server itself and accessing as the wanted user so using127.0.0.1
as host and the file owner as the user with a generated ssh key. But this wasn't the best choice. Usingbindfs
instead with something likebindfs --map=ubuntu/root:@ubuntu/@root
, does instead the wanted job. – Treviño May 06 '18 at 02:06oc_filecache
...". I hadn't added any files to it, just a clean install of the snap, created the admin users and one login before moving the directory. Any clue? – Giox Nov 04 '18 at 00:52