1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/code-server_ynh.git synced 2024-09-03 18:16:28 +02:00
code-server_ynh/manifest.json

47 lines
1.2 KiB
JSON
Raw Normal View History

2021-05-27 02:26:40 +02:00
{
2021-05-29 05:47:54 +02:00
"name": "code-server",
"id": "code-server",
2021-05-27 02:26:40 +02:00
"packaging_format": 1,
"description": {
2021-05-29 05:47:54 +02:00
"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"
2021-05-27 02:26:40 +02:00
},
2022-07-20 08:12:24 +02:00
"version": "4.5.1~ynh1",
2022-01-13 20:21:56 +01:00
"url": "https://github.com/coder/code-server",
2021-05-27 02:26:40 +02:00
"upstream": {
2022-01-13 20:21:56 +01:00
"license": "MIT",
"admindoc": "https://coder.com/docs/code-server/latest",
"userdoc": "https://coder.com/docs/code-server/latest/FAQ",
"code": "https://github.com/coder/code-server"
2021-05-27 02:26:40 +02:00
},
2022-08-20 22:12:29 +02:00
"antifeatures": {
"non-free-addons": {
"en": "Extensions from the Store might be closed source.",
"fr": "Les extensions disponibles sur la gallerie peuvent être privatrices."
}
},
2021-05-29 05:47:54 +02:00
"license": "MIT",
2021-05-27 02:26:40 +02:00
"maintainer": {
2022-01-13 20:21:56 +01:00
"name": "Tagada"
2021-05-27 02:26:40 +02:00
},
"requirements": {
2022-01-13 20:21:56 +01:00
"yunohost": ">= 4.3.1.8"
2021-05-27 02:26:40 +02:00
},
"multi_instance": true,
"services": [
2021-05-29 05:47:54 +02:00
"nginx"
2021-05-27 02:26:40 +02:00
],
"arguments": {
2022-02-01 02:03:50 +01:00
"install": [
2021-05-27 02:26:40 +02:00
{
"name": "domain",
2022-01-13 20:21:56 +01:00
"type": "domain"
2021-05-27 02:26:40 +02:00
},
{
"name": "admin",
2022-01-13 20:21:56 +01:00
"type": "user"
2021-05-27 02:26:40 +02:00
}
]
}
}