Update README with Headscale and PBS installation guides

README 문서 업데이트:
- Headscale 빠른 설치 섹션 추가
- PBS 올인원 설치 섹션 추가
- 각 스크립트별 빠른 설치 명령어 제공
- 설치 내용 및 사용 방법 안내

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
시골약사 2025-11-14 04:50:59 +00:00
parent a45be35543
commit 912410ba90

View File

@ -172,6 +172,56 @@ claude-code # Claude Code 시작
claude-code --help # 도움말 보기
```
## 🌐 Headscale 빠른 설치
**Tailscale 대체 네트워크** 클라이언트 등록:
### 빠른 설치
```bash
curl -fsSL https://git.0bin.in/thug0bin/pve9-repo-fix/raw/branch/main/headscale-quick-install.sh | bash
```
### 수동 설치
```bash
wget https://git.0bin.in/thug0bin/pve9-repo-fix/raw/branch/main/headscale-quick-install.sh
chmod +x headscale-quick-install.sh
./headscale-quick-install.sh
```
### 설치 내용
- ✅ **Headscale 클라이언트** 등록
- ✅ PBS 서버 등록 전 필수 네트워크 설정
- ✅ Proxmox 환경 통합
## 💾 Proxmox Backup Server 올인원 설치
**PBS 서버 구축 및 Proxmox VE 통합**을 한 번에:
### 빠른 설치
```bash
curl -fsSL https://git.0bin.in/thug0bin/pve9-repo-fix/raw/branch/main/pbs_allinone.sh | bash
```
### 수동 설치
```bash
wget https://git.0bin.in/thug0bin/pve9-repo-fix/raw/branch/main/pbs_allinone.sh
chmod +x pbs_allinone.sh
./pbs_allinone.sh
```
### 설치 내용
- ✅ **PBS 저장소 설정** (no-subscription)
- ✅ **PBS 패키지 설치**
- ✅ **백업 저장소 생성 및 마운트**
- ✅ **방화벽 설정** (포트 8007)
- ✅ **Proxmox VE PBS 통합**
### 설치 후 접속
```bash
# 브라우저에서 PBS 웹 인터페이스 접속
https://<서버IP>:8007
```
## 라이선스
MIT License