{
  "$schema": "../schema.json",
  "name": "Code Server",
  "available": true,
  "exposable": true,
  "port": 8138,
  "id": "code-server",
  "tipi_version": 31,
  "version": "4.89.1",
  "categories": ["development"],
  "description": "Code-server is VS Code running on a remote server, accessible through the browser.",
  "short_desc": "VS Code in the browser",
  "author": "coder",
  "source": "https://github.com/coder/code-server",
  "form_fields": [
    {
      "type": "password",
      "label": "Password",
      "max": 50,
      "min": 3,
      "required": true,
      "env_variable": "CODESERVER_PASSWORD"
    },
    {
      "type": "password",
      "label": "Sudo Password",
      "max": 50,
      "min": 3,
      "required": false,
      "env_variable": "CODESERVER_SUDO_PASSWORD"
    }
  ],
  "supported_architectures": ["arm64", "amd64"]
}