Web DL website is a Vue.js SPA Website build to fully integrate the Web DL API and all of its features. It's the official browser client for the Web DL stack.
- Responsive for all screen sizes, from mobile to ultra-wide.
- Compiled for all modern web browsers.
- 100% integrated with Web DL API.
- Authenticated user access to resources and files.
- Websocket live connection for automatic status and progress updates.
- Charts for data storage insights.
- Even more...
$ git clone https://github.com/web-dl-tools/website.git
$ cd ./website
// Fill in .env file
$ make start
Please review the requirements, installation and configuration steps in the documentation for additional information and troubleshooting.