TJ
TJ
ahh there's a tiny "toolchain" link
Any binary shouldddd be ok, I haven't tried Swift though, but basically any binary running on the PORT env var
Thanks! Yeah I agree it needs to be more restrictive by default, I was leaving it a bit open for future-proofing but I think feature-wise things have settled down so...
@mrmark yep! I haven't thought much about this yet, but that would reasonably easy to implement, and since stacks have nice input/output params it should be easy to compose them.
As far as I know it's not possible to get the binaries back, but any binary could be built from source
It's not on the roadmap at the moment, for now it's focused on deploying HTTP apps and tools like [apex](https://github.com/apex/apex) are more for the traditional "FaaS" style plumbing. Apex isn't...
As a quick fix maybe try `touch ~/.up/disable` to disable the analytics, but I should add a ~200ms timeout there regardless!
Sounds like the AWS SDK for Go supports `AWS_CA_BUNDLE` by default, I never use a VPN personally so I can't confirm at the moment but I see it in the...
It sounds like `AWS_CA_BUNDLE` should work as-is and be picked up if it's defined, I'm not seeing any manual way to enable it, but I'll do some digging! Definitely seems...
I'll try to figure out why it's not picking up `AWS_CA_BUNDLE`, I'm not too familiar with corporate firewalls so it might be hard for me to verify, but maybe it's...