btfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://dashboard.btfs.io", "http://127.0.0.1:5001"]'
btfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT","GET","POST"]'
Browse http://dashboard.btfs.io
Run docker image and browse http://localhost
docker run -d -p 127.0.0.1:80:80 ghcr.io/bittorrent/btfs-dashboard:master
Install node.js and run below command https://nodejs.org/en/
git clone https://github.com/bittorrent/btfs-dashboard.git
cd btfs-dashboard
npm install
npm start