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.

File manager settings screenshot

Please read File Manager installation manual to know details about these parameters.

File Manager URL

URL of file manager script on your server.

API parameter
Flmngr.urlFileManager
Type
string
Default
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.

API parameter
Flmngr.urlFileManager__user
Type
string
Default
null

Password

Password for accessing file manager. Use it only if your server requires Basic Auth.

API parameter
Flmngr.urlFileManager__password
Type
string
Default
null

Files URL

URL prefix to files on your server.

API parameter
Flmngr.urlFiles
Type
string
Default
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.

API parameter
Flmngr.defaultUploadDir
Type
string
Default
/

More info in the installation manual.

Hide folders with names

List of folder names to hide in the tree (exact match, no wildcard please)

API parameter
Flmngr.hideDirs
Type
string[]
Default
[".cache",".tmp","tmp"]

Hide files with names

List of files names to hide in the list (exact match, no wildcard please)

API parameter
Flmngr.hideFiles
Type
string[]
Default
[".gitignore"]