findFilms/env.example
vrubelroman 44c19e2b45 feat: Ubuntu single-command deployment
- 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
2025-10-27 23:52:27 +03:00

24 lines
766 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 🔧 Конфигурация 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