2024-11-06 20:14:59 +13:00
{
2025-04-09 13:10:02 +02:00
"name" : "VS Code Server" ,
"slug" : "code-server" ,
"categories" : [ 1 , 20 , 11 ] ,
"date_created" : "2024-05-02" ,
"type" : "addon" ,
"updateable" : false ,
"privileged" : false ,
"interface_port" : 8680 ,
"documentation" : null ,
"website" : null ,
"logo" : "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/visual-studio-code.svg" ,
2025-04-24 11:49:40 +02:00
"config_path" : "" ,
2025-04-09 13:10:02 +02:00
"description" : "VS Code Server is a service you can run on a remote development machine, like your desktop PC or a virtual machine (VM). It allows you to securely connect to that remote machine from anywhere through a vscode.dev URL, without the requirement of SSH." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "tools/addon/code-server.sh" ,
"resources" : {
"cpu" : null ,
"ram" : null ,
"hdd" : null ,
"os" : null ,
"version" : null
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
"text" : "Execute within an existing LXC Console" ,
"type" : "warning"
}
]
2025-01-22 08:08:29 +01:00
}
2025-04-24 11:49:40 +02:00