Skip to content
/ snort Public
forked from v0l/snort

Nostr web UI (snort.social)

License

Notifications You must be signed in to change notification settings

dockur/snort

 
 

Repository files navigation

snort-docker

Build Version Size Pulls

Docker image of snort, an UI for the nostr protocol.

See snort.social for a demo.

How to use

Via Docker Compose:

services:
  snort:
    container_name: snort
    image: dockurr/snort
    ports:
        - 80:8080

Via Docker CLI:

docker run -it --rm -p 80:8080 dockurr/snort

Stars

Stars

Languages

  • TypeScript 89.6%
  • CSS 4.4%
  • Rust 3.1%
  • JavaScript 2.8%
  • Other 0.1%