저장소 주소 변경: GitHub Gitea

모든 파일의 Git 저장소 주소를 변경:
- https://github.com/yourusername/cafe24-testserver
   https://git.siane.kr/firstgarden/cafe24-testserver

변경된 파일:
- README.md: 3곳
- proxmox/README.md: 4곳
- proxmox/setup.sh: 3곳
- proxmox/create_vm.sh: 1곳
- proxmox/create_lxc.sh: 2곳
- vm/setup_common.sh: 1곳
- lxc/setup_mariadb.sh: 1곳
This commit is contained in:
2025-12-23 11:54:41 +09:00
parent 83f5efc7af
commit c95547628b
7 changed files with 15 additions and 15 deletions

View File

@ -7,7 +7,7 @@
set -e
# dotfiles 저장소 (실제 URL로 변경 필요)
DOTFILES_BASE_URL="https://raw.githubusercontent.com/yourusername/cafe24-testserver/main/dotfiles"
DOTFILES_BASE_URL="https://git.siane.kr/firstgarden/cafe24-testserver/raw/main/dotfiles"
echo "=== LXC MariaDB 초기 세팅 시작 ==="