Socket
Socket
Sign inDemoInstall

nodebb-plugin-cloudflare-images

Package Overview
Dependencies
12
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nodebb-plugin-cloudflare-images

Plugin for NodeBB v3.x.x to upload files to Storj.


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

S3 Uploads Configuration for Storj

This plugin is designed to work with Storj. You need configure it via environment variables in file index.js as shown below.

Variables:


AWS_ACCESS_KEY_ID="your access key"
AWS_SECRET_ACCESS_KEY="your secret access key"
S3_ACCESS_GRANT="your access grant key"
S3_ENDPOINT="gateway.storjshare.io"
S3_UPLOADS_BUCKET="your bucket name"
S3_UPLOADS_HOST="gateway.storjshare.io"
S3_ALIAS_HOST="link.storjshare.io/raw"

File URL is formed as follows: https://ALIASHOST/ACCESSGRANT/BUCKET/files/image.png

If you need help, create an issue on Github


💙 Thanks

This plugin was creates on based a plugin NodeBB S3 Uploads Plugin.

Keywords

FAQs

Last updated on 21 Apr 2023

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc