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 <action@github.com>
This commit is contained in:
ivy 2022-09-29 05:12:17 +08:00 committed by GitHub
parent 932aa71c59
commit 1263632145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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.