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 pull request #49 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-03-05 10:30:22 +01:00 committed by GitHub
commit cae33ff87b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 25 additions and 23 deletions

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Fetch the source code - name: Fetch the source code
uses: actions/checkout@v2 uses: actions/checkout@v3
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
- name: Run the updater script - name: Run the updater script
@ -33,7 +33,7 @@ jobs:
- name: Create Pull Request - name: Create Pull Request
id: cpr id: cpr
if: ${{ env.PROCEED == 'true' }} if: ${{ env.PROCEED == 'true' }}
uses: peter-evans/create-pull-request@v3 uses: peter-evans/create-pull-request@v4
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update to version ${{ env.VERSION }} commit-message: Update to version ${{ env.VERSION }}

View file

@ -5,7 +5,8 @@ It shall NOT be edited by hand.
# code-server for YunoHost # code-server for YunoHost
[![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) [![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) [![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)* *[Lire ce readme en français.](./README_fr.md)*
@ -17,7 +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 Run VS Code on your server and access it in the browser
**Shipped version:** 4.9.1~ynh1 **Shipped version:** 4.10.1~ynh1
## Screenshots ## Screenshots

View file

@ -5,23 +5,24 @@ It shall NOT be edited by hand.
# code-server pour YunoHost # code-server pour YunoHost
[![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) [![Niveau dinté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) [![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)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer code-server rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller 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.* Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment linstaller et en profiter.*
## Vue d'ensemble ## Vue densemble
Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur
**Version incluse :** 4.9.1~ynh1 **Version incluse :** 4.10.1~ynh1
## Captures d'écran ## Captures décran
![Capture d'écran de code-server](./doc/screenshots/screenshot.png) ![Capture décran de code-server](./doc/screenshots/screenshot.png)
## Avertissements / informations importantes ## Avertissements / informations importantes
@ -44,10 +45,10 @@ Voir https://coder.com/docs/code-server/latest/FAQ#how-do-i-use-my-own-extension
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://coder.com> * Site officiel de lapp : <https://coder.com>
* Documentation officielle utilisateur : <https://coder.com/docs/code-server/latest/FAQ> * Documentation officielle utilisateur : <https://coder.com/docs/code-server/latest/FAQ>
* Documentation officielle de l'admin : <https://coder.com/docs/code-server/latest> * Documentation officielle de ladmin : <https://coder.com/docs/code-server/latest>
* Dépôt de code officiel de l'app : <https://github.com/coder/code-server> * Dépôt de code officiel de lapp : <https://github.com/coder/code-server>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_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> * Signaler un bug : <https://github.com/YunoHost-Apps/code-server_ynh/issues>
@ -63,4 +64,4 @@ ou
sudo yunohost app upgrade code-server -u 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
``` ```
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps> **Plus dinfos sur le packaging dapplications :** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.9.1/code-server-4.9.1-linux-amd64.tar.gz SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-amd64.tar.gz
SOURCE_SUM=3ea79c9dc03544ea06abe7da660c1bc0e4376337070211d98ffa8c33889cd57e SOURCE_SUM=f34ce611a9c058982a5e9d200fdf009788e3a564e970b053f4145574bce21b09
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.9.1/code-server-4.9.1-linux-arm64.tar.gz SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-arm64.tar.gz
SOURCE_SUM=6e9fedb726eb13b5ef60a77bf16a1ee9911684b7e211e90eee7a0e9e82bac9e4 SOURCE_SUM=2ece74d2f2512febab9d940deee432b210ea89ac1f13eeb6a0d65d2861c212dc
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.9.1/code-server-4.9.1-linux-armv7l.tar.gz SOURCE_URL=https://github.com/coder/code-server/releases/download/v4.10.1/code-server-4.10.1-linux-armv7l.tar.gz
SOURCE_SUM=d3d25a254b2d844a5e9b4ff5a5c0eb07141aad8cc2e10c56d9a332bcc5e85acf SOURCE_SUM=5c5b414ebdc6b3127e6a8d385295283f2dfd0b94523f60479d89f267950d0b67
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -1,6 +1,6 @@
[Unit] [Unit]
Description=VS Code Server Description=VS Code Server
After=network.target After=network.target multi-user.target
[Service] [Service]
Type=simple Type=simple

View file

@ -6,7 +6,7 @@
"en": "Run VS Code on your server and access it in the browser", "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" "fr": "Lancez VS Code sur votre serveur et accédez-y depuis votre navigateur"
}, },
"version": "4.9.1~ynh1", "version": "4.10.1~ynh1",
"url": "https://github.com/coder/code-server", "url": "https://github.com/coder/code-server",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",