mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 21:31:48 +01:00
docs(README): add steps to run over Tor
This commit is contained in:
parent
cf4888e28f
commit
502d56d648
26
README.md
26
README.md
@ -80,6 +80,32 @@ Stop the server with:
|
||||
npm run docker:compose:stop
|
||||
```
|
||||
|
||||
## Quick Start (over Tor)
|
||||
|
||||
Install Docker following the [official guide](https://docs.docker.com/engine/install/).
|
||||
You may have to uninstall Docker if you installed it using a different guide.
|
||||
|
||||
Clone repository and enter directory:
|
||||
```
|
||||
git clone git@github.com:Cameri/nostr-ts-relay.git
|
||||
cd nostr-ts-relay
|
||||
```
|
||||
|
||||
Start with:
|
||||
```
|
||||
npm run tor:docker:compose:start &
|
||||
```
|
||||
|
||||
Print the Tor hostname:
|
||||
```
|
||||
npm run tor:hostname
|
||||
```
|
||||
|
||||
Stop the server with:
|
||||
```
|
||||
npm run tor:docker:compose:stop
|
||||
```
|
||||
|
||||
## Quick Start (Standalone)
|
||||
|
||||
Set the following environment variables:
|
||||
|
Loading…
x
Reference in New Issue
Block a user