1
0
Fork 0
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:
Tagada 2022-09-06 06:16:47 +02:00 committed by GitHub
commit c5259ae3d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -20,6 +20,7 @@ Run VS Code on your server and access it in the browser
**Shipped version:** 4.6.1~ynh1
## Screenshots
![Screenshot of code-server](./doc/screenshots/screenshot.png)

View file

@ -13,7 +13,8 @@
"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"
"code": "https://github.com/coder/code-server",
"cpe": "cpe:2.3:a:coder:code-server"
},
"antifeatures": {
"non-free-addons": {
@ -44,4 +45,4 @@
}
]
}
}
}