iFargle / headscale-webui

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

Allow changing data directory #102

Closed atb00ker closed 1 year ago

atb00ker commented 1 year ago

/data directory is a problem in baremetal installations as something might be storing data in that location. This PR makes it possible to change the said directory.

Note: This PR depends on https://github.com/iFargle/headscale-webui/pull/101 because without bare-metal installation support, this change makes no sense.

(FYI: If you merge #101 ; this PR will show one commit. 😄 )

Cheers.