chore: mark completed plan checklists (CORS, peer fix, deployment tools, phase 4.5)

This commit is contained in:
datadunia
2026-05-22 10:19:11 +07:00
parent 2ba5880a1b
commit 821169a179
4 changed files with 26 additions and 29 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
## TODOs
- [ ] 1. Create Makefile with reset-db command
- [x] 1. Create Makefile with reset-db command
**What to do**:
- Create `D:\www-project\NexusGuard\Makefile` with this content:
@@ -42,7 +42,7 @@
**Recommended Agent Profile**: `build` (file creation + git)
- [ ] 2. SSH: Migrate empty HWIDs to NULL + restart container
- [x] 2. SSH: Migrate empty HWIDs to NULL + restart container
**What to do**:
- SSH into 172.20.8.191:
@@ -63,9 +63,9 @@
Expected Result: count = 0
```
- [ ] 3. Commit and push all changes (server-core HWID fix, frontend delete button, Makefile)
- [x] 3. Commit and push all changes (server-core HWID fix, frontend delete button, Makefile)
- [ ] 4. Verify POST /api/v1/peers returns 201
- [x] 4. Verify POST /api/v1/peers returns 201
```bash
ssh root@172.20.8.191 'curl -s -X POST http://localhost:3000/api/v1/auth/login -H "Content-Type: application/json" -d "{\"username\":\"admin\",\"password\":\"...\"}"'