diff --git a/README.md b/README.md index 3d029fe..56be90e 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Sniffs the DHT gossip and indexes file and directory hashes. Metadata and search - [La Marque](https://marque.la/) - Generate & pin content from your phone. Validate "La Marque" assets by verifying received images from others. - [markup.rocks](https://ipfs.io/ipfs/QmWPgJnUGLB1LPh9KMG9LEN4LVu5e17TwkEtcmTWdNn9V6/#/ipfs/QmfQ75DjAxYzxMP2hdm6o4wFwZS5t7uorEZ2pX9AKXEg2u) - Pandoc-based markup editor/previewer/converter, ported to IPFS. [Source](https://github.com/davidar/markup.rocks) - [Minerva](https://github.com/bdchain/Minerva) - Minerva is a storage plugin of Apache Drill that connects IPFS's decentralized storage and Drill's flexible query engine. +- [Mobile Uploader](https://apps.apple.com/ru/app/ipfs-uploader/id1602486345) - Easy way for upload file from mobile. Application allow upload file from gallery, camera or by URL. [Source](https://github.com/sly13/ipfs_uploader_app) - [OpenBazaar](https://github.com/OpenBazaar) - OpenBazaar was an open source project developing a protocol for e-commerce transactions in a fully decentralized marketplace. - [Orbit](https://orbit.chat) - Distributed, peer-to-peer chat application on IPFS. [Source](https://github.com/haadcode/orbit) - [Origin Protocol](https://demo.originprotocol.com/) - Distributed sharing economy marketplace with images, metadata, and ERC 725 data stored on IPFS. [Source](https://github.com/OriginProtocol/demo-dapp) diff --git a/data/apps.yaml b/data/apps.yaml index 78245f3..2bafed4 100644 --- a/data/apps.yaml +++ b/data/apps.yaml @@ -469,3 +469,9 @@ content: picture: /images/skiff.png description: > Privacy-first, end-to-end encrypted email, file storage, and collaboration platform using IPFS storage. + - title: Mobile Uploader + website: https://apps.apple.com/ru/app/ipfs-uploader/id1602486345 + source: https://github.com/sly13/ipfs_uploader_app + picture: /images/app_uploader.jpeg + description: > + Easy way for upload file from mobile. Application allow upload file from gallery, camera or by URL. diff --git a/src/static/images/app_uploader.jpeg b/src/static/images/app_uploader.jpeg new file mode 100644 index 0000000..3f79502 Binary files /dev/null and b/src/static/images/app_uploader.jpeg differ