feat: allow a public headscale URL separate from the main one
This commit is contained in:
parent
320dab1d4f
commit
712fc28683
4 changed files with 19 additions and 2 deletions
|
|
@ -9,6 +9,7 @@ You can configure Headplane using environment variables.
|
|||
|
||||
#### Optional Variables
|
||||
|
||||
- **`HEADSCALE_PUBLIC_URL`**: The public URL of your Headscale server (if different from `HEADSCALE_URL`).
|
||||
- **`DEBUG`**: Enable debug logging (default: `false`).
|
||||
- **`HOST`**: The host to bind the server to (default: `0.0.0.0`).
|
||||
- **`PORT`**: The port to bind the server to (default: `3000`).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue