headscale-admin icon indicating copy to clipboard operation
headscale-admin copied to clipboard

Admin Web Interface for juanfont/headscale

Results 35 headscale-admin issues
Sort by recently updated
recently updated
newest added

For friends who use NGINX `ENDPOINT="/admin"` nginx config: ``` map $http_upgrade $connection_upgrade { default keep-alive; 'websocket' upgrade; '' close; } server { listen 443 ssl http2 ; server_name headscale.xxx.com; #...

Maybe we can filter the nodes and users, e.g. Online/Offline. And for routes, we should hide the device if there is no routes

Hey! Headscale dev here. Just a small heads up. Since 0.23.0-alpha8, LastSeen is only updated when the node disconnects. This means the Online is now the indicator if the node...

Ir would be very helpful for those that are not knowledgeable with docker and are attempting to to learn headscale & tailscale to have a simpler docker compose file for...

I am trying to go for an a-typical deployment. In an effort to both easily manage my access to the admin page and to secure it from the internet I...

headscale v0.23.0-alpha5 createNode prefix change to mkey

Increase the ACL management

Include Installing NPM prerequisites

Had to docker build as i'm running on arm and then ran into an issue because i run under host networking that the default Caddyfile config that comes with headscale...

Would it be possible to pass the `ENDPOINT=/xyz` without the need to rebuild the image ? The same is used in other similar HS UI: https://github.com/iFargle/headscale-webui/blob/main/docker-compose.yml which uses `SCRIPT_NAME=/admin` as...