diff --git a/README.md b/README.md index fbecd1b..9039790 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Web SSH Terminal is a self-hosted web application that provides secure SSH access to your servers directly from your browser. Perfect for homelabs, server management, and teams that need browser-based terminal access. It is multi-user from the ground up, with individual accounts and per-user profiles, keys, and settings.

- Demo + WebSSH tour showing saved profiles, live terminals, split panes, broadcast input, commands, and SFTP tools

## Features @@ -103,7 +103,7 @@ Web SSH Terminal is a self-hosted web application that provides secure SSH acces

- Inline File Editor + SFTP file editing tour from dual-pane browsing through preview, inline editing, and remote save confirmation

### Security @@ -243,7 +243,7 @@ the set or be moved into the command library with **Save as library command**. Steps can be reordered by drag and drop or by the accessible up/down buttons.

- Creating a reusable command set and selecting it for a new SSH connection + Command workflow showing full-text search, user commands, sudo-enabled command sets, multiline steps, ordering, and profile assignment

New command sets enable **Run commands with sudo** by default. When enabled, diff --git a/assets/command-sets.gif b/assets/command-sets.gif index d6774d6..fd4043a 100644 Binary files a/assets/command-sets.gif and b/assets/command-sets.gif differ diff --git a/assets/file-editing.gif b/assets/file-editing.gif index 63f4fee..4ecccb0 100644 Binary files a/assets/file-editing.gif and b/assets/file-editing.gif differ diff --git a/assets/webssh-demo.gif b/assets/webssh-demo.gif index 1812444..1731094 100644 Binary files a/assets/webssh-demo.gif and b/assets/webssh-demo.gif differ