Commit Graph

5 Commits

Author SHA1 Message Date
87dc77f9d8 Remove www.ityb.me/careerbot 301 redirect; document 404 behavior
The backward-compat redirect from www.ityb.me/careerbot/* to
career.ityb.me/careerbot/* has been removed per user request.
Now all /careerbot paths on the main domain return 404, except
/careerbot/uploads/* which is served by branch1's secondary mount
so trunk-uploaded photo URLs still render on branch1 pages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 13:22:06 +08:00
f0c4134edd Document dual-domain deployment (trunk + branch1)
- DESIGN.md: add branching strategy table, update online addresses
  with both trunk (career.ityb.me) and branch1 (www.ityb.me) URLs
- OPS_MANUAL.md: update service architecture diagram, ports table
  (add :8001), file structure (add CareerBot-branch1), systemd
  services (add careerbot-branch1.service with env-based DB sharing),
  nginx config (three server blocks + certbot HTTPS)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-21 13:11:14 +08:00
5472649e89 Update Gitea URL to https://git.ityb.me
- DESIGN.md: update Gitea URL in online addresses table
- OPS_MANUAL.md: update all Gitea references, add gitea.conf section,
  update service architecture diagram

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-20 15:06:37 +08:00
2c1688b4bb Update DESIGN.md and OPS_MANUAL.md for domain and subpath deployment
- Add www.ityb.me domain info and /careerbot subpath architecture docs
- Document BASE_PATH routing prefix mechanism in DESIGN.md
- Update all URLs from IP to domain in OPS_MANUAL.md
- Update Nginx config section to reflect subpath proxy
- Update new project deployment guide with subpath pattern

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 22:13:31 +08:00
501f8985ec Add /careerbot base path for www.ityb.me/careerbot deployment
- Add BASE_PATH config, include all routers with prefix
- Inject {{ base }} Jinja2 global for all template URLs
- Add window.BASE_PATH for static JS files
- Update Nginx to proxy /careerbot/ path
- Add OPS_MANUAL.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-07 22:07:34 +08:00