Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-gost/gost-ui
web ui for GOST API management
https://github.com/go-gost/gost-ui
gost gost-api gost-ui gost-web gostui
Last synced: 4 days ago
JSON representation
web ui for GOST API management
- Host: GitHub
- URL: https://github.com/go-gost/gost-ui
- Owner: go-gost
- Created: 2023-11-07T17:05:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-21T07:40:55.000Z (4 months ago)
- Last Synced: 2024-12-22T23:06:17.207Z (11 days ago)
- Topics: gost, gost-api, gost-ui, gost-web, gostui
- Language: TypeScript
- Homepage: https://ui.gost.run
- Size: 8.52 MB
- Stars: 114
- Watchers: 5
- Forks: 28
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOST V3 API Manage
## 官方入口
[ui.gost.run](https://ui.gost.run)
## 使用方式
1. 启动API服务
> `gost -api :18080`
2. 打开web端管理地址 [点击打开](https://ui.gost.run/)
- API 地址 `http://IP:PORT`, 如果配置了`pathPrefix`,加上`pathPrefix`路径;
- (如果有) 填写 用户,密码;
- 点击 `连接` 按钮;
3. 在管理面板,动态管理GOST
## 常见问题
1. 添加配置时必须有`name`字段,修改时`name`字段会被忽略;
2. `GOST`的API是支持跨域的,如碰到跨域问题,检查一下页面和API的协议是否一至
3. 由于`Chrome`安全规则,连接本地`API`(127.0.0.1:xxx 或 localhost:xxx) 需要用[https页面](https://gost.whyoop.com/); 但连接局域网内的`API` 需要修改浏览器配置 [设置方式可以参考这篇博文](https://blog.csdn.net/Flywithdawn/article/details/128253604)
- 补充:可以本地启一个 http/socks 代理,`Chrome`通过本地代理访问管理页面,再链接本地/局域网API时,不再触发安全规则;
- 补充1:使用[https页面](https://gost.whyoop.com/),并把`网站设置 -> 不安全内容`设置为`允许`,同样可绕过安全规则;
4. `快速连接`和`禁用`的配置数据保存在浏览器的`indexedDB`中,要快速清除本地数据,可以直接删除`indexedDb`中的`GOST-UI`库即可;