this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: bigsky readme typo (#756)

authored by

bnewbold and committed by
GitHub
43028269 58e6cb48

+1 -1
+1 -1
cmd/bigsky/README.md
··· 56 56 # careful! double-check this destructive command 57 57 rm -rf ./data/bigsky/* 58 58 59 - There is a basic web dashboard, though it will not be included unless built and copied to a local directory `./public/`. Run `make build-relay-ui`, and then when running the daemon the dashboard will be available at: <http://localhost:2470/admin/>. Paste in the admin key, eg `localdev`. 59 + There is a basic web dashboard, though it will not be included unless built and copied to a local directory `./public/`. Run `make build-relay-ui`, and then when running the daemon the dashboard will be available at: <http://localhost:2470/dash/>. Paste in the admin key, eg `localdev`. 60 60 61 61 The local admin routes can also be accessed by passing the admin key as a bearer token, for example: 62 62