sandstorm / synco

Synco - an Database and File Dump Downloader for synchronizing production, staging, and local development. Batteries included, but removable.
https://sandstorm.github.io/synco
MIT License
26 stars 2 forks source link

Protected domains #7

Open sbruggmann opened 1 year ago

sbruggmann commented 1 year ago

If the domain is protected, like on stage domains with a basic auth, it does need additional server config, to make it work.

One way could be a static url prefix which can be opened on the server by default, or just something /.well-known/synco-token

skurfuerst commented 1 year ago

good point :) I'll try to add to the wizard that it asks for the user and password in this case.

jonnitto commented 7 months ago

Hi there, my script hero!

Any progress on this?

skurfuerst commented 7 months ago

Hey @jonnitto ,

The workaround for URLs behind HTTP basic authentication is to specify the URL with:

https://user:password@domain.com - we have recently tested this and it works. As soon as I find some time I also want to include this in synco; but it is hard to estimate currently.

All the best, Sebastian