feat(nas,macmini): 수집기 코드 추가 및 DB 스키마 단순화\n\n- Mac Mini SSH 기반 원격 수집기 추가 (/api/mac-mini/*)\n- DS1525+ DSM API 기반 수집기 골격 추가 (로그인/코어/디스크 수집)\n- NAS/디스크 간소화 테이블 생성 (nas_data, nas_disk_data)\n- README 업데이트 (SSH 설정, 엔드포인트, 테이블 구성)\n- Docker 통합 후 동작 확인

This commit is contained in:
Hyungi Ahn
2025-08-13 06:51:45 +09:00
parent 5fc5a697f9
commit b47627e8f9
9 changed files with 1045 additions and 15 deletions

View File

@@ -17,6 +17,7 @@
"lint:fix": "eslint src/ --fix"
},
"dependencies": {
"axios": "^1.11.0",
"bcryptjs": "^2.4.3",
"compression": "^1.7.4",
"cors": "^2.8.5",
@@ -30,6 +31,7 @@
"moment": "^2.29.4",
"mysql2": "^3.6.0",
"node-cron": "^3.0.2",
"node-ssh": "^13.2.1",
"redis": "^4.6.7",
"sequelize": "^6.32.1",
"tp-link-tapo-connect": "^2.0.7",