Coder Social home page Coder Social logo

gost-ui's Introduction

GOST V3 API Manage

gost 官方的 web-ui 还没完成,先弄个简单的用一下,好过在 Postman 上捣腾;
纯前端的项目,部署在github-pages上, 放心使用;

使用方式

  1. 启动 API 服务

    gost -api :18080

  2. 打开 web 端管理地址 点击打开

    • API 地址 http://IP:PORT, 如果配置了pathPrefix,加上pathPrefix路径;
    • (如果有) 填写 用户,密码;
    • 点击 连接 按钮;

    home page

  3. 在管理面板,动态管理 GOST

    home page

常见问题

  1. 添加配置时必须有name字段,修改时name字段会被忽略;
  2. GOST的API是支持跨域的,如碰到跨域问题,检查一下页面和API的协议是否一至
  3. 由于Chrome安全规则,连接本地API(127.0.0.1:xxx 或 localhost:xxx) 需要用https页面; 但连接局域网内的API 需要修改浏览器配置 设置方式可以参考这篇博文
    • 补充:可以本地启一个 http/socks 代理,Chrome通过本地代理访问管理页面,再链接本地/局域网API时,不再触发安全规则;
  4. 快速连接禁用的配置数据保存在浏览器的indexedDB中,要快速清除本地数据,可以直接删除indexedDb中的GOST-UI库即可;

gost-ui's People

Contributors

cnwhy avatar

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.