Skip to content

Commit 30819f7

Browse files
committed
Added info on using the app
1 parent 4467bfd commit 30819f7

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@ There's **no backend** involved, the requests are made directly from the browser
1414

1515
There's **no data retention**, so no historical stats can be displayed, you will only be able to view the live server stats, if you need this feature you should use a Prometheus exporter with Grafana and set an appropriate data retention policy.
1616

17+
## Using the App
18+
19+
The app is deployed on [Cloudflare Pages](https://pages.cloudflare.com/): https://nats-dashboard.pages.dev
20+
21+
A Docker image is also available on Docker Hub:
22+
23+
```sh
24+
# Publish the app on port 8000.
25+
docker run --rm -it -p 8000:80 mdawar/nats-dashboard
26+
```
27+
1728
## Development
1829

1930
#### Requirements

0 commit comments

Comments
 (0)