An IPFS implementation in Go
Go to file
2020-07-02 21:35:41 -04:00
.github Add autocomment configuration 2020-05-04 12:00:44 +02:00
.gx gx publish 1.0.4 2018-12-20 14:48:03 -08:00
gw-assets Updated link color; removed extraneous style from dir-index-uncat.html 2020-05-05 10:01:08 -06:00
test Make path components into links 2020-07-02 21:35:41 -04:00
dir-index-uncat.html Reverses meta content order for Facebook and others that use the og:foo tags 2020-06-22 17:27:39 -06:00
dir-index.html Make path components into links 2020-07-02 21:35:41 -04:00
index.go Add an empty Go file for imports 2016-09-01 02:55:11 +02:00
knownIcons.txt Added icons for mkv, mov, wmv per #19 2020-05-04 16:26:16 -06:00
LICENSE Standardize README 2016-06-18 17:33:14 +01:00
package.json gx publish 1.0.4 2018-12-20 14:48:03 -08:00
README.md update contributing link 2020-05-12 20:06:48 +00:00

dir-index-html

Matrix IRC standard-readme compliant

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

  1. Make changes to both dir-index.html and dir-index-uncat.html.
  2. Follow the instructions in go-ipfs for updating the directory index.

Testing

  1. Install go.
  2. 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