Adrian Goins
Adrian Goins
@stuomas it depends on how your personal reverse proxy is configured. For me, I'm using HAProxy in front of a 3-node Kubernetes cluster where I'm running NodeRED. I'm rewriting the...
As currently written, I can set the event type to setState and also provide a title, and it's ignored without telling me why. Is it ignored because there can only...
As long as you clearly document what it does, either option is fine. Personally, I favor the "send multiple messages for me" option because it's less work for the user....
Exporting 2 paths is not the way we do things in Kubernetes, and it's also "liveness," not "liveliness." A check of `/status` is sufficient, if it can respond that the...
I'm experiencing this issue now, with openid 0.6 going against Atlassian CrowdID server. Removing the openid.db doesn't solve the issue, and it happens 100% of the time.
Specifically, I'm getting: ``` Error in authentication: openid.modauthopenid.nonce: no such field ``` It works if I attempt to authenticate against Gmail, but not against Atlassian. I'll try the foresto branch...
And, like foresto, the error has now changed to: ``` Error in authentication: openid.openid.assoc_handle: no such field ```
This error looked like the previous one, where `openid.` was prepended to something that already had the `openid.` prefix. I expanded on the previous code change in `types.h` and have...
Old issue/question, but here's an answer: You don't need to change the command if running from Compose. Just have compose start the container: ``` data: image: busybox volumes: - /opt/docker/varnish/var:/var/lib/varnish...
FWIW I also ran into this today. I had tried to install this module earlier but found that I needed to upgrade Node-RED first. After upgrading and then installing the...