Benjamin Reed
Benjamin Reed
also fails! (haven't figured out why yet)
https://github.com/dependabot rebase
@dependabot rebase
As you can see, I attempted to manually define my receiver in case that helps, but it appears it does the mDNS scan anyways. It _does_ see my manually configured...
I'm seeing this same issue but I'm not using a self-signed certificate, I'm using an official signing cert from DigiCert. I unpacked the assembly I'm creating and every jar is...
regardless of the relative merits of doing it or not, this currently didn't build, and was against an old branch; let's see what happens if I update it :)
closing this, as it's been superceded by #5420 (which is _also_ blocked by mis-generated API info, but at least we won't have 2 of them)
It looks like the current docker images are up to unit 1.32, is this still an issue?
Hey, just revisiting old issues. @bootc would the `/api/status` endpoint be good for this? It doesn't do _nothing_ but it does _nearly_ nothing. ```json curl --silent http://localhost:8080/api/status/ | jq {...
Looking closer at the code, it _does_ [call into the worker API among other things](https://github.com/netbox-community/netbox/blob/develop/netbox/netbox/api/views.py#L47) so maybe the `/api/status` bit should be a readiness probe, and we just call `/api`...