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.
- 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...
$ 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.