Allow specifying file extension for filebrowser

This commit is contained in:
Daniel 2017-02-02 22:27:41 +00:00
parent 5a1918275d
commit 2428b897b4
4 changed files with 12 additions and 3 deletions

View file

@ -9,5 +9,6 @@
"CREDENTIALS": null,
"ALLOWED_NETWORKS": [],
"BANNED_IPS": [],
"BANLIMIT": 0
"BANLIMIT": 0,
"EXTENSIONS": ['yaml', 'conf']
}