mirror of
https://github.com/YunoHost-Apps/wetty_ynh.git
synced 2024-09-03 18:16:29 +02:00
Fix
- Fix linter warning - Add description
This commit is contained in:
parent
cb41565855
commit
e2e69bd714
5 changed files with 2 additions and 3 deletions
1
doc/DESCRIPTION.md
Normal file
1
doc/DESCRIPTION.md
Normal 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
0
doc/DESCRIPTION_fr.md
Normal file
BIN
doc/screenshots/terminal.png
Normal file
BIN
doc/screenshots/terminal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 67 KiB |
|
@ -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": {
|
||||
|
|
|
@ -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 "
|
||||
|
||||
|
|
Loading…
Reference in a new issue