Update README with PVE hostname changer guide

README 문서 업데이트:
- Proxmox VE 호스트명/FQDN 변경 섹션 추가
- 빠른 실행 명령어 제공
- 주요 기능 및 주의사항 안내
- 대화형 호스트명 변경 도구 소개

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
시골약사 2025-11-14 06:01:10 +00:00
parent ffa955a64f
commit 7a793ea77d

View File

@ -222,6 +222,35 @@ chmod +x pbs_allinone.sh
https://<서버IP>:8007
```
## 🏷️ Proxmox VE 호스트명/FQDN 변경
**Proxmox 설치 후 안전하게 호스트명 및 FQDN 변경**:
### 빠른 실행
```bash
curl -fsSL https://git.0bin.in/thug0bin/pve9-repo-fix/raw/branch/main/pve-host-changer.sh | bash
```
### 수동 실행
```bash
wget https://git.0bin.in/thug0bin/pve9-repo-fix/raw/branch/main/pve-host-changer.sh
chmod +x pve-host-changer.sh
./pve-host-changer.sh
```
### 주요 기능
- ✅ **현재 설정 확인** 및 백업
- ✅ **호스트명/도메인 입력 검증**
- ✅ **자동 설정 파일 수정** (/etc/hostname, /etc/hosts)
- ✅ **Proxmox 서비스 재시작**
- ✅ **인증서 자동 재발급**
- ✅ **변경사항 검증** 및 롤백 가이드
### 주의사항
- 단독 노드(Single node)에서는 안전하게 변경 가능
- 클러스터 구성 시 신중하게 진행 필요
- 변경 후 시스템 재부팅 권장
## 라이선스
MIT License