@sammcj commented on GitHub:
Oh wow ok - yeah the bundle install with --binstubs seemed to fix it!
Thank you!
@golbiga commented on GitHub:
The only requirements we set for ruby gems are the following.
cat Gemfile
source 'https://rubygems.org'
gem 'asciidoctor'
gem 'asciidoctor-pdf'
gem…
@paolafrancesca commented on GitHub:
@cheeseandcereal this can be achieved setting the Host header with the port as well
see https://github.com/dutchcoders/transfer.sh/issues/252 for a…
@cheeseandcereal commented on GitHub:
That's fine for an HTTP proxy which supports modifying requests, but not for something lower level like a raw TCP proxy, or simple routing/firewall rules…
@robertgendler commented on GitHub:
Closing this issue. There isn't much that we can do about this. It's more a Jamf Pro thing.
@golbiga commented on GitHub:
@AlfredAleman I was just able to import using Jamf Compliance Editor. You are correct that uploading the com.apple.GlobalPreferences.mobileconfig as is will not…
@paolafrancesca commented on GitHub:
@oriolrius happy to help. from grunt you should be able to use theserve command to wach live changes to the code, btw
@paolafrancesca commented on GitHub:
after the progress bar in the frontend is complete
I was able to reproduce the issue letting transfer.sh listen on http and use the X-Forwarded-Proto…
@mckaygerhard commented on GitHub:
maybe you must paste here exact comands to property helps (also make more detailed documentation.. i can make it) @oriolrius
@paolafrancesca commented on GitHub:
@oriolrius did you manage to use a custom frontend?
@srinisubramanian commented on GitHub:
I will ask tomorrow. If you want to go ahead
@paolafrancesca commented on GitHub:
@srinisubramanian I found the solution:
proxy_request_buffering off;
available from nginx 1.7.11: https://nginx.org/en/docs/http/ngx_http_proxy_module.ht…
@paolafrancesca commented on GitHub:
@srinisubramanian just subscribed to the mailing list and waiting for confirmation email as well
https://forum.nginx.org may be an alternative if you want…
@paolafrancesca commented on GitHub:
oki thanks
@srinisubramanian commented on GitHub:
Having trouble getting on to that mailing list. Confirmation mail never reaches, tried a couple.
@aspacca can you please post?
@srinisubramanian commented on GitHub:
@aspacca This works, thanks. Also the behavior is such that the user id/pwd is prompted right at the beginning which is good. Thanks for following up on this.
@brodjieski commented on GitHub:
Added NOTE in PDF/HTML to rules that are marked as manual.
@bernstei commented on GitHub:
My preference would be to indicate this in the remediation script's output, although I agree that'd be non trivial - it's easy enough to note that it's manual when…