Commit Graph

3 Commits

Author SHA1 Message Date
Claude
788346f2ae git clone 인증 + GPG overwrite 프롬프트 자동 처리
- git clone URL에 Gitea 토큰 포함 (인증 프롬프트 제거)
- gpg --batch --yes 추가 (Overwrite? y/N 프롬프트 제거)
- v1, v2 둘 다 수정

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-10 01:02:12 +00:00
Claude
4621fdcb6d pharmq-setup-v2: noVNC CT 설치 제거, 9단계로 최적화
v1 대비 변경:
- Phase 9(noVNC CT 설치) 제거 — gateway WebSocket 프록시로 대체됨
  - CT에 websockify/Flask/noVNC 설치 불필요
  - VNC는 gateway가 PVE API 직접 프록시
- Phase 10(검증) → Phase 9로 이동
- 총 10단계 → 9단계로 축소
- v1(1247줄) → v2(1222줄)

v2 실행:
curl -fsSL https://git.0bin.in/.../pharmq-setup-v2.sh | bash

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 06:56:10 +00:00
Claude
02ebc89fc1 pharmq-setup-v2.sh 생성 — 기존 v1 복사본 (최적화 전)
기존 pharmq-setup.sh(v1)를 그대로 복사.
이후 v2에서 불필요한 Phase 제거 및 최적화 진행.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 06:52:48 +00:00