/ipfs

Provides Drupal integration with IPFS

Primary LanguagePHP

CONTENTS OF THIS FILE

  • Introduction
  • Installation
  • Configuration
  • Troubleshooting
  • Contributors

INTRODUCTION

Provides integration with IPFS via stream wrappers.

The recommended usage is to configure file or image fields to use IPFS as the upload destination. Image styles are supported for image fields, and the public schema will be used to store the image variations.

INSTALLATION

CONFIGURATION

  • The IPFS gateway can be configured at /admin/config/media/ipfs.
  • There are two stream wrappers to choose from, a raw IPFS wrapper and a Fission version.
  • The Fission API endpoint requires a username and password for POSTing new files. See https://guide.fission.codes/ for information on how to install Fission and register a Fission account.
  • When adding File or Image fields to an Entity, select IPFS as the Upload Destination.
  • If you would like to display images or link to files from the IPFS, go to "Manage Display" on the entity bundle and select an IPFS field formatter.

TROUBLESHOOTING

CONTRIBUTORS