Skip to content

fission-codes/discourse-ipfs-file-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discourse IPFS File Store

A Discourse forum plugin to use IPFS to store files, using the Fission web API.

License Built by FISSION Discord Discourse

Description

This add a file store component that stores files on IPFS, initially using Fission's Web API (other IPFS services welcome!).

When you use this plugin with Discourse, you enter your API keys and an optional IPFS gateway URI. Files that are uploaded through Discourse will be stored and pinned on IPFS, and served up over http using the gateway.

TO DO:

  • Add support for get-ipfs to load IPFS files natively

Installation

Follow instructions here to install Discourse plugins -- so you'll need to add this line to your containers/app.yml:

- git clone https://github.com/fission-suite/discourse-ipfs-file-store.git

And then rebuild the container.

Configuration

Now you can enable and configure the plugin:

  1. Make sure you've signed up for a Fission account, read the guide to register using the CLI interface
  2. Visit $your_site/admin/site_settings/category/plugins?filter=ipfs_storage
  3. Select Enable IPFS storage
  4. Enter your Fission username and password
  5. Optionally enter an IPFS gateway

Notes

  • Uploads to IPFS will go through the Fission API at runfission.com
  • If you enter an IPFS gateway (step 4 in Configuration), downloads will be pulled from that IPFS gateway. For best results, use the Fission gateway: ipfs.runfission.com

Further discussion in the forum, or file an issue if you run into problems.

About

A Discourse plugin to use IPFS to store files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages