Vaclav Adamec

Results 30 comments of Vaclav Adamec

Same here, latest Atom, latest plugins and OSX

Hm maybe how https://github.com/mkuchin/docker-registry-web works will be enough, it show you history and docker content.

It will be better, it's better to know how to handle code changes.

https://github.com/VAdamec/rancher-alarms - graphite draft (authentication has some issue, still getting 401 and template can be completely removed). Any advice will be appreciated

await axios({url: this._url, headers: {'Authorization': 'Basic Z3Vlc3Q6Z3Vlc3Q='}, withCredentials: true, auth: {username: this._GraphiteLogin, password: this._GraphitePass}, method: 'POST', data: webhookPayload}); auth setup with pass and login not working, with auth header and...

Still no luck to use auth, so base64 header is now only option. I'll make some test tomorrow and send you PR.

No luck with auth, so just basic header used. Not sure about npm module installation. I have stable builds and tests with adding direct installation to Dockerfile. Also ```minimatch``` package...