aboutsummaryrefslogtreecommitdiff
path: root/wfm.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'wfm.cfg')
-rw-r--r--wfm.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/wfm.cfg b/wfm.cfg
new file mode 100644
index 0000000..a5e11f0
--- /dev/null
+++ b/wfm.cfg
@@ -0,0 +1,28 @@
+# tagline or application name
+tagline=Web File Manager
+
+# home directory
+directory=/home/tenox/wfm10
+
+# recursively summarize directory sizes - only enable if you have
+# fast disk (SSD) or a small directory tree structure
+#recursive-du=true
+
+# 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-user=ro:guest:secret
+access-user=rw:admin:password