sample images
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 109 KiB |
@@ -3,6 +3,7 @@
|
|||||||
- it runs on https ( default is random ssl certifcate generated during start)
|
- it runs on https ( default is random ssl certifcate generated during start)
|
||||||
- you can turn off user account required to access it during startup
|
- you can turn off user account required to access it during startup
|
||||||
- default user account is `ivor` and pw `Silv3rSw0rd!`
|
- 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:
|
## Usage:
|
||||||
@@ -25,3 +26,8 @@
|
|||||||
`go build -ldflags "-X main.fileEncKeyHex=${GOTERMINAL_ENC}" .`
|
`go build -ldflags "-X main.fileEncKeyHex=${GOTERMINAL_ENC}" .`
|
||||||
## or one-liner:
|
## or one-liner:
|
||||||
`go build -ldflags "-X main.fileEncKeyHex=$(openssl rand -hex 32)" .`
|
`go build -ldflags "-X main.fileEncKeyHex=$(openssl rand -hex 32)" .`
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|

|
||||||
|
|||||||
Reference in New Issue
Block a user