Skip to content

ft-aslan/downite

Repository files navigation

Downite Self-Hostable Torrent and HTTP Download Client

downite-torrents

downite-home

About

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 !

Features

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

Planned Integrations

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

How To Install

Prerequisites for building from source code

Installation

  1. Clone the repository:
    git clone https://github.com/ft-aslan/downite.git
  2. Navigate to the project directory:
    cd downite
  3. Install dependencies:
    bun install
  4. Build server:
    bun run build:server
  5. Build web client:
    bun run build:web
  6. Run server:
    bun run start:server
  7. Run server:
    bun run start:web

How to Develop

Prerequisites for developing

  • Goose database migration tool
  • Bun package manager
  • Go
  • (Optional) Air live reload tool

Running

  1. Clone the repository:
    git clone https://github.com/ft-aslan/downite.git
  2. Navigate to the project directory:
    cd downite
  3. Install dependencies:
    bun install
  4. Start the server in development mode with Air or without Air:
    • air
    bun run dev:server
    • vanilla
    bun run dev:server:nohot
  5. Start the web client in development mode:
    bun run dev:web

Migrations

  • Migration down
    bun run db down
  • Migration up
    bun run db up

License

This project is licensed under the MIT License - see the LICENSE file for details.