Jim Ma

Results 102 comments of Jim Ma
trafficstars

Yes, you're right. We need create a proposal first in https://github.com/grpc/proposal.

Very useful PR. It help me repair my 10Ti+ restic backup with 100+ snapshots. After repaired, I can force backup the corrupted files.

* emoji 以及提示框支持 ![2018-05-24 6 00 34](https://user-images.githubusercontent.com/1567113/40478752-7fd05f08-5f7c-11e8-9ad8-e3f3b85fdb1e.png) * mermaid 支持 ![2018-05-24 6 00 49](https://user-images.githubusercontent.com/1567113/40478770-87833158-5f7c-11e8-9aff-1b32b5654f8c.png) ![2018-05-24 6 01 05](https://user-images.githubusercontent.com/1567113/40478799-a05d9b5a-5f7c-11e8-8724-eeb945c16e9e.png) * chart.js 支持 ![2018-05-24 6 04 10](https://user-images.githubusercontent.com/1567113/40478910-e82c6132-5f7c-11e8-93a6-576be3484a33.png)

@lealife @xoit desktop app 我测试过了,已经实现了,等我有空的时候,可以将这些先整理到 markdown-editor-v2 中去

@duanmuweiyu 这个是我自己修改的,我不是搞前端的,所以有些代码比较脏,如果你想用的话,可以先用我的分支部署一下的哈,我自己用的 docker 部署的,如果需要的话,可以使用我的仓库来部署,我可以提供 docker-compose 文件,https://cloud.docker.com/u/jim3ma/repository/docker/jim3ma/leanote

When browse https://web.plus, caddy gives the vhost `web.plus` which should be `proxy.plus`. The code: https://github.com/mholt/caddy/blob/master/caddyhttp/httpserver/server.go#L385

@bemasc just Chrome with SwitchyOmega. @mholt can you consider to extend some config for caddy to match host customize ?

@mholt When chrome uses forwardproxy, chrome dials `proxy.plus` with `tls`. The tls connection knows the right host is `proxy.plus` with `SNI`, so when match vhost, Caddy should consider the `SNI...

BTW, each vhost has the supported methods like POST, GET, DELETE. When match vhost, the supported methods should be considered.

@sergeyfrolov `add forwardproxy to all chains` seems not work for proxy directive.