Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TeaOSLab/EdgeAdmin
CDN & WAF集群管理系统。
https://github.com/TeaOSLab/EdgeAdmin
cdn dns golang http2 http3 ipv6 proxy reverseproxy tcp udp waf webp
Last synced: about 2 months ago
JSON representation
CDN & WAF集群管理系统。
- Host: GitHub
- URL: https://github.com/TeaOSLab/EdgeAdmin
- Owner: TeaOSLab
- License: bsd-3-clause
- Created: 2020-06-27T07:50:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-16T03:32:52.000Z (8 months ago)
- Last Synced: 2024-04-18T04:09:55.741Z (8 months ago)
- Topics: cdn, dns, golang, http2, http3, ipv6, proxy, reverseproxy, tcp, udp, waf, webp
- Language: JavaScript
- Homepage: https://goedge.cn
- Size: 35 MB
- Stars: 951
- Watchers: 11
- Forks: 162
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ops - TeaOSLab/EdgeAdmin - 3-Clause|69|2020-06-27|2024-07-27 | CDN & WAF集群管理系统 | (运维管理平台)
README
# GoEdge目标
做一款人人用得起的CDN & WAF系统。![截图](doc/screenshot.png)
## 特性
* `免费` - 开源、免费、自由、开放
* `简单` - 架构简单清晰,安装简单,使用简单,运维简单
* `高扩展性` - 可以自由扩展新的节点,支持亿级数据## 功能介绍
* 多用户
* 日志审计
* 集群管理
* HTTP/HTTPS/TCP/UDP等协议支持
* WAF
* 缓存
* DNS自动解析
* 多域名绑定
* 免费证书申请
* IP黑白名单
* 访问日志
* 统计
* 内容压缩
* Protocol Proxy协议
* 本地静态文件
* URL跳转
* 路由规则
* 重写规则
* 访问控制
* 字符编码
* 自定义页面
* 自定义HTTP Header
* Websocket
* WebP自动转换
* Fastcgi
* 请求限制
* 流量限制## 在线演示
* [http://demo.goedge.cloud](http://demo.goedge.cloud)## 文档
* [新手指南](https://goedge.cloud/docs/QuickStart/Index.md)
* [完整文档](https://goedge.cloud/docs)
* [开发者指南](https://goedge.cloud/docs/Developer/Build.md)## 架构
![架构图](doc/architect-zh.png)其中的组件源码地址如下:
* [边缘节点](https://github.com/TeaOSLab/EdgeNode)
* [API节点](https://github.com/TeaOSLab/EdgeAPI)
* [管理平台](https://github.com/TeaOSLab/EdgeAdmin)