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
This commit is contained in:
parent
44c19e2b45
commit
05f6fe40f0
1 changed files with 22 additions and 0 deletions
|
|
@ -109,6 +109,28 @@ sudo systemctl enable qbittorrent
|
|||
sudo systemctl restart qbittorrent
|
||||
|
||||
log_success "qBittorrent запущен и настроен на автозапуск"
|
||||
|
||||
# Проверка: нужна ли настройка пароля в qBittorrent
|
||||
sleep 3
|
||||
echo ""
|
||||
log_warning "⚠️ ВАЖНО: Настройка qBittorrent"
|
||||
echo ""
|
||||
echo "🔐 qBittorrent может использовать временные credentials."
|
||||
echo "Для корректной работы всех сервисов необходимо установить:"
|
||||
echo ""
|
||||
echo " 1. Откройте: http://localhost:8082"
|
||||
echo " 2. Войдите (используйте admin/admin если это первый запуск)"
|
||||
echo " 3. Перейдите в: Tools → Options → Web UI"
|
||||
echo " 4. Установите:"
|
||||
echo " • Username: admin"
|
||||
echo " • Password: vrubel07"
|
||||
echo " 5. Нажмите 'Save' внизу страницы"
|
||||
echo ""
|
||||
echo "📝 Эти credentials необходимы для корректной работы всех сервисов"
|
||||
echo ""
|
||||
echo -n "Нажмите Enter когда закончите настройку qBittorrent..."
|
||||
read
|
||||
|
||||
log_info "Веб-интерфейс: http://localhost:8082"
|
||||
log_info "Логин: admin / vrubel07"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue