A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update README

+17 -4
+17 -4
README.md
··· 1 1 <img src="https://diffuse.sh/images/diffuse-dark.svg" alt="Diffuse" width="158" /> 2 2 3 - _A music player which connects to your cloud/distributed storage, 3 + _A music player that connects to your cloud/distributed storage, 4 4 in the form of a static, serverless, web application._ 5 5 6 6 📍 Available at [diffuse.sh](https://diffuse.sh/) and for [download](https://github.com/icidasset/diffuse/releases). ··· 12 12 13 13 ### Integrations 14 14 15 - [More info](https://diffuse.sh/about/) 15 + User layer for user-data storage. 16 + Music layer for music storage. 16 17 17 18 #### User layer 18 19 19 - - [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) <small>(unencrypted data in browser)</small> 20 - - [IPFS](https://ipfs.io/) <small>(encrypted)</small> 20 + - [~~Blockstack~~](https://blockstack.org/) <small>(TODO)</small> 21 + - [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) <small>(browser)</small> 22 + - [IPFS](https://ipfs.io/) 23 + - [RemoteStorage](https://remotestorage.io/) 24 + - [~~Solid~~](https://solid.inrupt.com/) <small>(TODO)</small> 25 + - [Textile](https://github.com/textileio/go-textile) 21 26 22 27 #### Music layer 23 28 24 29 - [Amazon S3](https://aws.amazon.com/s3/) 30 + - [Azure Blob Storage](https://azure.microsoft.com/en-us/services/storage/blobs/) 31 + - [Azure File Storage](https://azure.microsoft.com/en-us/services/storage/files/) 32 + - [~~Blockstack Gaia Storage~~](https://github.com/blockstack/gaia) <small>(TODO)</small> 33 + - [Dropbox](https://dropbox.com/) 34 + - [Google Drive](https://drive.google.com/) 35 + - ~~HTTP Server~~ <small>(TODO)</small> 36 + - [IPFS](https://ipfs.io/) 37 + - [WebDAV](https://en.wikipedia.org/wiki/WebDAV) 25 38 26 39 27 40