feat: allow a public headscale URL separate from the main one

This commit is contained in:
Aarnav Tale
2024-11-30 15:33:58 -05:00
parent 320dab1d4f
commit 712fc28683
4 changed files with 19 additions and 2 deletions
+1
View File
@@ -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`).