Hamish Moffatt

Results 55 issues of Hamish Moffatt

### What version of `nebula` are you using? (`nebula -version`) 1.6.1 ### What operating system are you using? Linux ### Describe the Bug `powertop` shows that nebula generates hundreds of...

Cloudflare now allows you to run multiple cloudflared instances for the same tunnel, which allows you to restart one without losing all your traffic. Explained here: https://blog.cloudflare.com/highly-available-and-highly-scalable-cloudflare-tunnels/ It would be...

enhancement

I've defined two tunnels in my configuration (due to #73). The role configures both, but the systemd service for the first one is never enabled or restarted. I believe this...

The role runs `cloudflared login` which hangs until the certificate is issued, but there's no way to see the authorization URL to make this happen.

bug
good first issue

From what I can tell, running the tunnel doesn't require the certificate, only creating the tunnel (already out of scope for this role) and running the `cloudflared tunnel route` commands...

enhancement

In the pushover documentation, the URL format is shown with an extra `shoutrrr` in it https://github.com/containrrr/shoutrrr/blob/main/docs/services/pushover.md?plain=1#L6 ``` pushover://shoutrrr:__`apiToken`__@__`userKey`__/?devices=__`device1`__[,__`device2`__, ...] ``` Should be ``` pushover://:__`apiToken`__@__`userKey`__/?devices=__`device1`__[,__`device2`__, ...] ``` It's not clear why...

It would be useful to be able to capture parts of the URL when matching by regular expression, and access those from a dynamic response callback. The matching would need...

**Describe the bug** I have database columns of type `BLOB SUB_TYPE 1`. My code is working fine SQLAlchemy 1.4.54 and sqlalchemy-firebird 0.8.0, but when I run with 2.0.39 and 2.1,...

It would be great if the curl container could support testing ECH; currently, it says it wasn't built for it. ``` $ podman run -it --rm quay.io/curl/curl:latest --ech true curl:...

Is it possible to omit the explicit `logfmtxx::field{}`? It makes logging quite wordy. In the hackernews discussion there was a demonstration of using an `initializer_list` instead. https://news.ycombinator.com/item?id=39925699#39928104