alnoda-workspaces/workspaces/alnoda-workspace/filebrowser.json
2023-04-01 12:59:09 +00:00

16 lines
368 B
JSON
Executable file

{
"port": 8023,
"baseURL": "",
"address": "0.0.0.0",
"log": "stdout",
"database": "/home/abc/apps/filebrowser/database.db",
"root": "/home",
"allowEdit": true,
"allowNew": true,
"allowCommands": true,
"commands": ["apt", "ls", "cd", "rm", "cp", "mv", "cat", "echo", "tar", "zip", "unzip"],
"noAuth": true,
"auth": {
"method": "noauth"
}
}