https://github.com/xanderstrike/gazelleui
Download from your Gazelle-based trackers with ease!
https://github.com/xanderstrike/gazelleui
apollo gazelle hacktoberfest music redacted torrents tracker whatcd
Last synced: 7 months ago
JSON representation
Download from your Gazelle-based trackers with ease!
- Host: GitHub
- URL: https://github.com/xanderstrike/gazelleui
- Owner: XanderStrike
- Created: 2015-12-22T19:58:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T05:00:45.000Z (8 months ago)
- Last Synced: 2025-03-04T18:40:18.821Z (8 months ago)
- Topics: apollo, gazelle, hacktoberfest, music, redacted, torrents, tracker, whatcd
- Language: Python
- Homepage:
- Size: 241 KB
- Stars: 60
- Watchers: 7
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

GazelleUI is a web based torrent manager a-la CouchPotato, Headphones, or SickRage, but just for [Gazelle](https://github.com/WhatCD/Gazelle) based music trackers (such as APL or PTH). It serves as a web wrapper for Gazelle's API, and downloads torrents into a folder that can be 'watched' by any torrent client for instant downloading.
It's minimal, it's fast, and it works on your phone. What more do you want.
[Check out these awesome screenshots](https://imgur.com/a/fZysf)
## Installation
If you've got it, [Docker](https://www.docker.com/) is the best way to run GazelleUI.
docker create \
--name=gazelleui \
--restart always \
-v :/torrents \
-v :/app/config \
-e PGID=1000 -e PUID=1000 \
-e TZ=America/Los_Angeles \
-p 2020:2020 \
xanderstrike/gazelleui* Set the watchfolder to a directory watched by your torrent client
* PGID and PUID can be found by running `id` in a terminal
* Timezone is your timezone
* Configure the port by setting `2020:2020` to `:2020`Run with:
docker start gazelleui
### Without Docker or for Development
GazelleUI is designed with seedboxes in mind. These instructions are for Ubuntu, but it'll run on most any linux or osx box.
Download or clone this repository.
Set up the prerequisites and run:
sudo apt-get update
sudo apt-get install wget python3-pip
sudo pip install -r requirements.txt
python GazelleUI.pyThen visit `:2020` to set it up!
### License
MIT license
Logo credit Focus Lab via NounProject: https://thenounproject.com/search/?q=gazelle&i=549876