ltxlong/codex2api-sqlite
0
1---2title: codex2api Lite3sdk: docker4app_port: 80805pinned: false6---7 8# codex2api Lite9 10This Space runs the lightweight single-container codex2api setup:11 12- SQLite for storage13- In-memory cache14- Admin panel at `/admin/`15- OpenAI-compatible API on `/v1/`16 17Recommended runtime secrets:18 19- `ADMIN_SECRET`20- `CODEX_API_KEYS`21 22Optional runtime secrets or variables:23 24- `CODEX_PROXY_URL`25- `USE_WEBSOCKET`26- `FAST_SCHEDULER_ENABLED`27- `TZ`28 29Notes:30 31- Data is stored at `/data/codex2api.db`32- On Hugging Face free Docker Spaces, data is not persistent unless you enable persistent storage33 