webssh

Web based ssh client https://github.com/huashengdun/webssh webssh.huashengdun.org/
git clone http://git.hanabi.in/repos/webssh.git
Log | Files | Refs | README | LICENSE

commit 387956dffd729d904c38001afc52b201234a5bab
parent f991d253572c4f7722e03f089bd16cae667b1c39
Author: Sheng <webmaster0115@gmail.com>
Date:   Fri, 12 Jul 2019 20:16:27 +0800

Updated README

Diffstat:
MREADME.md | 5+++++
MREADME.rst | 6++++++
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -141,6 +141,11 @@ Passing an encoding http://localhost:8888/#encoding=gbk ``` +Passing a command +```bash +http://localhost:8888/?command=pwd +``` + ### Use Docker Start up the app diff --git a/README.rst b/README.rst @@ -154,6 +154,12 @@ Passing an encoding http://localhost:8888/#encoding=gbk +Passing a command + +.. code:: bash + + http://localhost:8888/?command=pwd + Use Docker ~~~~~~~~~~