I think there should be a way to add storage type "Local" but I can't select it.
Actual behaviour
See screenshot: I am missing the local store icon apparently?
Server configuration
Operating system: Linux version 4.8.0-49-generic (buildd@lcy01-30) (gcc version 6.2.0 20161005 (Ubuntu 6.2.0-5ubuntu12) ) #52-Ubuntu SMP Thu Apr 20 09:38:39 UTC 2017
Web server: Apache2
Database: mysql
PHP version: 7.0.18
ownCloud version: (see ownCloud admin page) 10.0.1 (stable)
Updated from an older ownCloud or fresh install: fresh
Where did you install ownCloud from: owncloud.org
Signing status (ownCloud 9.0 and above):
Login as admin user into your ownCloud and access
http://example.com/index.php/settings/integrity/failed
paste the results into https://gist.github.com/ and puth the link here.
A dirty workaround which worked for me was to manually enter rows in the "external_config" and "external_mounts" tables, e.g. through these SQL statements:
Make sure the "mount_id", "mount_point", config_id are unique, and that mount_id matches between the entries in the two tables. Adapt the "value" in config to the physical location on disk, and the "mount_point" to the location where you want to mount the directdory in owncloud. The share showed up then in the administration settings, and I could configure which users have access to it.
I'm absolutety not sure about any possible undesired side effects, so I will not take any responsibility for possible data loss, make sure to backup everything first!
Same issue with my fresh installation (oc 10.0.2 on Ubuntu 16.04LTS). I had to tweak the config.php file and add the "files_external_allow_local=true" flag to get the "Local" support back again. However, even when setting up an authorized local storage, the left dot still display a red square instead of a green disc.
RandolphCarter A dirty workaround which worked for me was to manually enter rows in the "external_config" and "external_mounts" tables, e.g. through these SQL statements:
idem on 10.0.3 It's better to use occ commands in linux shell script
where "$htuser" the Http user "$ocpath" the direcory where installed owncloud "Downloads" is the name of local directory displaied on owncloud "$user" the owncloud user "1" the key of exeternal storage which must be incremented for each addition " \/home\/$user\/downloads" full path of local directory to add echo $verify return 0 : ok or error value scan files to display the new files
Trying to install in the latest Raspberry Pi 4 with stock Raspbian linux
it worked once, I was having trouble but not sure what I did it started to work with changes to the config.php file . Even then it wasnt working initially but seemed to work after some time.
But now I had to reimage the sdcard on the raspberry pi and redid the complete install.
No luck!
This time does not work even with change to the config.php file.
Rebooted many times
Cleared browser cache as well multiple times
Any suggestions would help! I dont know what else to try to do it to troubleshoot.
Unfortunately I have no clue why it worked the first time. I am not doing anything different. Or at least cant remember doing anything differently.