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

Login with account : testuser/password

Enter the test forum

Create a new topic

Click on the insert image button

Select the image file

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

Publish the post

Dependency
This project uses Web.Storage API to store files on IPFS network.
Built With
- filecoin
- ipfs
- phpbb
- web3.storage
Log in or sign up for Devpost to join the conversation.