fix: EmptyState по центру и импорт SQLite без 413
Docker / build (push) Failing after 19s

Центрирование заглушек в графиках/Frame; лимит тела backup 100 MiB;
WAL checkpoint при экспорте и очистка -wal/-shm при импорте.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-07-19 04:41:42 +07:00
co-authored by Cursor
parent 2931d6ee0f
commit e079a61811
12 changed files with 284 additions and 62 deletions
+2
View File
@@ -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: