Go to file
flym df6a0e46a6 docs: rework offsite backup into a real, restorable archive
Move backup to /volume2/NetBackup (DSM shared folder, kts_bak read/write) and
change the design from a --delete mirror to an additive, date-stamped archive:
per-run pg_dump snapshots for the DBs and per-run full tar.gz snapshots for
audio, each kept for 7 generations, transferred over encrypted SSH with
post-transfer SHA256 verification (success only when byte-identical). This
removes the --delete risk (source-side deletion no longer wipes the backup),
enables restore-to-a-date, and is verified by an actual restore from the NAS
into isolated DBs (0 errors, quota/ledger and audio associations consistent).
2026-09-10 17:48:51 +08:00
app feat(admin): build real admin UI for users, VIP/quota, TTS and audit 2026-09-10 02:34:27 +08:00
apps/cms chore: decommission CMS one-shot seed route and document slug query 2026-09-10 02:03:02 +08:00
assets/brand docs: complete Phase 0 audit baseline 2026-09-08 15:29:09 +08:00
components feat(admin): build real admin UI for users, VIP/quota, TTS and audit 2026-09-10 02:34:27 +08:00
docs docs: rework offsite backup into a real, restorable archive 2026-09-10 17:48:51 +08:00
infra fix: restore Next basePath with Caddy passthrough 2026-09-10 00:31:22 +08:00
lib feat(admin): build real admin UI for users, VIP/quota, TTS and audit 2026-09-10 02:34:27 +08:00
public/brand feat: add Phase 1 website skeleton and design system 2026-09-08 17:20:15 +08:00
services/api fix(api): make quota adjustment consistent with concurrent freeze/settlement 2026-09-10 04:38:47 +08:00
.gitignore feat: add Phase 1 website skeleton and design system 2026-09-08 17:20:15 +08:00
next-env.d.ts feat: add Phase 1 website skeleton and design system 2026-09-08 17:20:15 +08:00
next.config.ts feat: add Phase 1 website skeleton and design system 2026-09-08 17:20:15 +08:00
package-lock.json feat: add Phase 1 website skeleton and design system 2026-09-08 17:20:15 +08:00
package.json feat: add Phase 1 website skeleton and design system 2026-09-08 17:20:15 +08:00
postcss.config.mjs feat: add Phase 1 website skeleton and design system 2026-09-08 17:20:15 +08:00
README.md docs: record Phase 4 CMS boundary and blocker 2026-09-09 19:30:24 +08:00
tsconfig.json fix: make Payload migrations runnable on Node 24 2026-09-09 17:53:07 +08:00

考町科技官网暨 AI 工具平台

当前阶段Phase 2 用户认证与权益基础已完成TTS 生成和 CMS 尚未接入。

项目根目录:E:\RD\Kaotings\www_site,以本次新仓库为准。

实施从规划书 Phase 0 开始,先核实工程和测试环境,再按阶段推进。