From 21daeec30c3b5a7f4bef77b426db7b85a24c5a42 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Thu, 28 Mar 2024 17:33:26 +0100 Subject: [PATCH 01/10] Upgrade to v4.22.1 (#85) * Upgrade to v4.22.1 https://github.com/coder/code-server/releases/tag/v4.22.1 * Auto-update README --- README.md | 19 +++++++++---------- README_fr.md | 19 +++++++++---------- manifest.toml | 14 +++++++------- 3 files changed, 25 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 3481cd1..6f05260 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,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.22.0~ynh1 +**Shipped version:** 4.22.1~ynh1 ## Screenshots @@ -27,12 +26,12 @@ Run VS Code on your server and access it in the browser ## Documentation and resources -* Official app website: -* Official user documentation: -* Official admin documentation: -* Upstream app code repository: -* YunoHost Store: -* Report a bug: +- Official app website: +- Official user documentation: +- Official admin documentation: +- Upstream app code repository: +- YunoHost Store: +- Report a bug: ## Developer info @@ -40,10 +39,10 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos To try the testing branch, please proceed like that. -``` bash +```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:** \ No newline at end of file +**More info regarding app packaging:** diff --git a/README_fr.md b/README_fr.md index a66dca7..1d25673 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,8 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Run VS Code on your server and access it in the browser - -**Version incluse :** 4.22.0~ynh1 +**Version incluse :** 4.22.1~ynh1 ## Captures d’écran @@ -27,12 +26,12 @@ Run VS Code on your server and access it in the browser ## 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 : -* YunoHost Store: -* Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- Signaler un bug : ## Informations pour les développeurs @@ -40,10 +39,10 @@ Merci de faire vos pull request sur la [branche testing](https://github.com/Yuno Pour essayer la branche testing, procédez comme suit. -``` bash +```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 :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/manifest.toml b/manifest.toml index f7a43c6..550f29f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "code-server" description.en = "Run VS Code on your server and access it in the browser" description.fr = "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" -version = "4.22.0~ynh1" +version = "4.22.1~ynh1" maintainers = ["Tagada"] @@ -35,12 +35,12 @@ ram.runtime = "100M" [resources] [resources.sources.main] - amd64.url = "https://github.com/coder/code-server/releases/download/v4.22.0/code-server-4.22.0-linux-amd64.tar.gz" - amd64.sha256 = "64835902b24d87c6e2d0d2d5a768e4a21b09314f32f5e5b42a543d4dc98415a1" - arm64.url = "https://github.com/coder/code-server/releases/download/v4.22.0/code-server-4.22.0-linux-arm64.tar.gz" - arm64.sha256 = "d896d7e810415fc473eba8dd41b3e5dfed98925532e12a0fba57949aead89c9e" - armhf.url = "https://github.com/coder/code-server/releases/download/v4.22.0/code-server-4.22.0-linux-armv7l.tar.gz" - armhf.sha256 = "90c61f05b0af565e4ef91a63849aec5a96457cc30c06dfe715e0f12b3de12f46" + amd64.url = "https://github.com/coder/code-server/releases/download/v4.22.1/code-server-4.22.1-linux-amd64.tar.gz" + amd64.sha256 = "ec40994776bbcb958d9efb328c1b61038167a8d5473c9c841b25df24578dc420" + arm64.url = "https://github.com/coder/code-server/releases/download/v4.22.1/code-server-4.22.1-linux-arm64.tar.gz" + arm64.sha256 = "44c3bc84a37efa9d4e2c14ce72024b2cb83c2034ed4f29f50eb595fb0f2bc4b3" + armhf.url = "https://github.com/coder/code-server/releases/download/v4.22.1/code-server-4.22.1-linux-armv7l.tar.gz" + armhf.sha256 = "fc0ebbc4a75eb52a78c030cbea5870f0691802e674a4fc01a5cb23eee24c685c" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "code-server-.*-linux-arm64.tar.gz" From 824c79167efaae3160dcf9673a282451a35b1902 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 28 Mar 2024 16:33:30 +0000 Subject: [PATCH 02/10] Auto-update READMEs --- ALL_README.md | 6 ++++++ README.md | 13 +++++++------ README_fr.md | 31 ++++++++++++++++--------------- README_gl.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ README_it.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 127 insertions(+), 21 deletions(-) create mode 100644 ALL_README.md create mode 100644 README_gl.md create mode 100644 README_it.md diff --git a/ALL_README.md b/ALL_README.md new file mode 100644 index 0000000..3d6c579 --- /dev/null +++ b/ALL_README.md @@ -0,0 +1,6 @@ +# All available README files by language + +- [Read the README in English](README.md) +- [Lire le README en français](README_fr.md) +- [Le o README en galego](README_gl.md) +- [Leggi il “README” in italiano](README_it.md) diff --git a/README.md b/README.md index 6f05260..e1fea15 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -9,15 +9,16 @@ It shall NOT be edited by hand. [![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)* +*[Read this README is other languages.](./ALL_README.md)* -> *This package allows you to install code-server quickly and simply on a YunoHost server. -If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.* +> *This package allows you to install code-server quickly and simply on a YunoHost server.* +> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* ## Overview Run VS Code on your server and access it in the browser + **Shipped version:** 4.22.1~ynh1 ## Screenshots @@ -35,9 +36,9 @@ Run VS Code on your server and access it in the browser ## Developer info -Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing). +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. +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 diff --git a/README_fr.md b/README_fr.md index 1d25673..da1346d 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,6 +1,6 @@ # code-server pour YunoHost @@ -9,16 +9,17 @@ It shall NOT be edited by hand. [![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 le README dans d'autres langues.](./ALL_README.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.* +> *Ce package vous permet d’installer code-server rapidement et simplement sur un serveur YunoHost.* +> *Si vous n’avez pas YunoHost, consultez [ce guide](https://yunohost.org/install) pour savoir comment l’installer et en profiter.* ## Vue d’ensemble Run VS Code on your server and access it in the browser -**Version incluse :** 4.22.1~ynh1 + +**Version incluse :** 4.22.1~ynh1 ## Captures d’écran @@ -26,18 +27,18 @@ Run VS Code on your server and access it in the browser ## 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 : -- YunoHost Store : -- Signaler un bug : +- Site officiel de l’app : +- Documentation officielle utilisateur : +- Documentation officielle de l’admin : +- Dépôt de code officiel de l’app : +- YunoHost Store : +- 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). +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. +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 @@ -45,4 +46,4 @@ 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 :** +**Plus d’infos sur le packaging d’applications :** diff --git a/README_gl.md b/README_gl.md new file mode 100644 index 0000000..4dafa13 --- /dev/null +++ b/README_gl.md @@ -0,0 +1,49 @@ + + +# code-server para YunoHost + +[![Nivel de integración](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![Estado de funcionamento](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![Estado de mantemento](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) + +[![Instalar code-server con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=code-server) + +*[Le este README en outros idiomas.](./ALL_README.md)* + +> *Este paquete permíteche instalar code-server de xeito rápido e doado nun servidor YunoHost.* +> *Se non usas YunoHost, le a [documentación](https://yunohost.org/install) para saber como instalalo.* + +## Vista xeral + +Run VS Code on your server and access it in the browser + + +**Versión proporcionada:** 4.22.1~ynh1 + +## Capturas de pantalla + +![Captura de pantalla de code-server](./doc/screenshots/screenshot.png) + +## Documentación e recursos + +- Web oficial da app: +- Documentación oficial para usuarias: +- Documentación oficial para admin: +- Repositorio de orixe do código: +- Tenda YunoHost: +- Informar dun problema: + +## Info de desenvolvemento + +Envía a túa colaboración á [rama `testing`](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing). + +Para probar a rama `testing`, procede deste xeito: + +```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 +``` + +**Máis info sobre o empaquetado da app:** diff --git a/README_it.md b/README_it.md new file mode 100644 index 0000000..fc44040 --- /dev/null +++ b/README_it.md @@ -0,0 +1,49 @@ + + +# code-server per YunoHost + +[![Livello di integrazione](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![Stato di funzionamento](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![Stato di manutenzione](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) + +[![Installa code-server con YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=code-server) + +*[Leggi questo README in altre lingue.](./ALL_README.md)* + +> *Questo pacchetto ti permette di installare code-server su un server YunoHost in modo semplice e veloce.* +> *Se non hai YunoHost, consulta [la guida](https://yunohost.org/install) per imparare a installarlo.* + +## Panoramica + +Run VS Code on your server and access it in the browser + + +**Versione pubblicata:** 4.22.1~ynh1 + +## Screenshot + +![Screenshot di code-server](./doc/screenshots/screenshot.png) + +## Documentazione e risorse + +- Sito web ufficiale dell’app: +- Documentazione ufficiale per gli utenti: +- Documentazione ufficiale per gli amministratori: +- Repository upstream del codice dell’app: +- Store di YunoHost: +- Segnala un problema: + +## Informazioni per sviluppatori + +Si prega di inviare la tua pull request alla [branch di `testing`](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing). + +Per provare la branch di `testing`, si prega di procedere in questo modo: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +o +sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +``` + +**Maggiori informazioni riguardo il pacchetto di quest’app:** From 9b6dfe56f8a5f525a291ae34008d1e954ac940a1 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Thu, 2 May 2024 02:12:14 +0200 Subject: [PATCH 03/10] Update config_panel.toml --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 7f0ba14..22aaa41 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -26,7 +26,7 @@ services = ["__APP__"] optional = false [main.extensions.extensions_gallery_info] - type = "display_text" + type = "markdown" ask = "Read more about the Extention Gallery on [code-server FAQ](https://coder.com/docs/code-server/latest/FAQ#why-cant-code-server-use-microsofts-extension-marketplace)." style = "info" From 7d6faba1b7f15dc26b73b78eac59d76a06d409eb Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 2 May 2024 00:12:17 +0000 Subject: [PATCH 04/10] Auto-update READMEs --- ALL_README.md | 3 ++- README.md | 2 +- README_eu.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++ README_zh_Hans.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 101 insertions(+), 2 deletions(-) create mode 100644 README_eu.md create mode 100644 README_zh_Hans.md diff --git a/ALL_README.md b/ALL_README.md index 3d6c579..a01b345 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) -- [Leggi il “README” in italiano](README_it.md) +- [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index e1fea15..32032bd 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ It shall NOT be edited by hand. [![Install code-server with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=code-server) -*[Read this README is other languages.](./ALL_README.md)* +*[Read this README in other languages.](./ALL_README.md)* > *This package allows you to install code-server quickly and simply on a YunoHost server.* > *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.* diff --git a/README_eu.md b/README_eu.md new file mode 100644 index 0000000..f579cae --- /dev/null +++ b/README_eu.md @@ -0,0 +1,49 @@ + + +# code-server YunoHost-erako + +[![Integrazio maila](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![Funtzionamendu egoera](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![Mantentze egoera](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) + +[![Instalatu code-server YunoHost-ekin](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=code-server) + +*[Irakurri README hau beste hizkuntzatan.](./ALL_README.md)* + +> *Pakete honek code-server YunoHost zerbitzari batean azkar eta zailtasunik gabe instalatzea ahalbidetzen dizu.* +> *YunoHost ez baduzu, kontsultatu [gida](https://yunohost.org/install) nola instalatu ikasteko.* + +## Aurreikuspena + +Run VS Code on your server and access it in the browser + + +**Paketatutako bertsioa:** 4.22.1~ynh1 + +## Pantaila-argazkiak + +![code-server(r)en pantaila-argazkia](./doc/screenshots/screenshot.png) + +## Dokumentazioa eta baliabideak + +- Aplikazioaren webgune ofiziala: +- Erabiltzaileen dokumentazio ofiziala: +- Administratzaileen dokumentazio ofiziala: +- Jatorrizko aplikazioaren kode-gordailua: +- YunoHost Denda: +- Eman errore baten berri: + +## Garatzaileentzako informazioa + +Bidali `pull request`a [`testing` abarrera](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing). + +`testing` abarra probatzeko, ondorengoa egin: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +edo +sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +``` + +**Informazio gehiago aplikazioaren paketatzeari buruz:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md new file mode 100644 index 0000000..ecf172e --- /dev/null +++ b/README_zh_Hans.md @@ -0,0 +1,49 @@ + + +# YunoHost 的 code-server + +[![集成程度](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) + +[![使用 YunoHost 安装 code-server](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=code-server) + +*[阅读此 README 的其它语言版本。](./ALL_README.md)* + +> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 code-server。* +> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。* + +## 概况 + +Run VS Code on your server and access it in the browser + + +**分发版本:** 4.22.1~ynh1 + +## 截图 + +![code-server 的截图](./doc/screenshots/screenshot.png) + +## 文档与资源 + +- 官方应用网站: +- 官方用户文档: +- 官方管理文档: +- 上游应用代码库: +- YunoHost 商店: +- 报告 bug: + +## 开发者信息 + +请向 [`testing` 分支](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing) 发送拉取请求。 + +如要尝试 `testing` 分支,请这样操作: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +或 +sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +``` + +**有关应用打包的更多信息:** From 0984bd178cf6576debd278008b2b24d23b6f3814 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 10 May 2024 03:31:15 +0200 Subject: [PATCH 05/10] Upgrade to v4.89.0 https://github.com/coder/code-server/releases/tag/v4.89.0 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 550f29f..1d8ae48 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "code-server" description.en = "Run VS Code on your server and access it in the browser" description.fr = "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" -version = "4.22.1~ynh1" +version = "4.89.0~ynh1" maintainers = ["Tagada"] @@ -35,12 +35,12 @@ ram.runtime = "100M" [resources] [resources.sources.main] - amd64.url = "https://github.com/coder/code-server/releases/download/v4.22.1/code-server-4.22.1-linux-amd64.tar.gz" - amd64.sha256 = "ec40994776bbcb958d9efb328c1b61038167a8d5473c9c841b25df24578dc420" - arm64.url = "https://github.com/coder/code-server/releases/download/v4.22.1/code-server-4.22.1-linux-arm64.tar.gz" - arm64.sha256 = "44c3bc84a37efa9d4e2c14ce72024b2cb83c2034ed4f29f50eb595fb0f2bc4b3" - armhf.url = "https://github.com/coder/code-server/releases/download/v4.22.1/code-server-4.22.1-linux-armv7l.tar.gz" - armhf.sha256 = "fc0ebbc4a75eb52a78c030cbea5870f0691802e674a4fc01a5cb23eee24c685c" + amd64.url = "https://github.com/coder/code-server/releases/download/v4.89.0/code-server-4.89.0-linux-amd64.tar.gz" + amd64.sha256 = "8f8982e4cbd00850224da3b95dc8aecc21048e1dcf0ec62036474ffb66cf8d2d" + arm64.url = "https://github.com/coder/code-server/releases/download/v4.89.0/code-server-4.89.0-linux-arm64.tar.gz" + arm64.sha256 = "48416135ab5646df1da1553dffc17469137de028ac4fc6cce1233b36eef5fafb" + armhf.url = "https://github.com/coder/code-server/releases/download/v4.89.0/code-server-4.89.0-linux-armv7l.tar.gz" + armhf.sha256 = "dba4ccb72f942f13ebb9963767441b1796bbe4466d3a57fe03a8aa7c22f81eaf" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "code-server-.*-linux-arm64.tar.gz" From 1f9cacfefb1cfb572eb9fec864e5c4dc1f459a76 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 10 May 2024 01:31:18 +0000 Subject: [PATCH 06/10] Auto-update READMEs --- README.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32032bd..aefb881 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Run VS Code on your server and access it in the browser -**Shipped version:** 4.22.1~ynh1 +**Shipped version:** 4.89.0~ynh1 ## Screenshots diff --git a/README_eu.md b/README_eu.md index f579cae..a13ab3f 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Run VS Code on your server and access it in the browser -**Paketatutako bertsioa:** 4.22.1~ynh1 +**Paketatutako bertsioa:** 4.89.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index da1346d..f774c39 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Run VS Code on your server and access it in the browser -**Version incluse :** 4.22.1~ynh1 +**Version incluse :** 4.89.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 4dafa13..0eef5b2 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Run VS Code on your server and access it in the browser -**Versión proporcionada:** 4.22.1~ynh1 +**Versión proporcionada:** 4.89.0~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index ecf172e..43f53f6 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -3,7 +3,7 @@ 请勿手动编辑。 --> -# YunoHost 的 code-server +# YunoHost 上的 code-server [![集成程度](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) @@ -19,7 +19,7 @@ Run VS Code on your server and access it in the browser -**分发版本:** 4.22.1~ynh1 +**分发版本:** 4.89.0~ynh1 ## 截图 From b32634730ee03aa541fc072595a3b508cb7837af Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 12 May 2024 18:37:29 +0200 Subject: [PATCH 07/10] Update config_panel.toml: use "alert" type to allow for 'style = ...' ? --- config_panel.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_panel.toml b/config_panel.toml index 22aaa41..cd11bdc 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -26,7 +26,7 @@ services = ["__APP__"] optional = false [main.extensions.extensions_gallery_info] - type = "markdown" + type = "alert" ask = "Read more about the Extention Gallery on [code-server FAQ](https://coder.com/docs/code-server/latest/FAQ#why-cant-code-server-use-microsofts-extension-marketplace)." style = "info" From 1fb7b7c2101534728f9a5eded480a69260f48ae1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 12 May 2024 16:37:33 +0000 Subject: [PATCH 08/10] Auto-update READMEs --- ALL_README.md | 1 + README_es.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) create mode 100644 README_es.md diff --git a/ALL_README.md b/ALL_README.md index a01b345..8938aae 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -1,6 +1,7 @@ # All available README files by language - [Read the README in English](README.md) +- [Lee el README en español](README_es.md) - [Irakurri README euskaraz](README_eu.md) - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) diff --git a/README_es.md b/README_es.md new file mode 100644 index 0000000..e090cf8 --- /dev/null +++ b/README_es.md @@ -0,0 +1,49 @@ + + +# code-server para Yunohost + +[![Nivel de integración](https://dash.yunohost.org/integration/code-server.svg)](https://dash.yunohost.org/appci/app/code-server) ![Estado funcional](https://ci-apps.yunohost.org/ci/badges/code-server.status.svg) ![Estado En Mantención](https://ci-apps.yunohost.org/ci/badges/code-server.maintain.svg) + +[![Instalar code-server con Yunhost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=code-server) + +*[Leer este README en otros idiomas.](./ALL_README.md)* + +> *Este paquete le permite instalarcode-server rapidamente y simplement en un servidor YunoHost.* +> *Si no tiene YunoHost, visita [the guide](https://yunohost.org/install) para aprender como instalarla.* + +## Descripción general + +Run VS Code on your server and access it in the browser + + +**Versión actual:** 4.89.0~ynh1 + +## Capturas + +![Captura de code-server](./doc/screenshots/screenshot.png) + +## Documentaciones y recursos + +- Sitio web oficial: +- Documentación usuario oficial: +- Documentación administrador oficial: +- Repositorio del código fuente oficial de la aplicación : +- Catálogo YunoHost: +- Reportar un error: + +## Información para desarrolladores + +Por favor enviar sus correcciones a la [`branch testing`](https://github.com/YunoHost-Apps/code-server_ynh/tree/testing + +Para probar la rama `testing`, sigue asÍ: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +o +sudo yunohost app upgrade code-server -u https://github.com/YunoHost-Apps/code-server_ynh/tree/testing --debug +``` + +**Mas informaciones sobre el empaquetado de aplicaciones:** From 71496eb1255d06d892f7b26b2b02cc12bdf3edb9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 15 May 2024 03:31:40 +0200 Subject: [PATCH 09/10] Upgrade to v4.89.1 https://github.com/coder/code-server/releases/tag/v4.89.1 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1d8ae48..9adeed1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "code-server" description.en = "Run VS Code on your server and access it in the browser" description.fr = "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur" -version = "4.89.0~ynh1" +version = "4.89.1~ynh1" maintainers = ["Tagada"] @@ -35,12 +35,12 @@ ram.runtime = "100M" [resources] [resources.sources.main] - amd64.url = "https://github.com/coder/code-server/releases/download/v4.89.0/code-server-4.89.0-linux-amd64.tar.gz" - amd64.sha256 = "8f8982e4cbd00850224da3b95dc8aecc21048e1dcf0ec62036474ffb66cf8d2d" - arm64.url = "https://github.com/coder/code-server/releases/download/v4.89.0/code-server-4.89.0-linux-arm64.tar.gz" - arm64.sha256 = "48416135ab5646df1da1553dffc17469137de028ac4fc6cce1233b36eef5fafb" - armhf.url = "https://github.com/coder/code-server/releases/download/v4.89.0/code-server-4.89.0-linux-armv7l.tar.gz" - armhf.sha256 = "dba4ccb72f942f13ebb9963767441b1796bbe4466d3a57fe03a8aa7c22f81eaf" + amd64.url = "https://github.com/coder/code-server/releases/download/v4.89.1/code-server-4.89.1-linux-amd64.tar.gz" + amd64.sha256 = "5c3769b1ab5cbb2eceb092524dc46f558905e4260155b477d3a313f9ea25ca33" + arm64.url = "https://github.com/coder/code-server/releases/download/v4.89.1/code-server-4.89.1-linux-arm64.tar.gz" + arm64.sha256 = "69d3d1f7158d6e2125bd2f831611ab959a2aa80d5a7d96422a44070eb2b8645b" + armhf.url = "https://github.com/coder/code-server/releases/download/v4.89.1/code-server-4.89.1-linux-armv7l.tar.gz" + armhf.sha256 = "5d133acce29c6b89d17cef93fe577baf66da8c90ea57ec811ee7872dc4f5ee39" autoupdate.strategy = "latest_github_release" autoupdate.asset.arm64 = "code-server-.*-linux-arm64.tar.gz" From 8968bd4da98c2a537aba40dbeed7bda6ebf00d74 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 15 May 2024 01:31:42 +0000 Subject: [PATCH 10/10] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index aefb881..c6b16af 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ It shall NOT be edited by hand. Run VS Code on your server and access it in the browser -**Shipped version:** 4.89.0~ynh1 +**Shipped version:** 4.89.1~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index e090cf8..b5290b1 100644 --- a/README_es.md +++ b/README_es.md @@ -19,7 +19,7 @@ No se debe editar a mano. Run VS Code on your server and access it in the browser -**Versión actual:** 4.89.0~ynh1 +**Versión actual:** 4.89.1~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index a13ab3f..d0f5cc2 100644 --- a/README_eu.md +++ b/README_eu.md @@ -19,7 +19,7 @@ EZ editatu eskuz. Run VS Code on your server and access it in the browser -**Paketatutako bertsioa:** 4.89.0~ynh1 +**Paketatutako bertsioa:** 4.89.1~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index f774c39..7a29519 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main. Run VS Code on your server and access it in the browser -**Version incluse :** 4.89.0~ynh1 +**Version incluse :** 4.89.1~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 0eef5b2..008db69 100644 --- a/README_gl.md +++ b/README_gl.md @@ -19,7 +19,7 @@ NON debe editarse manualmente. Run VS Code on your server and access it in the browser -**Versión proporcionada:** 4.89.0~ynh1 +**Versión proporcionada:** 4.89.1~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 43f53f6..bfcde09 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -19,7 +19,7 @@ Run VS Code on your server and access it in the browser -**分发版本:** 4.89.0~ynh1 +**分发版本:** 4.89.1~ynh1 ## 截图