mirror of
https://github.com/syssecfsu/witty.git
synced 2025-03-10 00:10:44 +01:00
add links to README.md
This commit is contained in:
parent
dd750d0c19
commit
9acb006e59
@ -7,10 +7,10 @@ ___AGAIN, Do NOT run this in an untrusted network. You will expose your
|
|||||||
shell to anyone that can access your network and Do NOT leave
|
shell to anyone that can access your network and Do NOT leave
|
||||||
the server running.___
|
the server running.___
|
||||||
|
|
||||||
This program is written in the go programming language, using the
|
This program is written in the [go programming language](https://go.dev/), using the
|
||||||
Gin web framework, gorilla/websocket, pty, and xterm.js!
|
[Gin web framework](https://github.com/gin-gonic/gin), [gorilla/websocket](https://github.com/gorilla/websocket), [pty](https://github.com/creack/pty), and the wonderful [xterm.js](https://xtermjs.org/)!
|
||||||
The workflow is simple, the client will initiate a terminal
|
The workflow is simple, the client will initiate a terminal
|
||||||
window (xterm.js) and create a websocket with the server, which relays the data between pty and xterm.
|
window (xterm.js) and create a websocket with the server, which relays the data between pty and xterm. You can customize the look and feel of the HTML pages by editing files under the ```assets``` directory.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@ -46,7 +46,7 @@ window (xterm.js) and create a websocket with the server, which relays the data
|
|||||||
|
|
||||||
The program has been tested on Linux, WSL2, Raspberry Pi 3B (Debian), and MacOSX using Google Chrome, Firefox, and Safari.
|
The program has been tested on Linux, WSL2, Raspberry Pi 3B (Debian), and MacOSX using Google Chrome, Firefox, and Safari.
|
||||||
|
|
||||||
## An Screencast featuring older version of web_terminal
|
## An Screencast <sub>featuring an older version of web_terminal</sub>
|
||||||
|
|
||||||
Here is a screencast for sshing into Raspberry Pi running
|
Here is a screencast for sshing into Raspberry Pi running
|
||||||
[pi-hole](https://pi-hole.net/)
|
[pi-hole](https://pi-hole.net/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user