- Fixed qBittorrent port configuration: 8080 → 8082 - Updated docker-compose.yml: TorAPI-qBittorrent uses host.docker.internal - Moved TELEGRAM_BOT_TOKEN to environment variables - Created start_ubuntu.sh for automated deployment - Added qBittorrent systemd service with autostart - Updated env.example with correct port (8082) - Added UBUNTU_DEPLOYMENT.md documentation All services now start with: ./start_ubuntu.sh
24 lines
766 B
Text
24 lines
766 B
Text
# 🔧 Конфигурация searchTorrentDownl
|
||
# Скопируйте этот файл в .env и заполните своими данными
|
||
|
||
# 🎬 TMDB API Key
|
||
# Получите на https://www.themoviedb.org/settings/api
|
||
TMDB_API_KEY=your_tmdb_api_key_here
|
||
|
||
# 🤖 Telegram Bot Token
|
||
# Получите у @BotFather в Telegram
|
||
TELEGRAM_BOT_TOKEN=7662650066:AAFgsfYJNYgpcSHaSe6fspsjqmhMkOBT1s4
|
||
|
||
# 🐳 qBittorrent настройки
|
||
QBITTORRENT_USERNAME=admin
|
||
QBITTORRENT_PASSWORD=admin
|
||
QBITTORRENT_HOST=host.docker.internal
|
||
QBITTORRENT_PORT=8082
|
||
|
||
# 🔍 TorAPI настройки
|
||
TORRENT_SEARCH_URL=http://host.docker.internal:8443
|
||
TORRENT_ADD_URL=http://host.docker.internal:8088
|
||
|
||
# 🌐 Основное приложение
|
||
HOST=0.0.0.0
|
||
PORT=8000
|