generated from DAM/ts-TEMPLATE
docs: clarify TS_LOGIN_SERVER default and Headscale instructions in .env.example
This commit is contained in:
@@ -3,10 +3,10 @@
|
|||||||
# ==========================================
|
# ==========================================
|
||||||
|
|
||||||
# Your Tailscale or Headscale auth key
|
# Your Tailscale or Headscale auth key
|
||||||
# Generate this in the admin console (make it reusable if needed)
|
|
||||||
TS_AUTHKEY=***
|
TS_AUTHKEY=***
|
||||||
|
|
||||||
# Tailscale control server (default) or your Headscale URL
|
# Tailscale control server (default)
|
||||||
|
# For Headscale: update to your Headscale server URL
|
||||||
TS_LOGIN_SERVER=https://controlplane.tailscale.com
|
TS_LOGIN_SERVER=https://controlplane.tailscale.com
|
||||||
|
|
||||||
# ==========================================
|
# ==========================================
|
||||||
@@ -14,8 +14,8 @@ TS_LOGIN_SERVER=https://controlplane.tailscale.com
|
|||||||
# ==========================================
|
# ==========================================
|
||||||
|
|
||||||
# Public URL users will access the service at
|
# Public URL users will access the service at
|
||||||
# For Headscale: usually http://vikunja.yourdomain.com
|
# Tailscale example: https://vikunja.your-tailnet.ts.net
|
||||||
# For Tailscale with certs: usually https://vikunja.your-tailnet.ts.net
|
# Headscale example: http://vikunja.yourdomain.com
|
||||||
VIKUNJA_SERVICE_PUBLICURL=http://vikunja.your-tailnet.ts.net
|
VIKUNJA_SERVICE_PUBLICURL=http://vikunja.your-tailnet.ts.net
|
||||||
|
|
||||||
# Frontend URL (usually the same as PUBLICURL)
|
# Frontend URL (usually the same as PUBLICURL)
|
||||||
|
|||||||
Reference in New Issue
Block a user