Eric Severance

Results 32 comments of Eric Severance

That's awesome news! Thanks for the feedback. #56972 is still waiting for the core team to review. Once that is in then you should be able to configure it from...

> I think it would be helpful to add an example of this ^. Thanks for the feedback. I've added two examples to the documentation.

I've been looking into something similar and discovered whalewall. I wonder if it'd be possible to move all the rules into the container's network namespace. The `NetworkSettings.SandboxKey`, from Docker inspect,...

> the only downside is the nftables rules could be viewed or modified by the root user in the Docker container, I think this would only be possible for containers...

One other thing that makes this tricky is that the prometheus_client library does not allow for registering a metric more than once. That doesn't play nicely with AppDaemon's module reloading...

Just ran into this issue myself. I think ece502d257c1a53110c0837a6819eafeab3c11d3 was meant to address this, but it appears to not work for async methods. For my use-case, I need access to...

@slyoldfox having the portion of the desc.xml that relates to the net radio feature would be helpful. Look for the part that contains [YNC_Tag="NET_RADIO"](https://github.com/wuub/rxv/blob/da90b758da6e1cd5082bd8931f183662e54b1903/tests/samples/rx-v675-desc.xml#L1757), then find the very next occurrence...

If this PR is to apply to all webhooks, is it possible to add CSRF protection on these URLs?

> @esev what type of CSRF protection did you have in mind? I don't think any of the use cases wanting this can set header tokens. I agree. And I...

The difference in this PR is that GET requests have no CORS preflight checks. The GET verb was intended to be a read-only action without side-effects. By adding GET, the...