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-mtrepository. - 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-simusing thestorj-sim network run --no-gatewayscommand.
- You must run
- Get your local satellite’s node URL.
- Run
storj-sim network env SATELLITE_0_URL.
- Run
- Run
authservice.- Replacing
SAT_NODE_URLwith 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.