docs/migrate-whmcs-kb
Replaces the three Outlook 2016 articles (WHMCS 2, 3, 9 — ~62k views) with one client-agnostic setup guide. Outlook 2016 went end of life in October 2025, and the two archiving articles documented a feature the current Outlook doesn't have. Server settings are taken from the live autoconfig endpoint rather than the old articles: IMAP 993/SSL, POP3 995/SSL, SMTP 587/STARTTLS, username is the full address. cPanel settings verified against cpanel01. Adds a Baruwa retirement notice covering the move to Proxmox Mail Gateway in November 2026. Deliberately frames this as a platform change rather than describing our current outbound filtering posture — see the PR discussion. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
kb.anhonesthost.com
The An Honest Host knowledge base — customer documentation for WHP (our hosting platform) and related services.
Live at: https://kb.anhonesthost.com
Run locally
Requires Node 20+ (we test on 22).
npm install
npm run dev
# open http://localhost:4321
To expose the dev server on a different host/port (useful inside containers):
npm run dev -- --host 0.0.0.0 --port 8080
Adding or editing a doc
See CONTRIBUTING.md — it covers the page template, where files live, and how PRs are reviewed.
How it deploys
Push to main triggers a Gitea Actions workflow that builds the site and uploads it via SFTP to the production WHP site. No manual deploy step.
Licence
Content: CC BY 4.0. Build config and scripts: MIT (see source headers if any).
Languages
MDX
73.3%
TypeScript
18.4%
Astro
4.9%
CSS
1.7%
JavaScript
1.7%