@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…
@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?
@paolafrancesca commented on GitHub:
hello @oriolrius , thanks for you appreciation
regarding the custom front-end you are right: I should document how to setup
I will try to help you…
@srinisubramanian commented on GitHub:
In your case does the auth pop up immediately on the web page or after the upload is complete?
I will post the config shortly.
@paolafrancesca commented on GitHub:
if the proxy is on http it has a certificate, so you can use the same on transfer.sh (that's what I do) I will investigate a little more on the problem
@srinisubramanian commented on GitHub:
Yes. My setup runs on http. If you can find a fix let me know. Else maybe I need to run internal on a self signed https certificate.
@oriolrius commented on GitHub:
Thanks @aspacca for helping me, finally I had some hours for trying it. I spend more than 2h trying to understand how grunt and bower works but finally, I had the…
@paolafrancesca commented on GitHub:
@srinisubramanian I have exactly the same setuo and I couldn't reproduce the issue
can you post your configuration for nginx and the args for transfer.sh? …
@paolafrancesca commented on GitHub:
https://blog.bigbinary.com/2016/01/07/not-using-https-might-be-breaking-file-uploads.html
@robertgendler commented on GitHub:
There is no plan to create functionality to export by CIS section.
CIS controls move from section and grouping and numbering too much.
Export of profiles…
@srinisubramanian commented on GitHub:
No luck @aspacca Not working. Still returns the 502 error
Here is my nginx config.
location / {
proxy_set_header X-Real-IP …
@paolafrancesca commented on GitHub:
the problem seems to be on how nginx expects response from the server when uploading file. the transfer.sh upstream is sending a 401 before nginx finishes to…
@paolafrancesca commented on GitHub:
it should be solved with http upstream and X-Forwarded-Proto and setting the following in the block with the proxy directive:
keepalive_requests…
@srinisubramanian commented on GitHub:
Ok. So you are suggesting I just turn on https? Will do and check.