-
{
"platform":"",
"hub-mirror": [
"ghcr.io/gurucomputing/headscale-ui:latest"
]
}
-
### Use case
As a system administrator i want to check my headscale-config into a git repository. Having secrets in git is considered bad practice, so any headscale-configuration with `postgres.pass`…
-
With the recent update to 0.23.0 there seems to be issues with the milliner service.
Machines are no Nodes ( I think) and this caues isseus with there GUI
B08Z updated
11 months ago
-
### Is this a support request?
- [X] This is not a support request
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When you click your prof…
W1BTR updated
1 month ago
-
If I `systemctl stop headscale` it doesn't appear to stop gracefully.
This may be because I'm running it in a container. Is anyone else able to reproduce?
This is with `headscale-0.22.3-1.aarch6…
-
### What is the issue?
When I upgraded the latest version in Android, the settings icon that was on the top right corner disappeared.
![image](https://github.com/user-attachments/assets/dd2d33d5-a…
-
Currently, the latest version of `headscale` the `/api/v1/machine` endpoint is now `/api/v1/node`. As such, an additional modification to the nginx config needs to be made until the UI is fully caugh…
-
### Use case
Adding a Clone attribute to the node register to allow a cloned VM to be independently registered.
### Description
I am working on making my headscale network secure by tunneling all …
-
For friends who use NGINX
`ENDPOINT="/admin"`
nginx config:
```
map $http_upgrade $connection_upgrade {
default keep-alive;
'websocket' upgrade;
'' close;
}
…
-
### Use case
This would allow easy checking of what headscale thinks of availability of the OIDC server, and to set up alerting based on such.
### Description
Currently if the OIDC server is not av…