Roman Vynar

Results 71 comments of Roman Vynar

Sure, see the Dockerfile itself. You can just compile a binary yourself. You need to supply "static/" and "templates/" folder along with the binary.

Thanks but I don't think it fits this repo.

Okay okay 😇I will take a look for the next release. P.S. @volans- it was in the old bug tracker https://bugs.launchpad.net/percona-monitoring-plugins/+bug/1526412

Thanks for that. Is it possible you can put together some rst doc with sample graphs for this template similar to `docs/cacti/nginx-templates.rst`?

Thanks for this. However, I noticed that `lvs` on Ubuntu does not recognize `role` and `time` fields. The package `lvm2` `2.02.66-4ubuntu7.4`. Is there any workaround to make it working on...

Any specific parameters do you want?

@dginhoux what exactly do you mean?

Done https://github.com/Quiq/registry-ui/commit/f7e40bece83307d08aa731805b0ef795d17a223e Will be released with a new version.

Notary is so much user unfriendly, abandoned and overcomplicated solution that after being using it since 2017 with both Docker Hub and a private registry we decided to stop using...

Thanks! It does not always assume `https`. Let's say I set registry.hostname ``` registry: hostname: localhost:5000 ``` My local registry is also non-https: ``` version: 0.1 http: addr: :5000 storage:...