- Introduction
- Installation
- Configuration
- Troubleshooting
- Contributors
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.
- Since this module depends on an external PHP library, it needs to be installed with Composer, see https://www.drupal.org/docs/8/extending-drupal-8/installing-modules-composer-dependencies for further information.
- 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.
- Andrei Mateescu (https://www.drupal.org/u/amateescu)
- Floyd Mann (https://www.drupal.org/u/floydm)