8 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 7310c3144b chore: add dockerignore for hub services
Exclude secrets (.env*, *.pem/key/token), VCS metadata, and language
build caches (Python pyc/.venv, Node node_modules/dist) from the
docker build context for hub-api and hub-web.
2026-05-08 04:27:25 +00:00
Hyungi Ahn e55f7aeed6 feat: add nanoclaude service and update ai/jellyfin routes
- add nanoclaude service (EXAONE -> Gemma pipeline) on 127.0.0.1:8100
- ai.hyungi.net: split into /webhook/* -> nanoclaude and default -> gpu-hub-api
- jellyfin: switch upstream from LAN 192.168.1.122 to Tailscale 100.76.254.116
2026-05-08 04:09:36 +00:00
Hyungi Ahn cfff4d735b feat: add LocalScout SearXNG gateway
Add searxng service bound to Tailscale IP 100.111.160.84:8888 for
internal LocalScout searches. Pinned to image digest for reproducibility.
2026-05-08 04:08:55 +00:00
Hyungi Ahn ff1d6223cf fix(caddy): route upstreams over docker networks
- replace host.docker.internal upstreams for document and komga
- attach home-caddy to document-server and komga docker networks
- avoid host-published port dependency and docker0 path
2026-05-08 04:08:20 +00:00
Hyungi Ahn 2626d68e0f chore: ignore local secrets and rollback backups
Add .env.* (e.g. .env.nanoclaude) and *.bak-*/*.pre-* patterns to
prevent accidental commits of per-service env files and timestamped
rollback snapshots.
2026-05-08 04:07: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