This project is a self-hostable torrent and HTTP download client designed to run on the same server. It provides a robust solution for managing and downloading torrents and files, all from a unified interface. Future updates will include seamless integration with popular media management applications such as Sonarr and Radarr, allowing for automated media acquisition and organization.
PROJECT IS UNDER HEAVY DEVALOPMENT. IT'S NOT READY FOR PRODUCTION !
- Torrent Client: Efficiently download and manage torrents.
- HTTP Download Client: Directly download files with HTTP.
- Unified Interface: Manage both torrents and HTTP downloads from a single interface.
- Future Integration: Planned support for Sonarr and Radarr to automate and streamline media management.
- Sonarr: Automatically download and manage TV shows.
- Radarr: Automatically download and manage movies.
This project aims to provide a comprehensive, all-in-one solution for media downloading and management, making it an essential tool for any media enthusiast.
- Clone the repository:
git clone https://github.com/ft-aslan/downite.git
- Navigate to the project directory:
cd downite
- Install dependencies:
bun install
- Build server:
bun run build:server
- Build web client:
bun run build:web
- Run server:
bun run start:server
- Run server:
bun run start:web
- Web client is running on port 4173 by default. http://localhost:4173
- Server is running on port 9999 by default. http://localhost:9999
- Documentation link. http://localhost:9999/docs
- Clone the repository:
git clone https://github.com/ft-aslan/downite.git
- Navigate to the project directory:
cd downite
- Install dependencies:
bun install
- Start the server in development mode with Air or without Air:
- air
bun run dev:server
- vanilla
bun run dev:server:nohot
- Start the web client in development mode:
bun run dev:web
- Web client is running on port 4173 by default. http://localhost:4173
- Server is running on port 9999 by default. http://localhost:9999
- Documentation. http://localhost:9999/docs
- Migration down
bun run db down
- Migration up
bun run db up
This project is licensed under the MIT License - see the LICENSE file for details.