Gymboard/gymboard-cdn
Andrew Lalis 4760a5833d Added start of cdn implementation. 2023-01-31 15:00:56 +01:00
..
source Added start of cdn implementation. 2023-01-31 15:00:56 +01:00
.gitignore Added potential d code. 2023-01-22 19:24:12 +01:00
README.md Added start of cdn implementation. 2023-01-31 15:00:56 +01:00
dub.json Added start of cdn implementation. 2023-01-31 15:00:56 +01:00
dub.selections.json Added start of cdn implementation. 2023-01-31 15:00:56 +01:00

README.md

Gymboard-CDN

To avoid having to do expensive and complex computations in the main Gymboard API to handle user video uploads, that functionality is provided by this Gymboard-CDN project.

This CDN offers basic, unauthenticated upload and download capabilities, as well as asynchronous processing of video files to reduce disk usage.

It offers the following endpoints:

  • POST /uploads - Upload files here.
  • GET /uploads/{id} - Fetch uploaded files.