Page 1 of 1

How to set a repository to a shared folder?

Posted: Wed May 07, 2014 2:54 am
by Zubredo
Hi,

I am trying to use AjaXplorer to get access to the file system on my NAS especially to specific shared folders. As far as I know I need to create a new repository within AjaXplorer by using "file system" as repository driver as well as setting a path to a folder on the NAS. But how to set the path?

If I try just "/Folder" the path is set to "/web/ajaxplorer/data/folder" and not to the folder which is on the same level as the folder "/web".

Thanks for your help!

Re: How to set a repository to a shared folder?

Posted: Wed May 07, 2014 11:11 am
by orion
You can try to edit /usr/local/AppCentral/ajaxplorer/www/conf/bootstrap_repositories.php. (through ssh terminal)

You can find a array definition called "My Files". And there is variable PATH that you should change to the directory you want (for example: /volume1/Public). ;)