Commit Graph

7 Commits

Author SHA1 Message Date
dccbf1dd94 Update vm/setup_common.sh
home폴더 권한 문제 발생 등을 방지하기 위해 수정함.
2025-12-23 14:23:15 +09:00
a788ef895c Add vim, curl, wget, tar package installation after dnf update 2025-12-23 13:53:45 +09:00
ae3a2526e0 오류 처리 및 중복 설정 처리 기능 추가 (모든 스크립트) 2025-12-23 12:52:21 +09:00
c1fed19447 raw 파일 경로 수정: /raw/main /raw/branch/main (Gitea 정확한 형식) 2025-12-23 12:40:20 +09:00
1332a5d1b2 dotfiles 다운로드 경로 수정: Gitea raw 파일 URL 수정
- DOTFILES_BASE_URL 경로 변경:
  https://git.siane.kr/firstgarden/cafe24-testserver/raw/main/dotfiles
   https://git.siane.kr/firstgarden/cafe24-testserver/raw/main

- 각 파일 다운로드 경로 업데이트:
  \/vimrc
   \/dotfiles/vimrc

- curl 다운로드 에러 처리 강화 (vm/setup_common.sh)

변경 파일:
- lxc/setup_mariadb.sh
- vm/setup_common.sh
2025-12-23 12:33:25 +09:00
c95547628b 저장소 주소 변경: 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곳
2025-12-23 11:54:41 +09:00
0c471dea47 구조 개선: 디렉토리 정리 및 스크립트 완성
- 디렉토리 구조 정리: vm/, lxc/, dotfiles/ 폴더 생성
- setup_db.sh  lxc/setup_mariadb.sh (기능 강화)
  * MariaDB 보안 초기화 추가
  * 외부 접속 설정 및 Firewall 포트 개방
  * dotfiles 다운로드 통합
  * 완료 메시지 개선
- vm/setup_common.sh (PHP-FPM Apache 연동)
  * Apache mod_proxy_fcgi 설정 추가
  * dotfiles 다운로드 에러 처리 강화
  * 오류 처리 및 설정 확인 로직 추가
  * 완료 메시지 개선
- vm/install_php.sh
  * PHP-FPM 풀 설정 개선 (apache 소유권)
  * 설치 확인 가이드 추가
  * 완료 메시지 상세화
- dotfiles/ 파일 추가 관리
  * vimrc: 기본 설정 포함
  * bashrc_addon: 한국어, 별칭, 함수 포함
- .gitignore 추가
- README.md 전면 개선
  * 구성도 및 디렉토리 구조 추가
  * 빠른 시작 가이드 강화
  * 문제 해결 섹션 추가
  * 보안 및 성능 튜닝 가이드 추가
2025-12-23 11:44:12 +09:00