Frontend SvelteKit build has dependency conflicts (Svelte 5 + Vite 8). Phase 0 setup wizard is served by FastAPI/Jinja2, no frontend needed. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
417 B
Caddyfile
16 lines
417 B
Caddyfile
pkm.hyungi.net {
|
|
# Phase 0~3: FastAPI가 모든 요청 처리 (셋업 위자드 포함)
|
|
# Phase 4: 프론트엔드 분리 시 경로별 라우팅 추가
|
|
reverse_proxy fastapi:8000
|
|
}
|
|
|
|
# Synology Office 프록시
|
|
office.hyungi.net {
|
|
reverse_proxy https://ds1525.hyungi.net:5001 {
|
|
header_up Host {upstream_hostport}
|
|
transport http {
|
|
tls_insecure_skip_verify
|
|
}
|
|
}
|
|
}
|