Akira Yamazaki
Akira Yamazaki
I'm accustomed to setting this option to `false` by default so the program works out of the box, allowing people to get started quickly. If you prefer to set the...
According to [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-Proto), `X-Forwarded-Proto` is a de-facto standard header. Most modern reverse proxies, like Caddy and Traefik, support it by default without needing additional configuration. Additionally, nearly all reverse proxy...
I captured packets with Wireshark and found that the packets sent from headplane to headscale had an incorrect header: `Authorization: Bearer undefined`.  Upon checking the login response to set...
Adding a time-range filter would significantly improve performance. Currently, when there are many rows, the CPU remains pinned at 100% for several minutes and eventually times out without returning results.