Skip to content

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

Notifications You must be signed in to change notification settings

web-dl-tools/api

Repository files navigation

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 https://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.