Центрирование заглушек в графиках/Frame; лимит тела backup 100 MiB; WAL checkpoint при экспорте и очистка -wal/-shm при импорте. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -66,6 +66,8 @@ services:
|
||||
AUTH_JWT_SECRET: ${AUTH_JWT_SECRET:-}
|
||||
AUTH_ISSUER: ${AUTH_ISSUER:-https://auth.shnt.top}
|
||||
AUTH_PORTAL_URL: ${AUTH_PORTAL_URL:-https://auth.shnt.top}
|
||||
# Import SQLite/JSON via UI (default in app: 100 MiB). Raise if DB is larger.
|
||||
BACKUP_BODY_LIMIT_BYTES: ${BACKUP_BODY_LIMIT_BYTES:-104857600}
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
networks:
|
||||
|
||||
@@ -22,3 +22,6 @@ AUTH_REQUIRED=false
|
||||
AUTH_JWT_SECRET=
|
||||
AUTH_ISSUER=https://auth.shnt.top
|
||||
AUTH_PORTAL_URL=https://auth.shnt.top
|
||||
|
||||
# --- Backup import (POST /api/backup/*). Fastify default is 1 MiB → 413 Content Too Large.
|
||||
# BACKUP_BODY_LIMIT_BYTES=104857600
|
||||
|
||||
Reference in New Issue
Block a user