Tree Xie

Results 169 comments of Tree Xie

单纯生成svg还是可以实现,但是转换为png的就比较麻烦了。不过如果是直接在浏览器上执行的,echarts应该更能满足各种场景的需求。

因为各种复杂的图表比较麻烦,后续尽量支持更多的种类。在此,谢谢对charts-rs的支持

`Pingora` supports gRPC and websocket proxying, athough I haven't used websocket proxy, but I think it should be usable.

Is there any problem with the websocket proxy??

Yes, you can configure it through the admin web page or toml file. I will provide document later, may be version 0.6.0

```toml [servers.ws] addr = "127.0.0.1:6188" locations = ["ws"] [locations.ws] upstream = "ws" [upstreams.ws] addrs = ["124.222.224.186:8800"] ``` I tested it on `http://www.websocket-test.com/`

Yes. `cGluZ2FwOjEyMzEyMw==` is base64("pingap:123123"). ```bash docker run -it -d --restart=always \ -v $PWD/pingap:/opt/pingap \ -p 3018:3018 \ vicanso/pingap -c /opt/pingap [email protected]:3018 ```

https://treexie.gitbook.io/pingap/plugin_zh#iplimit 支持按IP允许或禁止访问,配置之后在location中添加该插件即可