Commit Graph

6 Commits

Author SHA1 Message Date
david_bai 2ee6961634 build(docker): Private mode deployment test successful
Test steps:
bash docker/scripts/generate-config.sh --mode private [--local-ip 192.168.0.113]
bash ./deploy.sh --mode private

Front-end directly inlines NEXT_PUBLIC_API_URL, directly connecting to the backend.
CORS (production) supports comma-separated multiple origins, with localhost and local network IPs included by default.
2025-09-29 18:27:12 +08:00
david_bai cfcd60145a build: refresh docker deployment workflow 2025-09-26 14:02:55 +08:00
david_bai 4a20999769 update DEV_ORIGINS in CORS Configure 2025-06-29 15:59:32 +08:00
david_bai f09452ac2a reformat all ts code via prettier 2025-06-22 21:34:54 +08:00
david_bai 4455ba598f translate comment 2025-06-21 17:08:11 +08:00
david_bai 3f9be8ff84 加入后端代码 2025-05-12 22:48:15 +08:00