vscode-app/CloudronManifest.json

45 lines
1.2 KiB
JSON

{
"id": "com.coder.codeserver.cloudronapp",
"title": "VS Code",
"author": "Dennis Schwerdel",
"description": "file://DESCRIPTION.md",
"tagline": "Visual Studio Code in the browser",
"tags": [],
"version": "0.1.0",
"healthCheckPath": "/healthz",
"httpPort": 8080,
"manifestVersion": 1,
"website": "https://github.com/cdr/code-server",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"optionalSso": true,
"addons": {
"localstorage": {},
"proxyAuth": { "path": "!/healthz" }
},
"memoryLimit": 1073741824,
"capabilities": [],
"minBoxVersion": "6.0.0",
"tcpPorts": {
"TCP_DEV_PORT": {
"title": "Development Port",
"description": "TCP Port over which you can reach apps you develop (internal port: 5000)",
"defaultValue": 5000,
"containerPort": 5000
}
},
"udpPorts": {
"UDP_DEV_PORT": {
"title": "Development Port",
"description": "UDP Port over which you can reach apps you develop (internal port: 5000)",
"defaultValue": 5000,
"containerPort": 5000
}
},
"mediaLinks": [
"https://git.ddswd.de/cloudron/vscode-app/raw/branch/master/medialinks/screenshot.jpg"
],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md"
}