From 549c167812c3b1f7ff696a007927a07a1b17cc65 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Jul 2022 06:12:24 +0000 Subject: [PATCH 01/14] Upgrade to v4.5.1 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index 9acce3f..f50bc83 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -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 diff --git a/conf/arm64.src b/conf/arm64.src index 754a060..be2ff4d 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -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 diff --git a/conf/armhf.src b/conf/armhf.src index 3e79c5c..eace154 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -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 diff --git a/manifest.json b/manifest.json index e9fe816..187a600 100644 --- a/manifest.json +++ b/manifest.json @@ -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", From 171c4444def89dbe7fdc35894e1b8eeb025bdaf0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 20 Jul 2022 06:12:28 +0000 Subject: [PATCH 02/14] Auto-update README --- README.md | 23 +++++++++++------------ README_fr.md | 29 ++++++++++++++++------------- 2 files changed, 27 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index bd4454b..a7181e1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It shall NOT be edited by hand. # code-server for YunoHost -[![Integration level](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![Working status](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) [![Install code-server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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 -![](./doc/screenshots/screenshot.png) +![Screenshot of code-server](./doc/screenshots/screenshot.png) ## 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: +* Official admin documentation: +* Upstream app code repository: +* YunoHost documentation for this app: +* Report a bug: ## 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 \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index 8098b49..dfdff6c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,10 +1,14 @@ + + # code-server pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) +[![Niveau d'intégration](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) [![Installer code-server avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](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 -![](./doc/screenshots/screenshot.png) +![Capture d'écran de code-server](./doc/screenshots/screenshot.png) ## 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 : +* Documentation officielle de l'admin : +* Dépôt de code officiel de l'app : +* Documentation YunoHost pour cette app : +* Signaler un bug : ## 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 \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** From f54b7e18642f3b4762bf6d6ecd57534d34a9a9de Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sat, 20 Aug 2022 20:12:23 +0000 Subject: [PATCH 03/14] attempt to move the user files to the new path --- scripts/install | 2 +- scripts/upgrade | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 93abf43..3972f51 100755 --- a/scripts/install +++ b/scripts/install @@ -98,7 +98,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Creating a data directory..." --weight=2 -datadir=/home/yunohost.app/$app +datadir=/home/$app/.local/share/code-server ynh_app_setting_set --app=$app --key=datadir --value=$datadir mkdir -p $datadir/{user-data,extensions} diff --git a/scripts/upgrade b/scripts/upgrade index 0bf7d3a..76bb9cb 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -97,6 +97,18 @@ then mkdir -p $final_path fi +if ynh_compare_current_package_version -c le -v "4.1.0~ynh1" +then + new_datadir=/home/$app/.local/share/code-server + mkdir -p $new_datadir + + cp -R $datadir/* $new_datadir + ynh_secure_remove --file=$datadir + + datadir=new_datadir + ynh_app_setting_set --app=$app --key=datadir --value=$datadir +fi + #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #================================================= From b3f5096c39da3d2d970aa3835ae828285913c14a Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sat, 20 Aug 2022 20:12:29 +0000 Subject: [PATCH 04/14] antifeature --- manifest.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/manifest.json b/manifest.json index 4db97df..04aea85 100644 --- a/manifest.json +++ b/manifest.json @@ -14,6 +14,12 @@ "userdoc": "https://coder.com/docs/code-server/latest/FAQ", "code": "https://github.com/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" From 2ed39ba7ebd15dd744df054f0c9fb9d0edc9b976 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 20 Aug 2022 20:12:39 +0000 Subject: [PATCH 05/14] Auto-update README --- README.md | 1 + README_fr.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a7181e1..5d71913 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ Run VS Code on your server and access it in the browser **Shipped version:** 4.5.1~ynh1 + ## Screenshots ![Screenshot of code-server](./doc/screenshots/screenshot.png) diff --git a/README_fr.md b/README_fr.md index dfdff6c..7588aab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ 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.5.1~ynh1 +**Version incluse :** 4.5.1~ynh1 + ## Captures d'écran From f3cde4abd58ae6b20c6977808740d4309185fa8a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 20 Aug 2022 20:16:49 +0000 Subject: [PATCH 06/14] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc2d312..5d71913 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ 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.5.1~ynh1 + ## Screenshots ![Screenshot of code-server](./doc/screenshots/screenshot.png) diff --git a/README_fr.md b/README_fr.md index d931a4b..7588aab 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,9 +17,9 @@ 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.5.1~ynh1 + ## Captures d'écran ![Capture d'écran de code-server](./doc/screenshots/screenshot.png) From d57ad7d2552f90961dcabfd037fc7317751bf9a5 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:36:13 +0000 Subject: [PATCH 07/14] Fix linter --- manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.json b/manifest.json index d5dc797..23d0a51 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,7 @@ "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" From 084a35e3ff58a8d8a58dde30cb8d7a1c549da9e3 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sun, 21 Aug 2022 21:55:42 +0000 Subject: [PATCH 08/14] oupsi --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 23d0a51..dd48e2e 100644 --- a/manifest.json +++ b/manifest.json @@ -10,7 +10,7 @@ "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT", - "website"; "https://coder.com", + "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" From c811eeb8d6d479d210bb60cd00b3ffb45b788651 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 21 Aug 2022 21:55:52 +0000 Subject: [PATCH 09/14] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d71913..46a2e15 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ See https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions ## Documentation and resources +* Official app website: * Official user documentation: * Official admin documentation: * Upstream app code repository: diff --git a/README_fr.md b/README_fr.md index 7588aab..db80933 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,6 +38,7 @@ Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur ## Documentations et ressources +* Site officiel de l'app : * Documentation officielle utilisateur : * Documentation officielle de l'admin : * Dépôt de code officiel de l'app : From bf5e078605721c0f6754c4ecb177c7e1efe9b603 Mon Sep 17 00:00:00 2001 From: Tagadda <36127788+Tagadda@users.noreply.github.com> Date: Sun, 21 Aug 2022 22:51:58 +0000 Subject: [PATCH 10/14] Better README --- doc/DISCLAIMER.md | 5 +++-- doc/DISCLAIMER_fr.md | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index fccc276..1449f2c 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -5,11 +5,12 @@ ### Limitations * Requires a dedicated domain -* Single-user, no LDAP +* `code-server` run as the user you choose during the install +* `code-server` files are stored inside `/home//.local/share/code-server` * Subdomains for services on ports (like 8080.code-server-domain.tld) are not supported ### Extensions -This application uses [Open VSX Registry](https://open-vsx.org/). You can change this setting from the web admin config panel. +This application uses [Open VSX Registry](https://open-vsx.org/). You can change this setting from the config panel. See https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions-marketplace diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index 9496bbc..4de9101 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -5,5 +5,12 @@ ### Limitations * Nécessite un domaine dédié -* Un seul utilisateur seulement, pas de LDAP +* `code-server` s'éxécute avec l'utilisateur choisir lors de l'installation +* Les fichiers de `code-server` sont stockés dans `/home//.local/share/code-server` * Les sous-domaines pour les services sur les ports (like 8080.code-server-domain.tld) ne sont pas pris en charge + +### Extensions + +Cette application utilie le [catalogue Open VSX](https://open-vsx.org/). Vous pouvez changer ce paramètre depuis le panneau de configuration. + +Voir https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions-marketplace *(en anglais)* From 231a65ef1a0d38564419fe11148619dd839aa247 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 21 Aug 2022 22:52:11 +0000 Subject: [PATCH 11/14] Auto-update README --- README.md | 5 +++-- README_fr.md | 9 ++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 46a2e15..fbb3a44 100644 --- a/README.md +++ b/README.md @@ -33,12 +33,13 @@ Run VS Code on your server and access it in the browser ### Limitations * Requires a dedicated domain -* Single-user, no LDAP +* `code-server` run as the user you choose during the install +* `code-server` files are stored inside `/home//.local/share/code-server` * Subdomains for services on ports (like 8080.code-server-domain.tld) are not supported ### Extensions -This application uses [Open VSX Registry](https://open-vsx.org/). You can change this setting from the web admin config panel. +This application uses [Open VSX Registry](https://open-vsx.org/). You can change this setting from the config panel. See https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions-marketplace diff --git a/README_fr.md b/README_fr.md index db80933..d56d5b6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -33,9 +33,16 @@ Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur ### Limitations * Nécessite un domaine dédié -* Un seul utilisateur seulement, pas de LDAP +* `code-server` s'éxécute avec l'utilisateur choisir lors de l'installation +* Les fichiers de `code-server` sont stockés dans `/home//.local/share/code-server` * Les sous-domaines pour les services sur les ports (like 8080.code-server-domain.tld) ne sont pas pris en charge +### Extensions + +Cette application utilie le [catalogue Open VSX](https://open-vsx.org/). Vous pouvez changer ce paramètre depuis le panneau de configuration. + +Voir https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extensions-marketplace *(en anglais)* + ## Documentations et ressources * Site officiel de l'app : From 99920170894275b3fdf22349032dc52be274b257 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Sep 2022 06:21:12 +0000 Subject: [PATCH 12/14] Upgrade to v4.6.1 --- conf/amd64.src | 4 ++-- conf/arm64.src | 4 ++-- conf/armhf.src | 4 ++-- manifest.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/amd64.src b/conf/amd64.src index f50bc83..7dada29 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -1,5 +1,5 @@ -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_URL=https://github.com/coder/code-server/releases/download/v4.6.1/code-server-4.6.1-linux-amd64.tar.gz +SOURCE_SUM=da19233080f97b3320514000ad8bf0bb3bd4b1ebf19bcb487c31c04dde7efdef SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/arm64.src b/conf/arm64.src index be2ff4d..9fd9ed7 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -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_URL=https://github.com/coder/code-server/releases/download/v4.6.1/code-server-4.6.1-linux-arm64.tar.gz +SOURCE_SUM=d809153ddd53f4e531020e9bef8729e6ae71ea873d41f916e8ecebbf614201da SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armhf.src b/conf/armhf.src index eace154..b7a83d1 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -1,5 +1,5 @@ -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_URL=https://github.com/coder/code-server/releases/download/v4.6.1/code-server-4.6.1-linux-armv7l.tar.gz +SOURCE_SUM=56347b9dbc4b4bcc4745ad2e6fb73d1b429e51645c30b5bf3a4e227a5ab2ae5d SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index dd48e2e..6c85112 100644 --- a/manifest.json +++ b/manifest.json @@ -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.5.1~ynh1", + "version": "4.6.1~ynh1", "url": "https://github.com/coder/code-server", "upstream": { "license": "MIT", From 965ec53f4703ac532db5761922bd5d21d9a71513 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 1 Sep 2022 06:21:17 +0000 Subject: [PATCH 13/14] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fbb3a44..2aadef8 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 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.5.1~ynh1 +**Shipped version:** 4.6.1~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index d56d5b6..039d320 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ 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.5.1~ynh1 +**Version incluse :** 4.6.1~ynh1 ## Captures d'écran From 0c5d1ca4402d6cf93d0f4f2f6dd33cffb30e7443 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 6 Sep 2022 04:16:49 +0000 Subject: [PATCH 14/14] Auto-update README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 73efb45..2aadef8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,6 @@ 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)