mirror of
https://github.com/ipfs/kubo.git
synced 2026-03-03 23:38:07 +08:00
An IPFS implementation in Go
| .github | ||
| .gx | ||
| gw-assets | ||
| test | ||
| dir-index-uncat.html | ||
| dir-index.html | ||
| index.go | ||
| knownIcons.txt | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
dir-index-html
Directory listing HTML for go-ipfs gateways
This repo is not be used standalone. It's used by the gateway code in go-ipfs. It'll be merged into the gateway package, once the gateway has been extracted from go-ipfs.
Updating
- Make changes to both dir-index.html and dir-index-uncat.html.
- Follow the instructions in go-ipfs for updating the directory index.
Testing
- Install go.
- Run the test server:
> cd test
> go run .
This will listen on localhost:3000 and re-load the template every time you refresh the page.
Contribute
Feel free to join in. All welcome. A good place to start is the issues.
This repository falls under the IPFS Code of Conduct.
Want to hack on IPFS?
License
MIT
