alnoda-workspaces/workspaces/base-workspace/filebrowser.json
2021-07-30 12:18:29 +00:00

16 lines
358 B
JSON
Executable file

{
"port": 8021,
"baseURL": "",
"address": "0.0.0.0",
"log": "stdout",
"database": "/opt/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"
}
}