@paolafrancesca commented on GitHub:
@Akito13 pass this params to transfer.sh
--tls-listener (whatever you have now as listener)
--tls-listener-only
--tls-cert-file (path to the…
@paolafrancesca commented on GitHub:
@lucernae I should have fixed everything you reported in the branch for the issue also handling proxy path in tar/gz/zip handlers
@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…
@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
@golbiga commented on GitHub:
@paparooky Looks like we had an issue with the yaml in sysprefs_time_server_configure. I've fixed it and tested both cis lvl1 and 2. Please checkout `dev_big_sur_is…
@golbiga commented on GitHub:
We updated the big_sur branch. Closing the issue.
@paolafrancesca commented on GitHub:
transfer.sh supported proxy host rewriting since before I became maintainer of the project. I use exactly in a proxy configuration with nginx and the url…
@theAkito commented on GitHub:
then you don't need
--proxy-pathparam bust just to instruct your proxy to set the host header as the same as the domain of the proxy as I wrote…
@lucernae commented on GitHub:
@aspacca
the basic difference between our solutions is that I use the param only for build the output urls (in the frontend template and in the curl output,…
@lucernae commented on GitHub:
Thanks @aspacca I will test that tomorrow.