diff --git a/README.md b/README.md index d5158b9..f61a2b3 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [ipfs-chrome-station](https://github.com/fbaiodias/ipfs-chrome-station) - Chrome extension to redirect ipfs.io traffic to local gateway - [ipfs-common](https://github.com/arsyun) - Some common tools, 1.CID to human readable cid, 2.cid and block name convert, 3. read the leveldb tools. [Source](https://github.com/arsyun/ipfs-common) - [ipfs-companion](https://github.com/ipfs/ipfs-companion) - Browser extension that simplifies access to IPFS resources. +- [ipfs-deploy](https://github.com/agentofuser/ipfs-deploy) - Zero-config CLI to deploy static websites: cd my-static-website && npx @agentofuser/ipfs-deploy - [ipfs-gui](https://github.com/marcin212/ipfs-gui) - Windows UI integration and IPFS installer - [ipfs-linux-service](https://github.com/dylanPowers/ipfs-linux-service) - IPFS Linux Init Daemon - [ipfs-mount](https://github.com/richardschneider/net-ipfs-mount) - Mount IPFS as a mapped drive on Windows diff --git a/data/tools.yaml b/data/tools.yaml index 29a7dd2..cb93bbc 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -118,3 +118,8 @@ content: - title: IPDR website: https://github.com/miguelmota/ipdr description: IPFS-backed Docker Registry +- title: 'ipfs-deploy' + website: https://github.com/agentofuser/ipfs-deploy + source: https://github.com/agentofuser/ipfs-deploy + description: 'Zero-config CLI to deploy static websites: cd my-static-website && npx @agentofuser/ipfs-deploy' + picture: /images/ipfs-deploy.png diff --git a/src/static/images/ipfs-deploy.png b/src/static/images/ipfs-deploy.png new file mode 100644 index 0000000..a264230 Binary files /dev/null and b/src/static/images/ipfs-deploy.png differ