Provide configuration setting for allowing symlinked data directory.
Currently it is hardcoded to false:
https://github.com/nextcloud/server/blob/master/lib/private/Files/Storage/Local.php#L55
Steps to reproduce
- Create a directory on linux ext filesystem: mkdir/test
- Create a symlink to that directory: ln -s /test /data
- Use /data
Expected behaviour
I should be able to enable symlinks in a config, not by changing a php file variable.
Actual behaviour
Canot use symlinked data dir.
Server configuration
Operating system: Linux Debian (amd64, arm)
Web server: nginx
Database: postgresql
PHP version: 7.1.21
Nextcloud version: 14.0.0
Updated from an older Nextcloud/ownCloud or fresh install: fresh
Where did you install Nextcloud from: Syncloud
Provide configuration setting for allowing symlinked data directory.
Currently it is hardcoded to false:
https://github.com/nextcloud/server/blob/master/lib/private/Files/Storage/Local.php#L55
Steps to reproduce
Expected behaviour
I should be able to enable symlinks in a config, not by changing a php file variable.
Actual behaviour
Canot use symlinked data dir.
Server configuration
Operating system: Linux Debian (amd64, arm)
Web server: nginx
Database: postgresql
PHP version: 7.1.21
Nextcloud version: 14.0.0
Updated from an older Nextcloud/ownCloud or fresh install: fresh
Where did you install Nextcloud from: Syncloud