mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "code-server",
|
|
"id": "code-server",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "Run VS Code on your server and access it in the browser",
|
|
"fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur"
|
|
},
|
|
"version": "4.9.1~ynh1",
|
|
"url": "https://github.com/coder/code-server",
|
|
"upstream": {
|
|
"license": "MIT",
|
|
"website": "https://coder.com",
|
|
"admindoc": "https://coder.com/docs/code-server/latest",
|
|
"userdoc": "https://coder.com/docs/code-server/latest/FAQ",
|
|
"code": "https://github.com/coder/code-server",
|
|
"cpe": "cpe:2.3:a:coder:code-server"
|
|
},
|
|
"antifeatures": {
|
|
"non-free-addons": {
|
|
"en": "Extensions from the Store might be closed source.",
|
|
"fr": "Les extensions disponibles sur la gallerie peuvent être privatrices."
|
|
}
|
|
},
|
|
"license": "MIT",
|
|
"maintainer": {
|
|
"name": "Tagada"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.3.1.8"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "admin",
|
|
"type": "user"
|
|
}
|
|
]
|
|
}
|
|
}
|