diff --git a/README.md b/README.md index 932853c..4a57111 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [Pathephone](https://pathephone.github.io) - Distributed music streaming app. - [Peer Bandwidth Demo](https://ipfs.io/ipfs/QmVaVXbLdw4R5NqAiiQoTWtitxo5g7FS31PQmCLbH9p8Fu/) - An demo app that uses window.ipfs, provided by the IPFS Companion web extension to get and graph bandwidth info for your IPFS node [Source](https://github.com/tableflip/ipfs-peer-bw-example) - [Peer Map Demo](https://ipfs.io/ipfs/QmRPGCmLKH2dQmNiPRsiuYS9EhhJL1Gmkz5F75gKY1K4Bm/) - A map of IPv4 IPFS peers that uses window.ipfs [Source](https://github.com/tableflip/ipfs-peer-map-example) +- [Peergos](https://peergos.org) - End-to-end encrypted, peer-to-peer file storage and sharing. [Source](https://github.com/Peergos/Peergos) - [Philes](https://philes.co) - A simple browser-based IPFS notepad app. [Source](https://github.com/chrismatthieu/philes) - [Pinata](https://pinata.cloud) - Build and manage your dapp through Pinata’s REST API and IPFS toolkit. - [Playback](https://mafintosh.github.io/playback/) - IPFS playback support. This allows casting a video in IPFS to a Chromecast. diff --git a/data/apps.yaml b/data/apps.yaml index 827d520..e49b1b7 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -350,3 +350,9 @@ content: source: https://github.com/facert/dtinyurl description: > Dcentralized url shortening service base on ipfs + - title: Peergos + website: https://peergos.org + source: https://github.com/Peergos/Peergos + picture: /images/peergos.png + description: > + End-to-end encrypted, peer-to-peer file storage and sharing. diff --git a/src/static/images/peergos.png b/src/static/images/peergos.png new file mode 100644 index 0000000..31ac6d6 Binary files /dev/null and b/src/static/images/peergos.png differ