Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.1 KB

README.md

File metadata and controls

27 lines (21 loc) · 1.1 KB

Web DL API

Web DL banner

test workflow

Web DL API is a Django RESTful API build to form the core of the entire Web DL stack. It's the sole requirement to run Web DL.

Some features

  • Fully authenticated with user creation and management.
  • Secure, separate access to resources and files.
  • Dynamic file download endpoint for secure file access management.
  • Only stores files locally on device.
  • Runs on less than 2 GB of memory across multiple containers.
  • Authenticated websocket connection support for live status updates.
  • Even more...

Quick start

$ git clone git@github.com:web-dl-tools/api.git
$ cd ./api
// Fill in .env file
$ make start

Please review the requirements, installation and configuration steps in the documentation for additional information and troubleshooting.