Files
wol/start.sh
Marius Mutu acf234c600 Major feature enhancement: Windows PowerShell network scanning integration
- Added Windows PowerShell network scanner with auto-detection and interactive mode
- Implemented dual scanning system (Windows + Linux fallback)
- Added computer management features (rename, delete, duplicate checking)
- Enhanced UI with modern responsive design and Romanian localization
- Added comprehensive Windows-Linux integration with WSL interop
- Improved error handling and user feedback throughout
- Added hot reload for development and comprehensive documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-05 17:27:27 +03:00

13 lines
302 B
Bash

#!/bin/bash
echo "🚀 Pornesc Wake-on-LAN Manager..."
# Creează directorul pentru date
mkdir -p data
# Pornește containerele
docker-compose up -d
echo "✅ Aplicația rulează pe http://IP_LXC:5000"
echo "📊 Vezi logs cu: docker-compose logs -f"
echo "⏹️ Oprește cu: docker-compose down"