fix(.devcontainer): add home volume and fix code-server and filebrowser (#18648)

This commit is contained in:
Mathias Fredriksson
2025-06-30 09:32:17 +01:00
committed by GitHub
parent e97540afbd
commit d814fdfa1c
5 changed files with 56 additions and 41 deletions
@@ -9,19 +9,15 @@
"default": "13339",
"description": "The port to run filebrowser on"
},
// "folder": {
// "type": "string",
// "default": "${containerWorkspaceFolder}",
// "description": "The root directory for filebrowser to serve"
// },
"auth": {
"folder": {
"type": "string",
"enum": [
"none",
"password"
],
"default": "none",
"description": "Authentication method (none or password)"
"default": "",
"description": "The root directory for filebrowser to serve"
},
"baseUrl": {
"type": "string",
"default": "",
"description": "The base URL for filebrowser (e.g., /filebrowser)"
}
},
"entrypoint": "/usr/local/bin/filebrowser-entrypoint",
@@ -41,7 +37,7 @@
"healthcheck": {
"url": "http://localhost:${localEnv:FEATURE_FILEBROWSER_OPTION_PORT:13339}/health",
"interval": 5,
"threshold": 6
"threshold": 2
}
}
]