clowd / Clowd.Squirrel

Quick and easy installer and automatic updates for cross-platform dotnet applications
427 stars 39 forks source link

Basic HTTP Authentication #165

Closed dloez closed 6 months ago

dloez commented 1 year ago

I was wondering if there are any reasons behind not implementing at least basic HTTP Authentication with an extra argument when calling the CLI with the http-down command. This would allow, for example, a user to use Nexus as its source for the releases folder while keeping the Nexus anonymous access disabled.

If there are no specific anti-design patterns on this feature, would you be interested in receiving a simple PR with the changes required?

caesay commented 1 year ago

Hi, I have not tried it, but does the following syntax work? http://username:password@example.com/ If it does not currently work - I would accept a PR which fixes this. I am not sure that more cli arguments are needed to support this.

caesay commented 6 months ago

Future issues / feature requests should be sent to the Velopack repository.