Add Windows auto-startup configuration and NAS deployment
Some checks failed
Deploy to Vercel / deploy (push) Has been cancelled
Deploy to Railway / deploy (push) Has been cancelled

- Add Windows service startup scripts (start/stop-jaryo-service.bat)
- Add auto-startup configuration with Task Scheduler
- Add XML task definition for Windows Task Scheduler
- Update server.js to bind to specific IP (99.1.110.50)
- Add comprehensive auto-startup documentation
- Prepare for NAS deployment with existing scripts

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-22 10:24:32 +09:00
parent 49d16f0512
commit 6c41f5d883
10 changed files with 480 additions and 5 deletions

View File

@@ -44,7 +44,10 @@
"Bash(scp:*)",
"Bash(cat:*)",
"Bash(./deploy-manual.sh)",
"Bash(npm install)"
"Bash(npm install)",
"Bash(powershell:*)",
"Bash(schtasks:*)",
"Bash(cmd //c:*)"
],
"deny": [],
"ask": [],