1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00

Merge pull request #24 from YunoHost-Apps/testing

Fix linter
This commit is contained in:
Salamandar 2023-01-23 10:49:48 +01:00 committed by GitHub
commit 2c04ee39e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 22 deletions

View file

@ -18,8 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Terminal over HTTP and HTTPS. WeTTy is an alternative to ajaxterm and anyterm but much better than them because WeTTy uses xterm.js which is a full fledged implementation of terminal emulation written entirely in JavaScript. WeTTy uses websockets rather then Ajax and hence better response time. Terminal over HTTP and HTTPS. WeTTy is an alternative to ajaxterm and anyterm but much better than them because WeTTy uses xterm.js which is a full fledged implementation of terminal emulation written entirely in JavaScript. WeTTy uses websockets rather then Ajax and hence better response time.
**Shipped version:** 2.4.2~ynh1 **Shipped version:** 2.5.0~ynh2
## Screenshots ## Screenshots
@ -44,7 +43,6 @@ There is few configuration in Wetty:
## Documentation and resources ## Documentation and resources
* Official app website: <https://github.com/butlerx/wetty>
* Official admin documentation: <https://github.com/butlerx/wetty/tree/main/docs> * Official admin documentation: <https://github.com/butlerx/wetty/tree/main/docs>
* Upstream app code repository: <https://github.com/butlerx/wetty> * Upstream app code repository: <https://github.com/butlerx/wetty>
* YunoHost documentation for this app: <https://yunohost.org/app_wetty> * YunoHost documentation for this app: <https://yunohost.org/app_wetty>

View file

@ -5,25 +5,24 @@ It shall NOT be edited by hand.
# Wetty pour YunoHost # Wetty pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg) [![Niveau dintégration](https://dash.yunohost.org/integration/wetty.svg)](https://dash.yunohost.org/appci/app/wetty) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/wetty.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/wetty.maintain.svg)
[![Installer Wetty avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wetty) [![Installer Wetty avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=wetty)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./README.md)*
> *Ce package vous permet d'installer Wetty rapidement et simplement sur un serveur YunoHost. > *Ce package vous permet dinstaller Wetty 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
Terminal sur HTTP et HTTPS. WeTTy est une alternative à ajaxterm et anyterm mais bien meilleure qu'eux car WeTTy utilise xterm.js qui est une implémentation complète de l'émulation de terminal écrite entièrement en JavaScript. WeTTy utilise des websockets plutôt que Ajax et donc un meilleur temps de réponse. Terminal sur HTTP et HTTPS. WeTTy est une alternative à ajaxterm et anyterm mais bien meilleure qu'eux car WeTTy utilise xterm.js qui est une implémentation complète de l'émulation de terminal écrite entièrement en JavaScript. WeTTy utilise des websockets plutôt que Ajax et donc un meilleur temps de réponse.
**Version incluse :** 2.4.2~ynh1 **Version incluse :** 2.5.0~ynh2
## Captures décran
## Captures d'écran ![Capture décran de Wetty](./doc/screenshots/terminal.png)
![Capture d'écran de Wetty](./doc/screenshots/terminal.png)
## Avertissements / informations importantes ## Avertissements / informations importantes
@ -43,9 +42,8 @@ Il y a peu de configuration dans Wetty :
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://github.com/butlerx/wetty> * Documentation officielle de ladmin : <https://github.com/butlerx/wetty/tree/main/docs>
* Documentation officielle de l'admin : <https://github.com/butlerx/wetty/tree/main/docs> * Dépôt de code officiel de lapp : <https://github.com/butlerx/wetty>
* Dépôt de code officiel de l'app : <https://github.com/butlerx/wetty>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_wetty> * Documentation YunoHost pour cette app : <https://yunohost.org/app_wetty>
* Signaler un bug : <https://github.com/YunoHost-Apps/wetty_ynh/issues> * Signaler un bug : <https://github.com/YunoHost-Apps/wetty_ynh/issues>
@ -61,4 +59,4 @@ ou
sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_ynh/tree/testing --debug sudo yunohost app upgrade wetty -u https://github.com/YunoHost-Apps/wetty_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/butlerx/wetty/archive/refs/tags/v2.4.2.tar.gz SOURCE_URL=https://github.com/butlerx/wetty/archive/refs/tags/v2.5.0.tar.gz
SOURCE_SUM=399aa4e2a64b11c749050d1f082d0feee42d24ff15708994add98bd2d4dddd67 SOURCE_SUM=a6f7e3687619c29b2b8cc04b502fd8207c53a895527849557d3d3ed7f362cbac
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

@ -3,15 +3,14 @@
"id": "wetty", "id": "wetty",
"packaging_format": 1, "packaging_format": 1,
"description": { "description": {
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)", "en": "Terminal in browser over HTTP/HTTPS",
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)" "fr": "Un terminal dans le navigateur sur HTTP/HTTPS"
}, },
"version": "2.4.2~ynh1", "version": "2.5.0~ynh2",
"url": "https://github.com/butlerx/wetty/", "url": "https://github.com/butlerx/wetty/",
"license": "MIT", "license": "MIT",
"upstream": { "upstream": {
"license": "MIT", "license": "MIT",
"website": "https://github.com/butlerx/wetty",
"admindoc": "https://github.com/butlerx/wetty/tree/main/docs", "admindoc": "https://github.com/butlerx/wetty/tree/main/docs",
"code": "https://github.com/butlerx/wetty", "code": "https://github.com/butlerx/wetty",
"screenshots": [ "screenshots": [
@ -23,7 +22,7 @@
"email": "salamandar@salamandar.fr" "email": "salamandar@salamandar.fr"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [