docs: 네트워크 설정 규칙 추가 및 IP 주소 명시

- Mac Mini IP: 192.168.1.122 (AI 번역 서버)
- DS1525+ NAS IP: 192.168.1.227 (문서 저장소)
- 대시보드 접속 주소 명시
This commit is contained in:
hyungi
2025-07-25 06:43:15 +09:00
parent 18e53355a0
commit 7d13f8f4c3

View File

@@ -58,3 +58,11 @@
- `src/`: 핵심 소스 코드
- `tests/`: 테스트 코드
- `static/`, `templates/`: FastAPI 웹 인터페이스 파일
## 6. 네트워크 설정
- **Mac Mini IP**: `192.168.1.122` (AI 번역 서버 호스트)
- **DS1525+ NAS IP**: `192.168.1.227` (문서 저장소)
- **NAS 마운트 포인트**: `/Volumes/DS1525+`
- **서버 포트**: `8080` (FastAPI 웹 서비스)
- **대시보드 접속**: `http://192.168.1.122:8080/dashboard`