ee6b6af107a7a9e0294f88eb55f268c260b03b37
First step of retiring the WHMCS knowledgebase in favour of kb.anhonesthost.com. Ports the four articles that are still accurate and product-agnostic, into three new top-level sections: - domains/ — transferring a domain, flushing a local DNS cache - email/ — why we filter outbound mail - support/ — remote support via RustDesk Content was refreshed rather than copied verbatim: - RustDesk download links were pinned to 1.3.8; now point at /releases/latest (current is 1.4.9). API server switched to https, which the relay serves. - macOS DNS flush gained the killall mDNSResponder step, without which the documented command usually appears to do nothing. - The nameserver list was deliberately not ported — this KB points customers at Dashboard → Server Information instead of hardcoding per-server values. - Added an anti-social-engineering warning to the remote-support page. 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%