matthieudelaro
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 :)   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?