6700ce27b8fc3d39af3005e198d1f7a5f2c0b950
Build and deploy / deploy (push) Successful in 24s
Merge pull request 'Document Node.js as a backend option in switching-site-backend' (#13) from docs/node-backend-option into main
Merge pull request 'Document Node.js as a backend option in switching-site-backend' (#13) from docs/node-backend-option into main
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
70.9%
TypeScript
21.5%
Astro
4.4%
CSS
1.6%
JavaScript
1.6%