icidasset / diffuse

A music player that connects to your cloud/distributed storage.
https://diffuse.sh
Other
807 stars 67 forks source link

How to use with Azure [Question] #292

Closed autr closed 3 years ago

autr commented 3 years ago

Hello, looking to set up a file store with Azure - I've created file share with the correct CORS settings. Now what I'm looking for is the correct URL to use with the login. So for example, I have a file:

https://autr.file.core.windows.net/music/FTSE100.mp3

So my first assumption is:

autr@autr.file.core.windows.net
# or 
autr@file.core.windows.net
# etc

To log in. But I get:

400 The value for one of the HTTP headers is not in the correct format.

And generally I see no other form of URL to use, and a string .well-known/webfinger?resource=autr, which is something related to APFS?

icidasset commented 3 years ago

Hey :wave:

Not entirely sure what you're trying to do here. What do you mean by "to use with the login"? Diffuse doesn't let you "log in" with Azure, so I'm a bit confused 😅

To use Azure with Diffuse you:

  1. Log in using one of the provided options (simplest = My Browser)
  2. Add a source
  3. Choose 'Azure File Storage'
  4. File in details (account key = access key)
  5. Add source and wait for it to process
autr commented 3 years ago

Ahh thank you, I totally misunderstood how this works 😅

Grabbed the app and working perfectly, thank you!