1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/httpsh_ynh.git synced 2024-09-03 19:25:55 +02:00

Bump to 1.7.4, oops. Also fix readonly ttyd

This commit is contained in:
Félix Piédallu 2023-12-13 10:50:38 +01:00
parent 51f7195fa9
commit 21740ba921
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
OPTIONS="-p __PORT__ -a -i lo -t rendererType=canvas -t theme=\"{'background': '#000', 'foreground': '#c7c7c7', 'cursor': '#c7c7c7'}\" -t cursorBlink=true"
OPTIONS="-W -p __PORT__ -a -i lo -t rendererType=canvas -t theme=\"{'background': '#000', 'foreground': '#c7c7c7', 'cursor': '#c7c7c7'}\" -t cursorBlink=true"
COMMAND="__INSTALL_DIR__/httpsh-ttyd-login"
COMMAND_ARGS=""

View file

@ -7,7 +7,7 @@ name = "httpsh on ttyd"
description.en = "Connect to your server via a terminal in the browser"
description.fr = "Connectez-vous à votre serveur via un terminal dans le navigateur web"
version = "1.7.3~ynh1"
version = "1.7.4~ynh2"
maintainers = ["Salamandar"]