Skip to content

file-manager.ini

Introduction

Name

file-manager.ini 

Location

~/conf/ 

Description

Defines the default file permissions for administration users.

Format

The file is a standard "ini" file, divided into a number of sections. The two main sections are:

[file-manager::main]
create = custom.ftl,external_metadata.cfg,site_profiles.cfg,...

[file-manager::folders]
live-logs
offline-logs
sys-logs

file-manager::main

The main section is used to define some global settings. At present the only option is create which is a comma-separated list of file names the user can create.

file-manager::folders

The folders section list the "folders" the user can browse, one per line. These folder names are only used internally to identify the settings for each folder.

For example, the collections "home" folder is defined as:

[file-manager::home]
name = Home
path = $home
rules = main-rules

They are described in detail on the file-manager security page.

The rules options defines the (internal) name of the file-rules that are to be applied to the files in the folder. For example, the following rules define the actions that can be performed on the standard Funnelback configuration files.

[file-manager::main-rules]
external_metadata.cfg : * : upload,download,copy,edit
gscopes.cfg : * : download,edit

See also

top

Funnelback logo
v15.24.0