Skip to content

Commit 9655ec3

Browse files
committed
add plugin hot reload
1 parent d7e39d1 commit 9655ec3

16 files changed

Lines changed: 471 additions & 924 deletions

.env.example

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ TELEGRAM_ADMIN_CHAT_ID=123456789
88
# Notification chat ID (can be same as admin)
99
TELEGRAM_NOTIFICATION_CHAT_ID=123456789
1010

11-
# qBittorrent Configuration (Docker service names for zerotier)
11+
# qBittorrent Configuration
1212
QBIT_HOST=qbittorrent
1313
QBIT_PORT=8080
1414
QBIT_USERNAME=admin
1515
QBIT_PASSWORD=your_secure_password_here
1616
QBIT_HTTPS=false
1717

18-
# Jackett Configuration (Docker service names for zerotier)
18+
# Jackett Configuration
1919
JACKETT_HOST=jackett
2020
JACKETT_PORT=9117
2121
JACKETT_API_KEY=your_jackett_api_key_here
2222
JACKETT_HTTPS=false
2323

24-
# Download Paths (Direct D: drive paths)
25-
DOWNLOAD_PATH=D:\downloads
26-
COMPLETED_PATH=D:\downloads\completed
27-
TEMP_PATH=D:\downloads\temp
24+
# Download Paths
25+
DOWNLOAD_PATH=/downloads
26+
COMPLETED_PATH=/downloads/completed
27+
TEMP_PATH=/downloads/temp
2828

2929
# Search Configuration
3030
SEARCH_LIMIT=50
@@ -34,8 +34,5 @@ SEARCH_TIMEOUT=30
3434
# Application Configuration
3535
DEBUG=false
3636
LOG_LEVEL=INFO
37+
PLUGIN_DIR=plugins/hot
3738

38-
# Legacy Environment Variables (for backward compatibility)
39-
QBIT_USER=admin
40-
QBIT_PASS=your_secure_password_here
41-
RICH_MODE_TIMEOUT=20

GITHUB_SECRETS.md

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)