https://github.com/amateescu/ipfs
Provides Drupal integration with IPFS
https://github.com/amateescu/ipfs
decentralized-applications drupal ipfs
Last synced: 24 days ago
JSON representation
Provides Drupal integration with IPFS
- Host: GitHub
- URL: https://github.com/amateescu/ipfs
- Owner: amateescu
- Created: 2018-06-11T22:55:38.000Z (almost 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2018-06-11T22:56:30.000Z (almost 7 years ago)
- Last Synced: 2025-03-29T00:24:29.634Z (about 1 month ago)
- Topics: decentralized-applications, drupal, ipfs
- Language: PHP
- Size: 4.88 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CONTENTS OF THIS FILE
---------------------* Introduction
* Installation
* Configuration
* Troubleshooting
* MaintainersINTRODUCTION
------------Provides integration with IPFS via a stream wrapper.
The recommended usage is to configure file or image fields to use IPFS as the
upload destination. [Image styles](https://www.drupal.org/docs/user_guide/en/structure-image-styles.html)
are supported for image fields, and the `public` schema will be used to store
the image variations.INSTALLATION
------------* 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.CONFIGURATION
-------------* The IPFS gateway can be configured at `/admin/config/media/ipfs`.
TROUBLESHOOTING
---------------* The IPFS module doesn't provide any visible functions to the user on its own,
it simply exposes a new stream wrapper to Drupal.MAINTAINERS
-----------Current maintainers:
* Andrei Mateescu (https://www.drupal.org/u/amateescu)