GithubHelp home page GithubHelp logo

not websocket protocol about cyclone HOT 6 CLOSED

caicloud avatar caicloud commented on May 18, 2024
not websocket protocol

from cyclone.

Comments (6)

superxi911-zz avatar superxi911-zz commented on May 18, 2024

cyclone server 有两个端口提供服务:

  • 7099:api server 端口,提供创建版本库关联、构建版本等 cyclone 主要功能操作的 restful API
  • 8000:websocket 端口,用于获取构建过程中实时日志

你是如何访问 localhost:8000 的?

from cyclone.

KevinMyDing avatar KevinMyDing commented on May 18, 2024

@Superxi911 我按照安装手册的Docker方式进行安装,安装完成后,通过浏览器访问的http://localhost:8000

from cyclone.

superxi911-zz avatar superxi911-zz commented on May 18, 2024

8000端口提供的不是http服务,是websocket服务,不能这么访问,你需要建一个websocket客户端连过来

from cyclone.

superxi911-zz avatar superxi911-zz commented on May 18, 2024

这里有个小程序是我当初调试这个功能的时候用go写的一个websocket client,有兴趣可以参考 WebsocketClient

from cyclone.

KevinMyDing avatar KevinMyDing commented on May 18, 2024

在setup的文档中,表示localhost:8000是网页访问地址哦,那么,网页管理应该通过什么端口访问呢?

@Superxi911

from cyclone.

superxi911-zz avatar superxi911-zz commented on May 18, 2024

噢,你说的是cyclone用于OAUTH的回调前端用户界面url的ENV配置,文档里我们并没有明说现在可以通过localhost:8000访问。前端用户界面是另一个项目,目前我们还没有开源。目前只能通过API操作cyclone

from cyclone.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.