diff --git a/conf/ttyd_httpsh.conf b/conf/ttyd_httpsh.conf index dceeeba..5c9ebce 100644 --- a/conf/ttyd_httpsh.conf +++ b/conf/ttyd_httpsh.conf @@ -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="" diff --git a/manifest.toml b/manifest.toml index 92bb1a3..8470d50 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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"]