fission-codes / discourse-ipfs-file-store

A Discourse plugin to use IPFS to store files
GNU General Public License v2.0
6 stars 1 forks source link
discourse discourse-plugins ipfs

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:

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

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