mirror of
https://github.com/YuzuZensai/TrollSSH.git
synced 2026-09-13 13:59:03 +00:00
📚 docs: Update README
This commit is contained in:
@@ -9,6 +9,9 @@ connects to it
|
|||||||
|
|
||||||
- **Accept any credentials**
|
- **Accept any credentials**
|
||||||
- **ASCII video playback** - resized live to the client's terminal
|
- **ASCII video playback** - resized live to the client's terminal
|
||||||
|
- **Automatic color detection** - renders 24-bit truecolor, 256-color, or
|
||||||
|
plain grayscale ASCII depending on what the connecting client reports
|
||||||
|
supporting
|
||||||
- **Multiple frame sets** - clients get a random one, arrow keys switch between
|
- **Multiple frame sets** - clients get a random one, arrow keys switch between
|
||||||
them (configurable)
|
them (configurable)
|
||||||
- **Honeypot extras** - optional credential logging, per-IP and global
|
- **Honeypot extras** - optional credential logging, per-IP and global
|
||||||
@@ -25,9 +28,9 @@ docker run --rm -v ./video.mp4:/home/app/video.mp4 -v ./frames:/home/app/frames
|
|||||||
ghcr.io/yuzuzensai/trollssh:latest trollssh --generate --video video.mp4
|
ghcr.io/yuzuzensai/trollssh:latest trollssh --generate --video video.mp4
|
||||||
```
|
```
|
||||||
|
|
||||||
This writes `frames/<name>.tsf`, a simple container of JPEG frames plus the
|
This writes `frames/<name>.tsf`, a simple container of color JPEG frames plus
|
||||||
source fps. You can drop as many `.tsf` files into `frames/` as you like. The server will
|
the source fps. You can drop as many `.tsf` files into `frames/` as you like.
|
||||||
loads all of them.
|
The server loads all of them.
|
||||||
|
|
||||||
Run the server with [`docker-compose.yaml`](docker-compose.yaml)
|
Run the server with [`docker-compose.yaml`](docker-compose.yaml)
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 11 MiB After Width: | Height: | Size: 22 MiB |
Reference in New Issue
Block a user