WORK IN PROGRESS
Plain HTTP server for CAR files.
Crude implementation as Proof of Concept - not for production.
Use at your own risk.
go build -o build ./... && \
./build/go-car-http \
bafybeih3eahbwomynpl3pgpzl6dwkgvyishjwlx77wupujo4kacikciosq \
data/demo_folder.car
For more see doc/
.
go install github.com/mainiak/go-car-http/cmd/go-car-http@latest
go-car-http <CID> <file.car>
open http://localhost:8080/
rm -v $(which go-car-http)