From 126363214500d7cd966913ffcb7c372f4a211f20 Mon Sep 17 00:00:00 2001 From: ivy <597055914@qq.com> Date: Thu, 29 Sep 2022 05:12:17 +0800 Subject: [PATCH] Added solid-ipfs (#222) * Added solid-ipfs Using Solid to store IPFS Hash privately or publicly * Update tools.yaml * Update README.md Co-authored-by: Russell Dempsey <1173416+SgtPooki@users.noreply.github.com> Co-authored-by: GitHub Action --- README.md | 1 + data/tools.yaml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index f124acf..56a0e04 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [Public gateway status checker](https://ipfs.fooock.com/) - Web app to check public states of IPFS gateways, including latency and gateway writable state. [Source](https://github.com/fooock/ipfs-gateway-checker) - [ShareX integration](https://github.com/ShareX/CustomUploaders/blob/master/ipfs.io.sxcu) - ShareX is a file upload and manipulation tool that has a custom integration with IPFS - [Siderus Orion](https://orion.siderus.io) - Easy to use IPFS desktop client for macOS, Windows and Linux [Source](https://github.com/Siderus/Orion) +- [solid-ipfs](https://github.com/Eximua/solid-ipfs) - Using Solid to store IPFS Hash privately or publicly. - [Sweet IPFS](https://github.com/RHazDev/Sweet-IPFS) - Full node for Android - [Tellit](https://gitlab.com/terceranexus6/tellit) - Encrypt files before uploading them using a keypair or a passphrase - [VIPFS](https://github.com/Ideea-inc/vipfs) - Publish your Vue apps easily to IPFS diff --git a/data/tools.yaml b/data/tools.yaml index aead0fd..86e507a 100644 --- a/data/tools.yaml +++ b/data/tools.yaml @@ -188,3 +188,6 @@ content: picture: /images/ipfs-encrypted-share.png source: https://github.com/whs/ipfs-encrypted-share description: Easy to use encrypted file uploader. +- title: solid-ipfs + source: https://github.com/Eximua/solid-ipfs + description: Using Solid to store IPFS Hash privately or publicly.