Rawkoon is a self-hosted movie and TV library with a built-in download manager. It discovers titles through TMDB, searches releases through your indexer, downloads through qBittorrent, and tracks the library from one web UI.
Early-stage project. Breaking changes may occur between releases.
📖 Live documentation: samlo.cloud/rawkoon
cp docker-compose.prod-example.yml docker-compose.prod.yml
cp .env.example .env
# Set SECRET_KEY, BETTER_AUTH_SECRET, and DATABASE_URL.
docker compose -f docker-compose.prod.yml up -d
docker compose -f docker-compose.prod.yml exec rawkoon bunx prisma migrate deploy
The application listens on port 3000 by default.
