Files
njump/README.md
0xtr 9882be5cb6 Add Dockerfile (#8)
Co-authored-by: fiatjaf_ <fiatjaf@gmail.com>
2023-10-19 08:43:16 -03:00

19 lines
951 B
Markdown

njump
=====
njump is a HTTP Nostr static gateway that allows you to browse profiles, notes and relays; it is an easy way to preview a resource and then open it with your preferred client. The typical use of njump is to share a resource outside the Nostr world, where the Nostr: schema is not (yet) working.
njump has some special features to effectively share notes on platforms that offer links preview, like Twitter and Telegram.
njump currently lives under [njump.me](https://njump.me), you can reach it appending a Nostr NIP-19 entity (npub, nevent, nprofile, naddr, etc.) or a NIP-05 address after the domain, e.g. `njump.me/nevent1xxxxxx...xxx` or `njump.me/xxxx@zzzzz.com`
For more information about njump's philosophy and its use, read the presentation [on the homepage](https://njump.me).
Docker
=====
To build and run in a Docker container:
```bash
docker build -t njump .
docker run -e DOMAIN=njump.mydomain.com -p 2999:2999 njump
```