Anton Chen

Results 7 issues of Anton Chen

众所周知我们不能直接访问 Telegram API 目前通过 [Cloudflare Worker 反代](https://anerg.com/2022/07/25/reverse-proxy-telegram-bot-api-using-cloudflare-worker.html) 了 API,需要应用本身支持配置反代域名。

在部署 calico 和 coredns 时 Pod 都会请求 api server,但它默认请求 service 的地址如:`https://198.18.0.1:443/version`,calico 通过设置环境变量解决了,coredns 设置 api server 后报证书错误,在部署文档中未见相关说明。 1. Pod 中的 api server 地址默认再哪里存储? 2. coredns 如何忽略证书错误或配置 CA? ---- EDIT: 理解有问题刚搞明白,请求 `https://198.18.0.1:443/version`...

``` failed to send confirmation - bad from address "noreply ": 501 mail from address must be same as authorization user - 500 - IP - /auth/email/login?site=RawLab&[email protected]&user=Anton [caused by auth/provider/verify.go:194...

我有个群需要同步,数据量接近百万,而 MeiliSearch 有[文章表明](https://blog.long2ice.io/2022/07/meilisearch%E4%B8%80%E4%B8%AA%E8%BD%BB%E9%87%8F%E7%BA%A7%E6%90%9C%E7%B4%A2%E5%BC%95%E6%93%8E/)十万数据占用 1.6G 内存。 仅从 README 上看 [ZincSearch](https://github.com/zincsearch/zincsearch) 似乎更适合做这事,但我没查询到资源占用相关文章 它还有个 Rust 版本支持集群 [ZincObserve](https://github.com/zinclabs/zincobserve)

question

Hello everyone, I have a Singapore server in Alibaba Cloud. When it runs the simple-obfs TLS mode Client send 'Client Hello' server does not respond. There is a problem in...

尝试 ssh 执行 `docker login` ,从 luci 上拉取镜像还是会报错 `unauthorized: authentication required` 目前只能走 ssh 执行 `docker pull` 临时使用

enhancement