docs: clarify TS_LOGIN_SERVER default and Headscale instructions in .env.example

This commit is contained in:
peskyadmin
2026-08-02 16:27:43 -04:00
parent 1c7da2bef5
commit 65b25a72cd

View File

@@ -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)