1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wetty_ynh.git synced 2024-09-03 18:16:29 +02:00
This commit is contained in:
ericgaspar 2021-09-04 10:35:43 +02:00
parent e2e69bd714
commit 5e2b54e1eb
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 5 additions and 4 deletions

View file

@ -1 +1 @@
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.

View file

@ -0,0 +1 @@
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.

View file

@ -9,6 +9,6 @@ There is few configuration in Wetty:
* You need to manually log in.
* You can log in as a specific user using `https://<host>/wetty/ssh/<username>`
* You can specify at install if Wetty should be visible by users not logged into Yunohost.
* You can specify at install if Wetty should be visible by users not logged into YunoHost.
* You can't use ssh key authentication.

View file

@ -8,6 +8,6 @@ Il y a peu de configuration dans Wetty :
* Vous devez vous connecter manuellement.
* Vous pouvez spécifier l'utilisateur en accédent directement `https://<host>/wetty/ssh/<username>`
* Vous pouvez spécifier à l'installation si Wetty devrait être accessible par des visiteurs non connectés sur Yunohost.
* Vous pouvez spécifier à l'installation si Wetty devrait être accessible par des visiteurs non connectés sur YunoHost.
* Vous ne pouvez pas vous authentifier par une clé SSH.