Managing files and images
There are two parameters below which used for linking N1ED client instance with your server file storage. After you installed Flmngr server-side script you need to specify these options in order N1ED to know from where to call server side script and how to build URLs to files.

Please read File Manager installation manual to know details about these parameters.
File Manager URL
URL of file manager script on your server.
Flmngr.urlFileManager
string
https://fm.n1ed.com/fileManager
More info in the installation manual.
User
Username for accessing file manager. Use it only if your server requires Basic Auth.
Flmngr.urlFileManager__user
string
null
Password
Password for accessing file manager. Use it only if your server requires Basic Auth.
Flmngr.urlFileManager__password
string
null
Files URL
URL prefix to files on your server.
Flmngr.urlFiles
string
https://fm.n1ed.com/files
More info in the installation manual.
Uploads directory
The default directory for quick uploads, relative to your storage root directory.
Hide folders with names
List of folder names to hide in the tree (exact match, no wildcard please)
Flmngr.hideDirs
string[]
[".cache",".tmp","tmp"]
Hide files with names
List of files names to hide in the list (exact match, no wildcard please)
Flmngr.hideFiles
string[]
[".gitignore"]