Akira Yamazaki

Results 4 comments of 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`. ![image](https://github.com/user-attachments/assets/7735f51b-ce12-47c0-862b-12ed5baa4577) 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.