A minimal Nostr client. Implemented to work on a browser.
209
A minimal Nostr client that runs entirely in your browser — no server, no database, no tracking. This image packages the Lobstr single-page app as static files served by nginx.
docker run -d -p 8080:80 ryback2501/lobstr:latest
Then open http://localhost:8080.
To pin a specific version:
docker run -d -p 8080:80 ryback2501/lobstr:0.1.0
latest — the most recent published build.x.y.z — immutable release versions (e.g. 0.1.0), matching the app version.Built from github.com/Ryback2501/Lobstr. Also hosted on GitHub Pages at https://ryback2501.github.io/Lobstr/.
Content type
Image
Digest
sha256:fc1eb7da2…
Size
24.9 MB
Last updated
3 months ago
docker pull ryback2501/lobstr