@paolafrancesca commented on GitHub:
@YJSoft this is solved in codebase since almost an year. I cannot do anything about the version on https://transfer.sh
@lucernae commented on GitHub:
Also, @aspacca are you the maintainer of this project now?
@theAkito commented on GitHub:
@aspacca First of all, thank you for your quick response and action.
I checked out to ISSUE-203 but I get
flag provided but not defined: -proxy-path
w…
@paolafrancesca commented on GitHub:
hello @lucernae you're right please test #206 branch and tell me if it fixes the problem I tested only on UI side and it works
please, note that a new…
@paolafrancesca commented on GitHub:
sorry @Akito13 , wrong issue
as for the proxy support, there are actually two problem: one is the path and one is the host the path issue in solved in…
@paolafrancesca commented on GitHub:
—proxy-path should be a path, not a domain so if you are proxing from http://yourdomin.com/apath to transfer.sh bound on localhost:8080 you should pass…
@paolafrancesca commented on GitHub:
then you don't need --proxy-path param bust just to instruct your proxy to set the host header as the same as the domain of the proxy
as I wrote before on…
@lucernae commented on GitHub:
Thanks, for the quick follow up! I ended up doing some modification (of course it's a hack :p), to make transfer.sh web shows the correct url and all the…
@theAkito commented on GitHub:
—proxy-path should be a path, not a domain so if you are proxing from http://yourdomin.com/apath to transfer.sh bound on localhost:8080 you should pass…
@paolafrancesca commented on GitHub:
@lucernae I started implementing #206 (and related branch in transfer.sh-web) trying to avoid to pass an explicit param for the proxy path and relying instead…
@lucernae commented on GitHub:
I did some quick testing on my part:
Let's say, I deployed on http://domain.org/transfer using a combination of haproxy docker container and transfer.sh (go…
@robertgendler commented on GitHub:
This is fixed in the OS branches. Please check out the Monterey branch