vscode-app/CloudronManifest.json

32 lines
817 B
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",
"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
},
"capabilities": [
],
"minBoxVersion": "1.8.1",
"tcpPorts": {},
"udpPorts": {},
"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
}