🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

nodebb-plugin-composer-qiniu

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodebb-plugin-composer-qiniu

Qiniu composer for NodeBB

latest
Source
npmnpm
Version
1.1.1
Version published
Weekly downloads
10
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

Qiniu Composer for NodeBB

nodebb 上传文件到七牛的插件,之前有一个 nodebb-plugin-qiniu-img,但是工作机制是先上传的本地服务器,然后再从服务器上传到七牛,效率很低,而且更严重的问题是大文件上传总是莫名失败,判断可能是七牛的 Node.js 的 SDK 有问题。为了解决这个问题,最终决定,直接修改 composer,从前端直接上传文件到七牛服务器。

强调说明

这个扩展只能处理在回复面板中拖拽或者上传的文件和图片。头像,个人资料里的封面图片等等这里的上传是不通过此插件的,所以如果也想让这些地方的资源文件上传的七牛服务器的话,建议配合只用 nodebb-plugin-qiniu-img。可以一起使用,并不冲突。

Screenshots

Desktop

Desktop Composer

Mobile Devices

Mobile Composer

Admin Setting

Admin Setting

Keywords

nodebb

FAQs

Package last updated on 14 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts