Commit graph

2 commits

Author SHA1 Message Date
vrubelroman
05f6fe40f0 fix: Add user prompt for qBittorrent credentials setup
- Prompt user to configure qBittorrent credentials after installation
- Display clear instructions for setting admin/vrubel07
- Wait for user confirmation before starting Docker services
- Ensures correct credentials for all dependent services
2025-10-28 00:24:17 +03:00
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