# Auth mode: "email" for automated login, "cookies" to use exported browser cookies # For Google accounts without a password, use "cookies" mode # Default: "email" if OLLAMA_PASSWORD is set, otherwise "cookies" AUTH_MODE=email # For email auth mode OLLAMA_EMAIL=you@example.com OLLAMA_PASSWORD=your-password # Server port (default: 3214) PORT=3214 # Polling interval in minutes (default: 10) POLL_MINUTES=30 # Optional: Home Assistant push HA_URL=http://homeassistant.local:8123 HA_TOKEN=eyJhbGciOi...