cidhookd
A server for easily pinning IPFS cids from ephemeral IPFS nodes (like on CI, local machine, etc).
Install
Install the server with npm install -g cidhookd
.
Usage
Once installed the server can be run with the cidhookd
command.
The docker image jchancehud/cidhookd
can also be used.
API
cidhookd
http servers have 2 endpoints:
/:cid
- POST
- Pins the supplied IPFS cid/:cid
- DELETE
- Unpins the supplied IPFS cid
The cidhookd
server runs a jsipfs
node with requested content pinned.
CLI
The cidhook
package can be used to interact with cidhookd
servers.
License
MIT