headplane
headplane copied to clipboard
An advanced UI for juanfont/headscale
Attempting to go to the DNS page throws an error message ``` Cannot read properties of undefined (reading 'map') ```  In the logs: ``` 2024-05-05T19:47:52.908171962Z GET /admin/dns?_data=routes%2F_data.dns._index 200 -...
I think it might be useful to see the routes & tags assigned to a machine when viewing the detailed info like below  And also perhaps helpful to see...
Small syntax highlighting issue in the ACL editor I noticed, commented out ACLs are still highlighted.  No functional impact, but I could see it being confusing if you rely...
I realize that using Docker is a non-starter for a lot of people, so the goal is to support the configuration and ACL changes when Headscale is running outside of...
Hey @tale, thank you for your work on this nice looking admin ui for the latest alpha of headscale! I am recreating my network using preauth keys with a 5...
Currently, it's possible to delete a user and their machines go into a void (or something). A possible solution is to prevent user deletion if they own/inherit more than 1...
Right now, I'm doing a very simple YAML parsing on the configuration file, but not filling in missing values with their defaults. This *could* be fixed with an idiomatic configuration...
Trying to set up headplane and getting this error in the log, ``` headplane | GET /admin/ 302 - - 1.923 ms headplane | GET /admin/machines 302 - - 4.647...
Right now only the main DNS configuration is allowed to be configured, however headscale supports split DNS configuration. ``` dns_config: # Whether to prefer using Headscale provided DNS or use...