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 #34 from YunoHost-Apps/ci-auto-update-2.7.0

Upgrade to v2.7.0
This commit is contained in:
eric_G 2024-05-10 22:58:11 +02:00 committed by GitHub
commit e7b2694c35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 8 additions and 8 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
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.5.0~ynh3
**Shipped version:** 2.7.0~ynh1
## Screenshots

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
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.5.0~ynh3
**Version incluse:** 2.7.0~ynh1
## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
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.
**Versión proporcionada:** 2.5.0~ynh3
**Versión proporcionada:** 2.7.0~ynh1
## Capturas de pantalla

View file

@ -19,7 +19,7 @@ NON DEVE essere modificato manualmente.
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.
**Versione pubblicata:** 2.5.0~ynh3
**Versione pubblicata:** 2.7.0~ynh1
## Screenshot

View file

@ -5,7 +5,7 @@ name = "Wetty"
description.en = "Terminal in browser over http/https"
description.fr = "Un terminal dans le navigateur sur http/https"
version = "2.5.0~ynh3"
version = "2.7.0~ynh1"
maintainers = ["Salamandar"]
@ -39,8 +39,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/butlerx/wetty/archive/refs/tags/v2.5.0.tar.gz"
sha256 = "a6f7e3687619c29b2b8cc04b502fd8207c53a895527849557d3d3ed7f362cbac"
url = "https://github.com/butlerx/wetty/archive/refs/tags/v2.7.0.tar.gz"
sha256 = "4c920be38036da1edd2a01f16396ea095ec5fb3552a168caa0082a828ad87217"
autoupdate.strategy = "latest_github_release"
[resources.system_user]

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
NODEJS_VERSION=16
NODEJS_VERSION=18
#=================================================
# PERSONAL HELPERS