mirror of
https://github.com/YunoHost-Apps/code-server_ynh.git
synced 2024-09-03 18:16:28 +02:00
Merge pull request #24 from YunoHost-Apps/ci-auto-update-v4.5.1
Upgrade to version 4.5.1
This commit is contained in:
commit
8b607d9d1f
6 changed files with 34 additions and 32 deletions
23
README.md
23
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# code-server for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/code-server)  
|
||||
[](https://dash.yunohost.org/appci/app/code-server)  
|
||||
[](https://install-app.yunohost.org/?app=code-server)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -17,13 +17,11 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Run VS Code on your server and access it in the browser
|
||||
|
||||
**Shipped version:** 4.3.0~ynh1
|
||||
|
||||
|
||||
**Shipped version:** 4.5.1~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -45,21 +43,22 @@ See https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official user documentation: https://coder.com/docs/code-server/latest/FAQ
|
||||
* Official admin documentation: https://coder.com/docs/code-server/latest
|
||||
* Upstream app code repository: https://github.com/coder/code-server
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_code-server
|
||||
* Report a bug: https://github.com/YunoHost-Apps/code-server_ynh/issues
|
||||
* Official user documentation: <https://coder.com/docs/code-server/latest/FAQ>
|
||||
* Official admin documentation: <https://coder.com/docs/code-server/latest>
|
||||
* Upstream app code repository: <https://github.com/coder/code-server>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_code-server>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/code-server_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
29
README_fr.md
29
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# code-server pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/code-server)  
|
||||
[](https://dash.yunohost.org/appci/app/code-server)  
|
||||
[](https://install-app.yunohost.org/?app=code-server)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer code-server rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -13,13 +17,11 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur
|
||||
|
||||
**Version incluse :** 4.3.0~ynh1
|
||||
|
||||
|
||||
**Version incluse :** 4.5.1~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -35,21 +37,22 @@ Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Documentation officielle utilisateur : https://coder.com/docs/code-server/latest/FAQ
|
||||
* Documentation officielle de l'admin : https://coder.com/docs/code-server/latest
|
||||
* Dépôt de code officiel de l'app : https://github.com/coder/code-server
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_code-server
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/code-server_ynh/issues
|
||||
* Documentation officielle utilisateur : <https://coder.com/docs/code-server/latest/FAQ>
|
||||
* Documentation officielle de l'admin : <https://coder.com/docs/code-server/latest>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/coder/code-server>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_code-server>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/code-server_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-amd64.tar.gz
|
||||
SOURCE_SUM=42c71e98de85270b164b023ef8eb0692cf7700c03081ba5a44eaca014a92eb57
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.5.1/code-server-4.5.1-linux-amd64.tar.gz
|
||||
SOURCE_SUM=eec34a53d757e8041357ba8d3ffd84080064b14585b5ba53c7829213b9136b5a
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-arm64.tar.gz
|
||||
SOURCE_SUM=37d4543585b730c437048f37d3a759c6530237dbf7b06a1cc98514d036efdba2
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.5.1/code-server-4.5.1-linux-arm64.tar.gz
|
||||
SOURCE_SUM=2028afb9a28286dea13e18ec9e8b65065a9d614a74b80dd8424a688f299059dc
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.3.0/code-server-4.3.0-linux-armv7l.tar.gz
|
||||
SOURCE_SUM=bb8a43e4bca84be35cfcd62a57b4c5fa958c4e96caa61fb86e803cdbfa6acd78
|
||||
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.5.1/code-server-4.5.1-linux-armv7l.tar.gz
|
||||
SOURCE_SUM=f260f01e2bafa8c123d30972b355453318263c316ef726ebf732b53896ed0a57
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"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.3.0~ynh1",
|
||||
"version": "4.5.1~ynh1",
|
||||
"url": "https://github.com/coder/code-server",
|
||||
"upstream": {
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Add table
Reference in a new issue