Hello @kar1,
There are some additional steps you’ll have to take to get the file browser to work.
- Install the Storj Edge Services.
- Clone the
storj/gateway-mt
repository. - While within the directory you cloned it into, run
go install -v ./...
.
- Clone the
- Destroy and restart your local Storj network.
- You must run
storj-sim
using thestorj-sim network run --no-gateways
command.
- You must run
- Get your local satellite’s node URL.
- Run
storj-sim network env SATELLITE_0_URL
.
- Run
- Run
authservice
.- Replacing
SAT_NODE_URL
with the satellite node URL from the previous step, run:
(If you are using PowerShell, replace the carets (authservice run ^ --allowed-satellites SAT_NODE_URL ^ --auth-token my-test-auth-token ^ --endpoint http://localhost:8002 ^ --listen-addr :8000 ^ --kv-backend badger://
^
) with backticks (`
).) - Replacing
- Run
gateway-mt
.-
gateway-mt run ^ --auth.token my-test-auth-token ^ --auth.base-url http://localhost:8000 ^ --domain-name localhost ^ --server.address localhost:8002 ^ --insecure-disable-tls
-
Please let me know if you have any questions.