feat(deploy): production deployment setup and fixes

- Debian-based api image (bookworm-slim), docker/debian mirrors, prisma
  binaryTargets for openssl 3.0
- nginx: admin SPA under /admin, TLS via acme.sh (ZeroSSL) + auto-renewal
  cron, http->https redirect
- prisma: add origin_goods.delisted migration, sync missing schema
  (good_image/tag_font_color/good_tags), fix users.createdAt Timestamptz
- api: CORS wildcard reflection, helmet CORP cross-origin, price
  backfill in persistProductDetail, categoryIcon ancestor fallback,
  mediaByColor per-color gallery in public goods detail
- admin: /admin base path (vite + router)
- import-data.mjs: udt_name casting, serial sequence advance fix
This commit is contained in:
yeuimu
2026-08-26 14:23:09 +08:00
parent be0b90e68f
commit 6c61a4e871
982 changed files with 74156 additions and 179393 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"version": 1,
"skills": {
"mmx-cli": {
"source": "MiniMax-AI/cli",
"sourceType": "github",
"skillPath": "skill/SKILL.md",
"computedHash": "ddba6bad18218e660d929430421fb3bdd2e81d972585f0fd222cecbc2a78e48b"
},
"nestjs-best-practices": {
"source": "kadajett/agent-nestjs-skills",
"sourceType": "github",
"skillPath": "SKILL.md",
"computedHash": "1b6f82e889d19d305e38e35594de08eca0242321f353cafa4cf5e61dd3aa1a73"
}
}
}