[egg] Next JS#13
Conversation
This README provides detailed instructions on running a Next.js application on a Pterodactyl server, including features, configuration variables, and logging.
|
I am a Next developer and isn't Nextjs just Node with a different start up command? (npm run build / pnpm build / bun build / yarn build) |
|
but still cool, then I won't need Vercel anymore, because I know this egg was made for Next! Maybe implement a cronjob which grabs the latest files from a given GitHub |
Yes, pretty much. This Pterodactyl egg is simply meant to make deploying a Next.js app easier for people who do not know how to host it on a VPS themselves and do not want to depend on Vercel. |
I can look into that. For now, a server restart is all that is needed, as long as auto pull is enabled in the startup settings, since the server pulls the latest files from your GitHub repository on startup. |
Adding a new Next.js egg for Ptero-Eggs. This egg allows users to host a generic Next.js application with support for GitHub auto-pull, development and production mode, npm or yarn, configurable host and port, optional logging, and official Pterodactyl Node.js yolk images.
Checklist for all submissions
Have you followed the guidelines in our Contributing document?
Have you checked to ensure there aren't other open Pull Requests for the same update/change?
Have you tested and reviewed your changes with confidence that everything works?
Did you branch your changes and PR from that branch and not from your master branch?
You verify that the start command applied does not use a shell script
The egg was exported from the panel
New egg Submissions