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.

Add protocols

+1 -1
+1 -1
README.md
··· 43 43 44 44 Diffuse is a static web application, which means it's just HTML, CSS and Javascript. No REST API, database, or anything backend-related involved. The app uses a hash, aka. fragment, based routing system, so you don't need any special server rules for routing. You can download a pre-build web-only version of Diffuse on the [releases](https://github.com/icidasset/diffuse/releases) page. Diffuse uses service workers, so you may need HTTPS for it to work smoothly in certain browsers. 45 45 46 - I should also note that some source services use OAuth, so you'll need to use your own application credentials (eg. google drive client id + secret). That said, if you're working locally you can use `localhost:5000` or `127.0.0.1:44999` to use the default ones, that's what the old Electron app was using. 46 + I should also note that some source services use OAuth, so you'll need to use your own application credentials (eg. google drive client id + secret). That said, if you're working locally you can use `http://localhost:5000` or `http://127.0.0.1:44999` to use the default ones, that's what the old Electron app was using. 47 47 48 48 In short: 49 49 - Diffuse is a static, serverless, web application