iFargle / headscale-webui

A simple Headscale web UI for small-scale deployments.
Other
653 stars 62 forks source link

Headscale path #19

Closed henry-bao closed 1 year ago

henry-bao commented 1 year ago

https://github.com/iFargle/headscale-webui/blob/main/docker-compose.yml#L13 https://github.com/iFargle/headscale-webui/blob/main/Dockerfile#L46

I was wondering if the container path to headscale should be set to /headscale instead of /etc/headscale in the docker-compose file

iFargle commented 1 year ago

https://github.com/iFargle/headscale-webui/blob/main/renderer.py#L24

Should probably just update the Dockerfile with /etc/headscale -- I just picked this directory to mimic where Headscale server hosts its config files. 6 one way half a dozen the other, really

henry-bao commented 1 year ago

Sounds good, just letting you know. Since I saw it created the /headscale volume on deployment