sample images

This commit is contained in:
2026-05-22 19:17:08 +01:00
parent eb01903f9f
commit ce6b8c184c
3 changed files with 6 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 109 KiB

+6
View File
@@ -3,6 +3,7 @@
- it runs on https ( default is random ssl certifcate generated during start)
- you can turn off user account required to access it during startup
- default user account is `ivor` and pw `Silv3rSw0rd!`
- you can upload and download files - as long as user has to it access who has terminal session
## Usage:
@@ -25,3 +26,8 @@
`go build -ldflags "-X main.fileEncKeyHex=${GOTERMINAL_ENC}" .`
## or one-liner:
`go build -ldflags "-X main.fileEncKeyHex=$(openssl rand -hex 32)" .`
![Login Page](.samples/login-page.png "Login Page")
![Terminal](.samples/terminal.png "Terminal")