Skip to content

Upload relay server for IPFS providers (like 4everland)

Notifications You must be signed in to change notification settings

FlareZone/IPFS-Upload-Relay

 
 

Repository files navigation

IPFS-Upload-Relay

Environment Variables

Work mode:

  • MODE: production or development, default mode is production

System related:

  • REDIS_CONNECTION_STRING

S3 related settings:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY
  • FOREVERLAND_BUCKET

Endpoints

  • GET /: health check
  • PUT /upload: upload file (multipart/form-data, file=@file)
  • POST /json: post raw json data (application/json)
  • POST /video: post a new video (?url=...)

Other platforms support

Fork and add as U wish :P

About

Upload relay server for IPFS providers (like 4everland)

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • Go 94.0%
  • Dockerfile 3.3%
  • Shell 2.7%