Werner Beroux

Results 119 issues of Werner Beroux

The `kube-lego` container has `LEGO_URL` set to production: ``` Containers: kube-lego: Container ID: docker://... Image: jetstack/kube-lego:0.1.2 Image ID: docker://... Port: 8080/TCP State: Running Ready: True Restart Count: 0 Readiness: http-get...

lifecycle/stale

kube-lego/examples/nginx/20-nginx-configmap.yaml contains a lot of overrides of the default values. It's worth putting a comment for each to mark: - Is it optional or required? - Why do you suggest...

`LEGO_URL` like nearly all ACME clients should default to Let's Encrypt production backend by default. Lego itself does that. However the YML given as example should override it with the...

https://github.com/jupyter/jupyter-drive README link to `Contents` is dead. It would be good to explain more generally how this project is used. For example is it to be used on top of...

Any UID should be allowed and working fine, so people can use `--user 123456` or `--user $UID` if they so desire. Update also README to suggest using a random UID...

enhancement

autoupdate could cache the downloaded DEB file so that if there isn't a new version it'd just download the header and skip the rest. This caching should be optional. See...

Some users got an error: ``` Retrieving a X-Plex-Token using Plex login/password... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed...

A cron Job could periodically check for new versions of Plex and trigger the build of the dockerized version via a web hook.

enhancement

Version 1.1.1 running: ``` $ runsikulix -h $ runsikulix --help ``` Same for other options: `--test`, `--run`... Also the `-t` isn't yet supported but it's in `-h`.

bug

``` Exception in thread "main" java.lang.ExceptionInInitializerError at org.sikuli.basics.Debug.log(Debug.java:697) at org.sikuli.basics.Debug.logx(Debug.java:675) at org.sikuli.script.RunTime.log(RunTime.java:99) at org.sikuli.script.RunTime.get(RunTime.java:184) at org.sikuli.setup.RunSetup.main(RunSetup.java:165) Caused by: java.lang.NumberFormatException: For input string: "i" at java.lang.NumberFormatException.forInputString(NumberFormatException.java:65) at java.lang.Integer.parseInt(Integer.java:679) at java.lang.Integer.parseInt(Integer.java:797) at...

bug