relvacode / storm

A Modern Deluge Interface
MIT License
136 stars 11 forks source link

Native auth #10

Closed bonny1992 closed 2 years ago

bonny1992 commented 2 years ago

I'll be honest, this seems to be currently the best way to manage Deluge from a iOS device.

Sadly, when using the app with Nginx basic auth on said iOS device will ask everytime for the password, and we can't do the user:pass@url.com trick to bypass it. Plus, if you use the PWA (shortcut from home screen), it won't be autocompleted like it was in Safari.

So, I think we'd need a native auth mechanism, at least we can save the password inside the apple keychain, or another password manager.

Probably with this, plus #9 , Storm would be a extremely valid substitute as the original web ui (but actually usable on mobile).

bonny1992 commented 2 years ago

That was very fast, thank you @relvacode !

Is there any ETA for an updated image on docker hub? In the meanwhile I'm gonna build it myself :)

relvacode commented 2 years ago

I'm working on a new method for building releases, I'll let you know when that's ready. #15

bonny1992 commented 2 years ago

Oh perfect @relvacode because I'm failing dramatically to build the image myself lol

Thank you in the meanwhile!

relvacode commented 2 years ago

@bonny1992 the new build pipeline is in place. Latest images are now available.

Note I've moved the repository to GitHub's Container Registry https://github.com/relvacode/storm/pkgs/container/storm

bonny1992 commented 2 years ago

Many thanks @relvacode ! That was very fast! :D