matthieudelaro

Results 36 comments of matthieudelaro

`.exe` : I think Go adds the .exe automatically if you don't specify the name of the binary when you build (which I do) I updated the version of the...

Well done! So far the release is compiled for 64bits only. x85, arm, ... could be added: compiling for other architectures is as easy as changing GOARCH argument before compiling...

Ok. And yes please, that would be nice.

`npm install -g nut-bin` => test fails, but `nut` works anyway :) ![test_failed](https://cloud.githubusercontent.com/assets/2452725/15766312/ff25a28c-2977-11e6-8df9-f7bc7c17135a.png) ![image](https://cloud.githubusercontent.com/assets/2452725/15766319/120e1c12-2978-11e6-8d1e-fa0586c7f651.png) So well done. I looked at the code of npm repo, but didn't find any obvious...

Hi @kohlerm Yes, we need env variables. The plan is to be able to specify them in the `nut.yml`, along with any other parameters that we can give to docker...

I added support for environment variables in commit [6700eca673d4a631608e58a3fe437d7842e555c8](https://github.com/matthieudelaro/nut/commit/6700eca673d4a631608e58a3fe437d7842e555c8). You can find an example of the syntax in [examples](https://github.com/matthieudelaro/nut/blob/6700eca673d4a631608e58a3fe437d7842e555c8/examples/environmentVariables/nut.yml). Does it allow you to use the proxy?