diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..d379907 --- /dev/null +++ b/.env.example @@ -0,0 +1,22 @@ +# ========================================== +# Tailscale / Headscale Configuration +# ========================================== + +# 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 +TS_LOGIN_SERVER=https://controlplane.tailscale.com + +# ========================================== +# Application-Specific Configuration +# ========================================== + +# 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 +VIKUNJA_SERVICE_PUBLICURL=http://vikunja.your-tailnet.ts.net + +# Frontend URL (usually the same as PUBLICURL) +VIKUNJA_SERVICE_FRONTENDURL=http://vikunja.your-tailnet.ts.net