RainPaper

Results 2 issues of RainPaper

docker.io/cloudflare/cloudflared:latest

这个issue是[issue #104 ](https://github.com/msgbyte/tailchat/issues/104)的延伸 目前的实现是先把图片上传到服务器,服务器再上传到 oss,我觉得需要实现一下客户端直传OSS,可以用环境变量来选择是否启用。关于安全性的问题可以用AWS S3协议中的预签名 URL 来上传对象,官网文档中[该链接](https://docs.aws.amazon.com/zh_cn/AmazonS3/latest/userguide/using-presigned-url.html)的内容。适当限制该预签名URL的权限就不会造成安全问题。比如在memos项目中就是客户端直传,这个功能还是有必要的。不然带宽占用要翻倍,有点浪费资源了。 --- This issue is an extension of [issue #104](https://github.com/msgbyte/tailchat/issues/104) The current implementation is to upload the image to the server first, and...