Skip to content

airzwx/ImageCloud

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageCloud

[vanillaforums plugin] lightweight image uploader using Qiniu Cloud as storage

To use this plugin, you need to modify your conf/config.php and add following items between two dividing lines and edit it according to your own information:

======dividing line======

$Configuration['Plugins']['ImageCloud']['Driver'] = 'Qiniu';

$Configuration['Plugins']['ImageCloud']['Qiniu']['AccessKey'] = 'YOUR_APP_ACCESS_KEY';

$Configuration['Plugins']['ImageCloud']['Qiniu']['SecretKey'] = 'YOUR_APP_SECRET_KEY';

$Configuration['Plugins']['ImageCloud']['Qiniu']['Bucket'] = 'YOUR_BUCKET_NAME';

$Configuration['Plugins']['ImageCloud']['Qiniu']['CloudURL'] = 'THE_DOMAIN_OF_THE_BUCKET_WITHOUT_http://OR/';

======dividing line======

An example for CloudURL:

$Configuration['Plugins']['ImageCloud']['Qiniu']['CloudURL'] = '9vamyp.com0.z5.glb.clouddn.com';

About

[vanillaforums plugin] lightweight image uploader using Qiniu Cloud as storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.3%
  • JavaScript 37.3%
  • CSS 3.4%