aboutsummaryrefslogtreecommitdiff
path: root/wfm.cfg
blob: c67e26da4d3e3cf9bf07a23b78fd6a009b86ab5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# tagline or application name
tagline=Web File Manager

# home directory
directory=/home/user/wfmdata

# recursively summarize directory sizes - only enable if you have
# fast disk (SSD) or a small directory tree structure
# recursive-du=true

# favicon / application icon, must be one of the embedded/compiled icon files
# favicon=home.gif

# When clicking on txt file - edit instead of download by default
# txt-default-edit=true

# Edit any file as it was txt
edit-any-file=false

# optional browser url prefix - aka "external link" - if defined, file
# names will be glued to it giving option to be opened directly with the
# external link button without going through cgi routines
browser-url=http://x.x.x.x/files/

# access lists - ace type is either access-ip or access-user
# mixable, eg access-ip=ro:* with number of access-user=rw
# level is ro|rw, one host or username per line  * denotes all hosts
# user is username:password combination
access-ip=ro:*
access-ip=rw:127.0.0.1
access-user=ro:guest:secret
access-user=rw:admin:password