https://portal.futureporn.net https://uppy.futureporn.net

Futureporn API

Application Programmable Interface (API) for developers

Data API

The Data API contains all the data served by this website in JSON format, including IPFS Content IDs (CID), VOD titles, dates, and stream announcement links.

Futureporn API Version 1

IPFS Cluster Template

The IPFS Cluster Template allows other IPFS cluster instances to join the Futureporn.net IPFS cluster as a follower peer. Cluster peers automatically pin (replicate) the IPFS content listed on this website.

Basic instructions are as follows

  1. Download & install both ipfs-kubo and ipfs-cluster-follow onto your server.
  2. Initialize your ipfs repo & start the ipfs daemon
    ipfs init
    ipfs daemon
    
  3. Join the cluster
    CLUSTER_PEERNAME="replace-me-with-your-super-cool-name" ipfs-cluster-follow futureporn.net run --init https://futureporn.net/api/service.json

Futureporn IPFS Cluster Template (service.json)