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

1
doc/DESCRIPTION.md Normal file
View file

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

0
doc/DESCRIPTION_fr.md Normal file
View file

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

View file

@ -6,7 +6,7 @@
"en": "Terminal in browser over HTTP/HTTPS. (Ajaxterm/Anyterm alternative)",
"fr": "Un terminal dans le navigateur sur HTTP/HTTPS. (alternative à Ajaxterm/Anyterm)"
},
"version": "2.1.1~ynh0",
"version": "2.1.1~ynh1",
"url": "https://github.com/butlerx/wetty/",
"license": "MIT",
"upstream": {

View file

@ -36,8 +36,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================
ynh_script_progression --message="Validating restoration parameters..." --weight=1
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "