diff --git a/.env.example b/.env.example index d379907..2fe0356 100644 --- a/.env.example +++ b/.env.example @@ -3,10 +3,10 @@ # ========================================== # Your Tailscale or Headscale auth key -# Generate this in the admin console (make it reusable if needed) 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 # ========================================== @@ -14,8 +14,8 @@ TS_LOGIN_SERVER=https://controlplane.tailscale.com # ========================================== # Public URL users will access the service at -# For Headscale: usually http://vikunja.yourdomain.com -# For Tailscale with certs: usually https://vikunja.your-tailnet.ts.net +# Tailscale example: https://vikunja.your-tailnet.ts.net +# Headscale example: http://vikunja.yourdomain.com VIKUNJA_SERVICE_PUBLICURL=http://vikunja.your-tailnet.ts.net # Frontend URL (usually the same as PUBLICURL)