You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ Notes:
166
166
- Before switching deployment modes, replace `.env` with the matching example file.
167
167
- The SQLite lightweight mode runs a single `codex2api` container and stores data at `/data/codex2api.db`.
168
168
-**SQLite compose files bind to `127.0.0.1` by default for security.** To expose the SQLite service on all interfaces, set `BIND_HOST=0.0.0.0` in `.env` or override the port binding in the compose file. The standard compose files bind to `0.0.0.0` by default.
169
-
- The image studio library is stored under `/data/images`; Docker configurations persist `/data`.
169
+
- The image studio library is stored under `/data/images`; uploaded admin backgrounds are stored under `/data/backgrounds`; Docker configurations persist `/data`.
170
170
-`docker compose down` does not delete named volumes by default. Data is removed only by commands such as `docker compose down -v`, `docker volume rm`, or `docker volume prune`.
171
171
172
172
---
@@ -238,6 +238,7 @@ Vite proxies `/api` and `/health` to the backend. During development, open `http
238
238
| Variable | Description |
239
239
| --- | --- |
240
240
|`CODEX_PORT`| HTTP port, default `8080`|
241
+
|`CODEX_MAX_REQUEST_BODY_SIZE_MB`| HTTP request body limit in MB, default `48`|
241
242
|`ADMIN_SECRET`| Admin dashboard secret. When set, `/admin` prompts for authentication |
242
243
|`DATABASE_DRIVER`| Database driver: `postgres` or `sqlite`|
243
244
|`DATABASE_PATH`| SQLite database file path, used when `DATABASE_DRIVER=sqlite`|
0 commit comments