codex2api-sqlite / README.md
wenjiandeniu's picture
Create README.md
8452c23 verified
---
title: codex2api Lite
sdk: docker
app_port: 8080
pinned: false
---
# codex2api Lite
This Space runs the lightweight single-container codex2api setup:
- SQLite for storage
- In-memory cache
- Admin panel at `/admin/`
- OpenAI-compatible API on `/v1/`
Recommended runtime secrets:
- `ADMIN_SECRET`
- `CODEX_API_KEYS`
Optional runtime secrets or variables:
- `CODEX_PROXY_URL`
- `USE_WEBSOCKET`
- `FAST_SCHEDULER_ENABLED`
- `TZ`
Notes:
- Data is stored at `/data/codex2api.db`
- On Hugging Face free Docker Spaces, data is not persistent unless you enable persistent storage