长时间使用GitHub创建的VPS

发布于 2025-02-07 05:09:54 字数 279 浏览 0 评论 0原文

我已经使用github和ngrok创建了一个Windows VP。它有一段时间的效果很好,但是30分钟后,它会自动关闭。这是我的github存储库链接:

https://github.com/arqamiy2k2k2k2/testproject

可以告诉我该VPS服务器如何在很长一段时间内在线?

I have created a Windows VPS using GitHub and ngrok. It works good for some time but after 30 minutes it automatically shuts down. Here is my GitHub repository link:

https://github.com/arqamiy2k2/testproject

Can any one tell me how this VPS server can be online for a long period of time?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一个人的旅程 2025-02-14 05:09:54

您正在尝试从GitHub动作中创建VP。 GitHub Action是一个旨在执行CI和其他基于存储库的操作的系统。它并非设计为VPS,这实际上并不是这些资源的适当使用。

很长一段时间以来,没有办法将这些VM在线保持在线,因为它们明确打算是短暂的。如果您需要真正的VP,则需要购买真正的VPS。

You're trying to create a VPS out of GitHub Actions. GitHub Actions is a system designed to perform CI and other repository-based actions. It's not designed to be a VPS, and that's not really an appropriate use of those resources.

There isn't a way to keep those VMs online for a long time because they're explicitly intended to be ephemeral. If you need a real VPS, then you'll need to purchase a real VPS.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文