Initial commit: Proxmox IP Changer
✨ Proxmox 호스트 IP 자동 변경 스크립트 - IP 주소 자동 변경 기능 - 설정 파일 자동 백업 - IP 유효성 검증 - 컬러풀한 UI 🛠️ 기술 스택: - Bash Shell Script - Proxmox VE Compatible 🔧 주요 구성: - change_proxmox_ip.sh: 메인 스크립트 - README.md: 사용 설명서 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# Backup files
|
||||
*.backup.*
|
||||
*.bak
|
||||
*~
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
.*.swp
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
|
||||
# Git credential files
|
||||
.git-credentials
|
||||
|
||||
# Personal documentation
|
||||
gitea업로드방법.md
|
||||
proxmox_auto_rdp_implementation.md
|
||||
proxmox_host화면에서 바로 rdp.md
|
||||
Reference in New Issue
Block a user