From 245eaad379742cc0ba9992c858523664b02102fb Mon Sep 17 00:00:00 2001 From: tenox Date: Mon, 11 Jan 2016 23:57:03 -0800 Subject: initial commit --- wfm.cfg | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 wfm.cfg (limited to 'wfm.cfg') 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 -- cgit v1.2.3