diff --git a/README.md b/README.md index c2a9fca..cbb80d9 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [git-remote-ipfs](https://github.com/cryptix/git-remote-ipfs) - push/pull repositories from/to IPFS - [http2ipfs](https://github.com/jbenet/http2ipfs-web) - This is a simple webtool to add URLs to an IPFS node. - [ipcat](https://github.com/noffle/ipcat) - :cat2: Retrieve IPFS object data and send it to stdout. +- [IPDR](https://github.com/miguelmota/ipdr) - IPFS-backed Docker Registry - [ipfs-add-from-encrypted](https://github.com/TroyWilson1/ipfs-add-from-encrypted) - Encrypt a file or directory with AES256 then add to IPFS - [ipfs-add-from-url](https://github.com/maxlath/ipfs-add-from-url) - Add a file to IPFS from a URL instead of a file path - [ipfs-chrome-extension](https://github.com/dylanPowers/ipfs-chrome-extension) - Chrome extension to redirect ipfs.io traffic to local gateway diff --git a/data/tools.yaml b/data/tools.yaml index 9e084f0..c53865e 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -116,3 +116,6 @@ content: website: https://ipfs.fooock.com/ source: https://github.com/fooock/ipfs-gateway-checker description: Web app to check public states of IPFS gateways, including latency and gateway writable state. +- title: IPDR + website: https://github.com/miguelmota/ipdr + description: IPFS-backed Docker Registry