Jim Ma
Jim Ma
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 以及提示框支持  * mermaid 支持   * chart.js 支持 
@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.