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 CORS links

+2 -2
+1 -1
src/Applications/UI/Authentication/State.elm
··· 568 568 You can find this address on the IPFS Web UI.<br /> 569 569 Most likely you'll also need to setup CORS.<br /> 570 570 You can find the instructions for that 571 - <a href="about#CORS__IPFS" target="_blank" class="border-b border-current-color font-semibold inline-block leading-tight">here</a>. 571 + <a href="about/cors#CORS__IPFS" target="_blank" class="border-b border-current-color font-semibold inline-block leading-tight">here</a>. 572 572 </span> 573 573 """ 574 574 , value = "//localhost:5001"
+1 -1
src/Applications/UI/Sources/Form.elm
··· 507 507 , text ", do. You can find the configuration for that server " 508 508 , UI.Kit.link 509 509 { label = "here" 510 - , url = "about#CORS__WebDAV" 510 + , url = "about/cors#CORS__WebDAV" 511 511 } 512 512 , text "." 513 513 ]