A server for easily pinning IPFS cids from ephemeral IPFS nodes (like on CI, local machine, etc).
Install the server with npm install -g cidhookd
.
Once installed the server can be run with the cidhookd
command.
The docker image jchancehud/cidhookd
can also be used.
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.
The cidhook
package can be used to interact with cidhookd
servers.
MIT