docs(deploying): add Hostinger Web Apps Hosting to Node.js deployment options#90246
Conversation
|
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
| - [Flightcontrol](https://github.com/nextjs/deploy-flightcontrol) | ||
| - [Railway](https://github.com/nextjs/deploy-railway) | ||
| - [Replit](https://github.com/nextjs/deploy-replit) | ||
| - [Hostinger Web Apps Hosting](https://www.hostinger.com/web-apps-hosting) |
There was a problem hiding this comment.
Do you have a Next.js based guide/docs/reference to link to instead?
There was a problem hiding this comment.
hey, not yet, only generic ones :) but I could write specific to Next.js
There was a problem hiding this comment.
Do you have a Next.js based guide/docs/reference to link to instead?
Created: Deploy Next.js on Hostinger Node.js Web Apps Hosting.
I currently don’t have permission to publish this under an official organization repository, so this is a temporary personal reference. Once the guide is moved to the org-owned repo, I’ll update the PR link immediately to the official docs.
There was a problem hiding this comment.
@icyJoseph did you have a chance to review my guide?
There was a problem hiding this comment.
Hi, catching up with weekend activity. I'll try to take a look today/tomorrow 🙏
There was a problem hiding this comment.
Ok I see, is the plan to use https://github.com/hostinger/deploy-nextjs instead? (404'ing right now)
There was a problem hiding this comment.
Let's update the link, preferably to hostinger's github org, and I think it is good to go.
There was a problem hiding this comment.
Updated in commit f42df03: switched to https://github.com/hostinger/deploy-nextjs. Thanks for the guidance.
|
@icyJoseph link is now updated to the org repo (https://github.com/hostinger/deploy-nextjs) in commit f42df03. Could you please take another look when you have a moment? |
| - [Flightcontrol](https://github.com/nextjs/deploy-flightcontrol) | ||
| - [Railway](https://github.com/nextjs/deploy-railway) | ||
| - [Replit](https://github.com/nextjs/deploy-replit) | ||
| - [Hostinger Web Apps Hosting](https://github.com/hostinger/deploy-nextjs) |
There was a problem hiding this comment.
My only other comment here would be that the rest of Templates just have the company name, could we agree on that?
|
@icyJoseph updated. I changed the Templates entry label to "Hostinger" to match the existing style, while keeping the link to https://github.com/hostinger/deploy-nextjs (commit 5432384). |
|
@icyJoseph I still don't see Hostinger in the https://nextjs.org/docs/app/getting-started/deploying 🤔 |
|
We merged to canary. The docs are for 16.1.6 right now, but we regularly publish canary updates that do apply to the currently release version. |
… options (#90246) This proposal adds Hostinger Web Apps Hosting as one additional deployment option in existing deployment documentation. - Keeps language provider-neutral - No runtime or code behavior changes - Keeps current structure and recommendations intact Link used: https://github.com/hostinger/deploy-nextjs --------- Co-authored-by: Joseph <joseph.chamochumbi@vercel.com>
## Summary Backports documentation fixes and improvements from canary to the `next-16-1` branch. ### Included commits: - `757ab17e54` In-Depth Explanation of React Version Handling Doc (#89426) - `fe0bb2fc51` Next.js sticky scroll standards (#90197) - `d13d1ba23b` docs: improve form guide consistency and validation examples (#90361) - `c23f3434a3` docs: fixes typo in manifest.mdx regarding Route Handler note (#90394) - `dcf11d111b` docs: clarify that next upgrade is for 16.1.x+ (#90435) - `da0cbcce76` Add not-found.js / notFound() links to Status Codes section (#88332) - `ae79ae55eb` docs: add Docker Standalone and Docker Export examples to Deploying page (#90386) - `bb813afd49` docs(deploying): add Hostinger Web Apps Hosting to Node.js deployment options (#90246) - `15fcfb9ce4` docs: fix navigationType value and variable name in useReportWebVitals (#90599) - `080e1b3` docs: Accept header content negotiation (#90607) --------- Co-authored-by: Abhishek Mardiya <97448460+abhishekmardiya@users.noreply.github.com> Co-authored-by: vercel[bot] <35613825+vercel[bot]@users.noreply.github.com> Co-authored-by: Jimmy Lai <laijimmy0@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Mary Lavanitha <lavanitha.officialdesk@gmail.com> Co-authored-by: Tyler Arthur <46767044+tdarthur@users.noreply.github.com> Co-authored-by: Karl Horky <karl.horky@gmail.com> Co-authored-by: Kristiyan Velkov <40764277+kristiyan-velkov@users.noreply.github.com> Co-authored-by: Wyatt Johnson <accounts+github@wyattjoh.ca> Co-authored-by: kristiyan.velkov <kristiyan.velkov@ffw.com> Co-authored-by: agneliutkiene <agne.liutkiene@hostinger.com> Co-authored-by: Mimori <mimorimori256@gmail.com> Co-authored-by: Joseph <icyJoseph@users.noreply.github.com>
|
@agneliutkiene fyi, https://nextjs.org/docs/app/getting-started/deploying#templates now shows Hostinger |
This proposal adds Hostinger Web Apps Hosting as one additional deployment option in existing deployment documentation.
Link used: https://github.com/hostinger/deploy-nextjs