Philip Douglass
Philip Douglass
@Steveorevo, can you show how you confirmed this in node-red-docker? I'm not clear on how to adjust my Dockerfile to run both Xvfb and node-red in a way that keeps...
I got it working, but it was a chore. After many iterations, here's what I came up with. I created a `files/entrypoint` script: ```bash #!/usr/bin/env bash set -e # Start...
FWIW, PyYaml 5.1+ can handle this with the `sort_keys` parameter. Prior to this version, it sorted keys alphabetically unconditionally, so there was no easy way to get insert ordered output....
Sorry to update a long closed issue, but... now that `ruamel.yaml` is the default, I needed to figure this out again. The easiest way as an end-user to get creation-ordered...
I have the same problem as above -- when setting `httpAdminRoot: /admin` we get that error. When unset, the webhook works fine. However, other nodes (such as the Github Webhook...
:+1: from me too: I've wanted to integrate several services under `/music` too.
I've updated the PR per your suggestion and now if the PR is accepted, there will be no need to update finance-dl to deal with TD Bank's OFX spec violation....
> Support for this in AWX is blocked, because Bitbucket does not support signed webhooks in its free product. Details at: > > [#8328 (comment)](https://github.com/ansible/awx/pull/8328#issuecomment-707171773) @ryanpetrello This would sound more...
Good to know! Thanks for all your contributions and support in the past!
Atlassian has (currently) only chosen to support IP allow lists, so at least they are supporting reducing the attack surface. I and others have encouraged Atlassian to support signed webhooks....