@echo off title Attendance API Server (Tailscale) chcp 65001 >nul cd /d "%~dp0" set PYTHONPATH=%~dp0 echo ============================================ echo Attendance API Server echo Bind: 0.0.0.0:5000 (Tailscale + LAN) echo Truy cap tu Excel: echo http://100.110.190.107:5000/api/attendance echo Hoac qua MagicDNS hostname tailscale. echo ============================================ echo. echo Logs: logs\app.log ^| Ctrl+C de dung echo. runtime\python.exe attendance_api.py echo. echo === Server da dung === pause