app-store/apps/code-server/config.json

24 lines
596 B
JSON
Raw Normal View History

2022-07-28 17:46:12 +00:00
{
"name": "Code-Server - Web VS Code",
"available": true,
"port": 8101,
"id": "code-server",
"tipi_version": 1,
"version": "4.5.1",
2022-07-28 17:46:12 +00:00
"categories": ["development"],
"description": "",
"short_desc": "Code-server is VS Code running on a remote server, accessible through the browser.",
"author": "https://github.com/coder",
"source": "https://github.com/linuxserver/docker-code-server",
"form_fields": [
{
"type": "password",
"label": "Password",
"max": 50,
"min": 3,
"required": true,
"env_variable": "CODESERVER_PASSWORD"
}
]
}