CruiseControl 远程仪表板访问

发布于 2024-09-16 18:37:02 字数 394 浏览 3 评论 0原文

抱歉,如果这是一个菜鸟问题,但我刚刚开始使用 CruiseControl,并且我希望允许从互联网上的任何位置访问仪表板。

我找不到任何有关如何执行此操作的文档。我在 Windows 计算机上运行它,我可以启动 CC 并通过 http://localhost:8080/ 查看仪表板 有什么

想法吗?

更新:我在 8080 上为我的计算机添加了新的入站规则,但是 http://canyouseeme.org / 表示未开放。奇怪的...

Sorry if this is kind of a noob question, but I'm just starting to use CruiseControl, and I'd like to allow access to the DashBoard from anywhere on the internet.

I can't find any documentation on how to do this. I'm running it off of a Windows machine, and I can start CC and view the DashBoard through http://localhost:8080/

Any ideas?

Update: I added a new Inbound rule for my machine on 8080, however http://canyouseeme.org/ says it's not open. Strange...

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

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

发布评论

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

评论(1

鹿港小镇 2024-09-23 18:37:02

我认为不需要任何特殊操作来允许外部访问,因此我认为您的问题更多的是一般的网络托管问题,而不是 CruiseControl 特有的问题。以下是一些可能值得关注的事项:

  • 确保您的防火墙没有阻止对端口的访问。
  • 确保您的网络的域策略允许外部访问您的计算机。
  • 您是从命令行还是作为服务启动 CruiseControl?如果从命令行启动,请尝试将其作为服务启动,看看结果是否不同。如何执行此操作取决于您的系统配置,但通常,如果您使用的是 CruiseControl .NET,请运行命令 net start "CruiseControl.Net Server"。如果您使用标准 CruiseControl,请运行 net start "CruiseControl Service"

I don't think any special action is needed to allow external access, so I think your problem is more of a general web hosting problem than it is specific to CruiseControl. Here are a few things that might be worth looking at:

  • Make sure your firewall is not blocking access to the port.
  • Make sure your network's domain policy allows external access to your computer.
  • Are you starting CruiseControl from the command line or as a service? If starting from the command line, try starting it as a service and see if the results are different. How to do this depends on your system configuration, but usually, if you are using CruiseControl .NET, run the command net start "CruiseControl.Net Server". If you are using standard CruiseControl, run net start "CruiseControl Service".
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文