A minimalistic application for sharing secrets securely with one-time access.
1.3K
A minimalistic application for sharing secrets securely with one-time access.
# Pull the image
docker pull docker.io/bsv9/picosend
# Run with default settings (logs in /logs directory)
docker run -p 8080:8080 -d docker.io/bsv9/picosend
# Run with custom log directory
docker run -p 8080:8080 -v /path/to/logs:/logs -d docker.io/bsv9/picosend
# Run with custom port
docker run -p 9000:8080 -d docker.io/bsv9/picosend
# Access WebTail
open http://localhost:8080
MIT
Content type
Image
Digest
sha256:cf47c78b9…
Size
11.6 MB
Last updated
5 months ago
docker pull bsv9/picosend