1cc62c2202
* Add the extra config to the first 50 apps and modify tests, * Add arch to extra 55 apps. * Fix tests error. * Fix tests (again). * Andd the last 77 apps. * Change photoprism from latest to a version. * Fixes. * Drop arm support for peppermint. --------- Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
29 lines
707 B
JSON
29 lines
707 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Code-Server - Web VS Code",
|
|
"available": true,
|
|
"exposable": true,
|
|
"port": 8138,
|
|
"id": "code-server",
|
|
"tipi_version": 17,
|
|
"version": "4.18.0",
|
|
"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"
|
|
}
|
|
],
|
|
"supported_architectures": ["arm64", "amd64"]
|
|
}
|