skarpinis
skarpinis
> As per the [release notes](https://github.com/juanfont/headscale/releases/tag/v0.26.0), the route code has been rewritten: [juanfont/headscale#2422](https://github.com/juanfont/headscale/pull/2422) > > It looks like a fairly major change working?
> I think, that is because you run it as root. It is not recommended nowadays (it won't even work over wayland) Hi, for me only works on hyprland sudo...
> Thanks, it seems all lot of your programs are attached to a console. Can you tell me more about your setup: distribution, DE, how you installed it, special tool...
Uncaught Error: Minified React error #418; visit https://react.dev/errors/418?args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings. at bt (entry.client-CnoFeh7g.js:24:30893) at ds...
> Can you test with the `ghcr.io/tale/headplane:next` Docker image please? Keep in mind it requires Headscale 0.26 or higher to work. 2025-05-16T18:30:37.908Z [config] ERROR: Error reading Headscale configuration file at...
no problem but still saw the same error as before
> Looks like you didn't pass in the configuration correctly. It's up to you to make sure your setup is correct before I can debug issues. entry.client-iERGfG6i.js:24 Uncaught Error: Minified...
> Are there issues with your reverse proxy? I cannot reproduce this. no issues did evertyhing as in docs it works but i got this error in console.
version: '3.9' services: headplane: image: ghcr.io/tale/headplane:next container_name: headplane restart: unless-stopped environment: - TZ=local volumes: - /home/user/docker/headplane/config.yaml:/etc/headplane/config.yaml - /home/user/docker/headscale/config/config.yaml:/etc/headscale/config.yaml - /home/user/docker/headplane/headplane-data:/var/lib/headplane - /var/run/docker.sock:/var/run/docker.sock:ro networks: - proxy labels: traefik.enable: true traefik.docker.network: proxy...
- `http:` routers: headscale: rule: 'Host(`mydomain`)' service: 'headscale' middlewares: - 'cors' rewrite: rule: 'Host(`mydomain`) && Path(`/`)' service: 'headscale' middlewares: - 'rewrite' headplane: rule: 'Host(`mydomain`) && PathPrefix(`/admin`)' service: 'headplane' services: headscale:...