Filecoin/IPFS X PhpBB

This project integrates IPFS technology in PhpBB Forums to manage image uploads.

It adds a new feature in the post editor : A button to insert an IPFS hosted image. The user can pick an image on filesystem, upload it on IPFS, and insert the image in the post.

Test procedure

Procedure to insert an IPFS image in a post :

  • Connect to the demo site http://phpbb-ipfs.mywire.org 1

  • Login with account : testuser/password 2

  • Enter the test forum 3_

  • Create a new topic 4_

  • Click on the insert image button 5_

  • Select the image file 6

  • The image is uploaded to the IPFS network and inserted into the post using a bbcode tag 8_

  • Publish the post 9

Dependency

This project uses Web.Storage API to store files on IPFS network.

Built With

  • filecoin
  • ipfs
  • phpbb
  • web3.storage
Share this project:

Updates