@brodjieski commented on GitHub:
The remediation script will only run the code if it has identified a failed check. If you are seeing that the remediation code continues to run, and is appending…
@sambacha commented on GitHub:
This issue still exists
@robertgendler commented on GitHub:
this fix was merged into main. closing the issue.
@paolafrancesca commented on GitHub:
there are --http-auth-user and --http-auth-pass that will add http basic auth for a single account only on upload, can this solve your issue?
a…
@dopessoa commented on GitHub:
OK, I've been really busy lately, but I'll send a PR in the next few days.
@misaka00251 commented on GitHub:
Well, I managed a private GitLab instance (for me and my friends) and have some shared GitLab runners (runners are on two different machines), and I only want…
@paolafrancesca commented on GitHub:
now there is, I don't know when I'll have time to do it anyway
@paolafrancesca commented on GitHub:
addressed in #224, please @misaka00251 test on that branch
I also switched to go module there
@paolafrancesca commented on GitHub:
@misaka00251 there's no sanitization of the input: so 2.2.2.2 will fail to be parsed because of the space in the beginning
@dopessoa commented on GitHub:
Sent a PR, please review when you got the time.
Found what I think is an issue while developing this, I'll open a new issue to document my finding.
@misaka00251 commented on GitHub:
Tested and it works.
Issues:
Already set a list of IPs like --ip-whitelist="1.1.1.1, 2.2.2.2", but only 1.1.1.1 can access.
@paolafrancesca commented on GitHub:
really busy here as well, if you plan to send a PR for this I will wait for it
@paolafrancesca commented on GitHub:
Disclaimer
This project repository has no relation with the service at https://transfer.sh that's managed by https://storj.io. So far we cannot address any…
@robertgendler commented on GitHub:
@jmahlman any updates?