mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"port": 8080,
|
|
"address": "0.0.0.0",
|
|
"database": "/usr/share/filebrowser/database.db",
|
|
"log": "stdout",
|
|
"plugin": "",
|
|
"scope": "/usr/share/filebrowser/storage/",
|
|
"allowCommands": true,
|
|
"allowEdit": true,
|
|
"allowNew": true,
|
|
"commands": [
|
|
"git",
|
|
"svn"
|
|
]
|
|
}
|