-
-
Notifications
You must be signed in to change notification settings - Fork 3
Add VPS and Dedicated server hosting support #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Added support for VPS and Dedicated server hosting.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds VPS and Dedicated server hosting support as a partnership requirement on the hosting page. The change expands the types of hosting services that partners can offer beyond just FiveM and RedM server hosting.
Changes:
- Added VPS and/or Dedicated server hosting support as a new partnership requirement
Comments suppressed due to low confidence (5)
app/hosting/page.tsx:5
- Unused import Image.
import Image from "next/image";
app/hosting/page.tsx:16
- Unused imports Cloud, Server.
import {
Server,
Zap,
Shield,
Headphones,
ExternalLink,
Percent,
ChevronRight,
Handshake,
Cloud,
} from "lucide-react";
app/hosting/page.tsx:96
- Unused variable fivemLink.
const fivemLink =
app/hosting/page.tsx:99
- Unused variable redmLink.
const redmLink =
app/hosting/page.tsx:102
- Unused variable vpsLink.
const vpsLink =
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* Add VPS and Dedicated server hosting support (#6) Added support for VPS and Dedicated server hosting. * Update providers readme Allow hosts who offer VPS and Dedicated servers
* Add VPS and Dedicated server hosting support (#6) (#7) Added support for VPS and Dedicated server hosting. * Updated stuff (#8) * Add VPS and Dedicated server hosting support (#6) Added support for VPS and Dedicated server hosting. * Update providers readme Allow hosts who offer VPS and Dedicated servers * Update contact link to open an issue on GitHub
* Develop (#9) * Add VPS and Dedicated server hosting support (#6) (#7) Added support for VPS and Dedicated server hosting. * Updated stuff (#8) * Add VPS and Dedicated server hosting support (#6) Added support for VPS and Dedicated server hosting. * Update providers readme Allow hosts who offer VPS and Dedicated servers * Update contact link to open an issue on GitHub * feat(fix): my fixes --------- Co-authored-by: Pixelated <toxic.dev09@gmail.com>
* Add VPS and Dedicated server hosting support (#6) (#7) Added support for VPS and Dedicated server hosting. * Updated stuff (#8) * Add VPS and Dedicated server hosting support (#6) Added support for VPS and Dedicated server hosting. * Update providers readme Allow hosts who offer VPS and Dedicated servers * Update contact link to open an issue on GitHub * Ran fixes (#10) * Develop (#9) * Add VPS and Dedicated server hosting support (#6) (#7) Added support for VPS and Dedicated server hosting. * Updated stuff (#8) * Add VPS and Dedicated server hosting support (#6) Added support for VPS and Dedicated server hosting. * Update providers readme Allow hosts who offer VPS and Dedicated servers * Update contact link to open an issue on GitHub * feat(fix): my fixes --------- Co-authored-by: Pixelated <toxic.dev09@gmail.com> --------- Co-authored-by: Ranveer Soni <ranveersonirobotic123@gmail.com>
Added support for VPS and Dedicated server hosting.