Commit Graph

3 Commits

Author SHA1 Message Date
Hyungi Ahn ed85dce490 refactor(backends): PR #20 reframe cleanup — gemma4 model entry 제거
ollama-gpu 백엔드의 models 배열에서 gemma4:e4b-it-q8_0 1 항목 제거.
bge-m3 embedding entry 는 보존 (ollama 컨테이너는 bge-m3 embedding owner).

PR #20 (2026-05-14) 이후 chat candidate 는 mlx-mac (priority 1) 단일 라
실제 호출은 이미 Mac mini 26B 로 가고 있었음 (silent drift). 이번 정리는
inventory consistency 목적.

검증:
- gpu-hub-api restart 후 Application startup complete + health 200
- backends.json.pre-llm-reframe-cleanup.20260515 백업 보존

plan: ~/.claude/plans/4-stateless-dongarra.md
2026-05-15 12:05:52 +00:00
Hyungi Ahn 1c041bbe82 chore(backends): clean upstream URLs and refresh models
Upstream URLs:
- ollama-gpu: host.docker.internal:11434 -> ollama:11434 (docker DNS)
- mlx-mac: LAN 192.168.1.122:8800 -> Tailscale 100.76.254.116:8800

Models:
- ollama-gpu: register gemma4:e4b-it-q8_0 (chat, priority 2)
- mlx-mac: replace qwen3.5:35b-a3b with gemma-4-26b-a4b
2026-05-08 05:51:29 +00:00
Hyungi Ahn 79c09cede4 feat: home-gateway 초기 구성 — Mac mini에서 GPU 서버로 전면 이전
OrbStack 라이선스 만료로 Mac mini Docker 서비스를 GPU 서버로 통합.
nginx → Caddy 전환, 12개 서브도메인 자동 HTTPS, fail2ban Caddy JSON 연동.

주요 변경:
- home-caddy: Caddy 리버스 프록시 (Let's Encrypt 자동 HTTPS)
- home-fail2ban: Caddy JSON 로그 기반 보안 모니터링
- home-ddns: Cloudflare DDNS (API 키 .env 분리)
- gpu-hub-api/web: AI 백엔드 라우터 + 웹 UI (gpu-services에서 이전)
- AI 런타임(Ollama) 내부망 전용, 외부는 gpu-hub 인증 게이트웨이 경유

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 04:55:28 +00:00