diff --git a/.samples/login-page.png b/.samples/login-page.png new file mode 100644 index 0000000..4ecd51d Binary files /dev/null and b/.samples/login-page.png differ diff --git a/.samples/terminal.png b/.samples/terminal.png new file mode 100644 index 0000000..c37da47 Binary files /dev/null and b/.samples/terminal.png differ diff --git a/README.md b/README.md index 69f08bc..97d2385 100644 --- a/README.md +++ b/README.md @@ -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")