docs: 네트워크 설정 규칙 추가 및 IP 주소 명시
- Mac Mini IP: 192.168.1.122 (AI 번역 서버) - DS1525+ NAS IP: 192.168.1.227 (문서 저장소) - 대시보드 접속 주소 명시
This commit is contained in:
@@ -57,4 +57,12 @@
|
|||||||
- `models/`: 학습된 AI 모델 파일
|
- `models/`: 학습된 AI 모델 파일
|
||||||
- `src/`: 핵심 소스 코드
|
- `src/`: 핵심 소스 코드
|
||||||
- `tests/`: 테스트 코드
|
- `tests/`: 테스트 코드
|
||||||
- `static/`, `templates/`: FastAPI 웹 인터페이스 파일
|
- `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`
|
||||||
Reference in New Issue
Block a user