mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
c5259ae3d9
2 changed files with 4 additions and 2 deletions
|
@ -20,6 +20,7 @@ Run VS Code on your server and access it in the browser
|
||||||
**Shipped version:** 4.6.1~ynh1
|
**Shipped version:** 4.6.1~ynh1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|
|
@ -13,7 +13,8 @@
|
||||||
"website": "https://coder.com",
|
"website": "https://coder.com",
|
||||||
"admindoc": "https://coder.com/docs/code-server/latest",
|
"admindoc": "https://coder.com/docs/code-server/latest",
|
||||||
"userdoc": "https://coder.com/docs/code-server/latest/FAQ",
|
"userdoc": "https://coder.com/docs/code-server/latest/FAQ",
|
||||||
"code": "https://github.com/coder/code-server"
|
"code": "https://github.com/coder/code-server",
|
||||||
|
"cpe": "cpe:2.3:a:coder:code-server"
|
||||||
},
|
},
|
||||||
"antifeatures": {
|
"antifeatures": {
|
||||||
"non-free-addons": {
|
"non-free-addons": {
|
||||||
|
@ -44,4 +45,4 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue