Added Traefik Basic Auth middleware to LiteLLM public endpoint for two-layer security: 1. HTTP Basic Auth (Traefik level) 2. API Key authentication (LiteLLM level) Changes: - Added basicauth middleware using AUTH_USERS credentials - Chained auth middleware before compression and security headers - Prevents unauthorized access to public LiteLLM endpoint Usage with Codex: export OPENAI_BASE_URL=https://username:password@llm.ai.pivoine.art export OPENAI_API_KEY=sk-1234 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>