Update 2025-12-19 16:23:03

This commit is contained in:
unknown
2025-12-19 16:23:03 +09:00
parent 804204ab97
commit b18412ecb2
30 changed files with 6607 additions and 1165 deletions

View File

@@ -903,33 +903,4 @@ git reset --hard HEAD~1
```python
SESSION_COOKIE_SECURE = False # HTTP 환경
REMEMBER_COOKIE_SECURE = False
```
## 📄 라이선스
이 프로젝트는 MIT 라이선스 하에 배포됩니다.
## 📧 연락처 및 지원
- **이슈 리포트**: GitHub Issues를 통해 버그 리포트 및 기능 요청
- **문의**: 프로젝트 관련 문의사항은 이슈를 등록해주세요
## 🙏 기여
기여를 환영합니다! Pull Request를 보내주세요.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request
## 📝 변경 로그
### v1.0.0 (2025-11-29)
- 초기 릴리스
- iDRAC Redfish API 통합
- Telegram 봇 알림 기능
- DRM 카탈로그 동기화
- 사용자 승인 워크플로우
- 실시간 파일 모니터링
```