headplane icon indicating copy to clipboard operation
headplane copied to clipboard

An advanced UI for juanfont/headscale

Results 75 headplane issues
Sort by recently updated
recently updated
newest added

Attempting to go to the DNS page throws an error message ``` Cannot read properties of undefined (reading 'map') ``` ![image](https://github.com/tale/headplane/assets/81871508/775dc399-f96b-4e7c-b847-a20ffc822c27) 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 ![image](https://github.com/tale/headplane/assets/81871508/0aa31f20-7127-4cc8-bb68-91cd1f9039e7) And also perhaps helpful to see...

Small syntax highlighting issue in the ACL editor I noticed, commented out ACLs are still highlighted. ![image](https://github.com/tale/headplane/assets/81871508/fade988b-ba72-49a1-b3fb-fcf05b667193) 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...