Skip to content
This repository was archived by the owner on Jan 31, 2026. It is now read-only.

Commit 429eac5

Browse files
committed
feat: remove all rutracker oriented code
Signed-off-by: Igor Sachivka <juicy.igor@gmail.com>
1 parent 3d2626b commit 429eac5

21 files changed

Lines changed: 87 additions & 2424 deletions

.env.example

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,12 @@
1-
# RuTracker credentials
2-
RUTRACKER_USERNAME=your_username
3-
RUTRACKER_PASSWORD=your_password
4-
5-
# Cookie file path (relative to project root)
6-
RUTRACKER_COOKIE_FILE=./.cookie/rutracker.cookie
7-
8-
# RuTracker base URL
9-
RUTRACKER_BASE_URL=https://rutracker.org/forum/
10-
111
# Application port
12-
PORT=3000
13-
14-
# Folder for torrent files
15-
TORRENT_FILES_FOLDER=./torrents
16-
17-
# Speed, mbps
18-
ETA_SPEED=800
2+
PORT=3000
193

204
# Plex
215
PLEX_URL=http://localhost:32400
226
PLEX_USERNAME=...
237
PLEX_PASSWORD=...
8+
PLEX_TOKEN=... # optional alternative to username/password
249
PLEX_TOKEN_FILE=./.cookie/plex.token
2510

2611
# TMDB
27-
TMDB_API_KEY=...
12+
TMDB_API_KEY=...

0 commit comments

Comments
 (0)