docs: add hostinger as node.js hosting provider - #2194
Conversation
Include Hostinger as an additional Hosting provider where clients can deploy their Nuxt application.
|
@ArnasDon is attempting to deploy a commit to the Nuxt Team on Vercel. A member of the Team first needs to authorize it. |
📝 WalkthroughWalkthroughA new Markdown documentation file for Hostinger deployment was added to the content/deploy directory. The file includes front-matter metadata (title, description, component image, logo source, category, Nitro preset, and website link) and outlines two deployment approaches: Git-based deployment via GitHub repository connection with automatic build detection and redeployment, and manual deployment via file upload through Node.js Apps. The file concludes with a reference link to additional Node.js deployment resources. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@content/deploy/hostinger.md`:
- Around line 23-27: There's a numbering typo in the ordered list where the item
labeled "7." follows steps "1.–3."; update the list item currently numbered "7."
to "4." so the sequence reads 1., 2., 3., 4., and keep the rest of the steps'
formatting consistent in the hostinger.md content.
ℹ️ Review info
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
public/assets/integrations/hostinger.svgis excluded by!**/*.svg
📒 Files selected for processing (1)
content/deploy/hostinger.md
|
Deployment failed with the following error: |
ArnasDon
left a comment
There was a problem hiding this comment.
Fixed a typo within numeration.
Add a new per-provider page under content/deploy/ documenting how to deploy a Nuxt application to your own server with DeployHQ. DeployHQ is a Git-based deployment automation platform: it connects to a GitHub/GitLab/Bitbucket repository, runs the Nuxt build on its build pipeline servers, and transfers the .output/ directory to a user-controlled server over SSH/SFTP/FTP (or to S3, Azure Blob, or Rackspace Cloud Files). The page uses the standard Nitro node-server preset, mirroring the precedent set by content/deploy/hostinger.md (PR nuxt#2194). Also adds the DeployHQ logo SVG at public/assets/integrations/deployhq.svg.
🔗 Linked issue
As far as I've seen, there are no such issues to add Hostinger into documentation.
📚 Description
Hi, adding Hostinger into documentation as one of the Node.js Hosting providers. We do support Nuxt.js deployment via GitHub integration or by simply uploading the files. We already have some nuxt.js deployments on our hosting and want to inform other users of such possibility.