Files
gitlab-instance-0a899031_do…/live-platform/config/defaults/services/filebrowser.json
2026-03-28 13:27:53 -05:00

14 lines
263 B
JSON

{
"id": "filebrowser",
"layer": "infra",
"enabled": true,
"manager": "docker",
"ports": { "http": 8082 },
"env": {
"ENABLE_FILEBROWSER": "1",
"FILEBROWSER_PORT": "8082",
"FILEBROWSER_USER": "live",
"FILEBROWSER_PASS": "12345678"
}
}