vscode-app/CloudronManifest.json

45 lines
1.2 KiB
JSON
Raw Normal View History

2021-04-14 18:22:51 +00:00
{
"id": "com.coder.codeserver.cloudronapp",
"title": "VS Code",
"author": "Dennis Schwerdel",
"description": "file://DESCRIPTION.md",
"tagline": "Visual Studio Code in the browser",
2021-04-19 22:16:17 +00:00
"tags": [],
2021-04-14 19:43:53 +00:00
"version": "0.1.0",
2021-04-14 18:22:51 +00:00
"healthCheckPath": "/healthz",
"httpPort": 8080,
"manifestVersion": 1,
"website": "https://github.com/cdr/code-server",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
2021-04-19 19:00:35 +00:00
"optionalSso": true,
2021-04-14 18:22:51 +00:00
"addons": {
2021-04-19 19:00:35 +00:00
"localstorage": {},
"proxyAuth": { "path": "!/healthz" }
2021-04-14 18:22:51 +00:00
},
2021-04-20 09:04:04 +00:00
"memoryLimit": 1073741824,
2021-04-19 22:16:17 +00:00
"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
}
},
2021-04-14 18:22:51 +00:00
"mediaLinks": [
2021-04-14 19:43:53 +00:00
"https://git.ddswd.de/cloudron/vscode-app/raw/branch/master/medialinks/screenshot.jpg"
2021-04-14 18:22:51 +00:00
],
2021-04-14 19:43:53 +00:00
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md"
2021-04-14 18:22:51 +00:00
}