NAS insta-lab/app/card_renderer.py 이식 + DB 의존성 제거. slate 데이터는 worker가 NAS API에서 fetch해 인자로 전달. 결과 PNG는 INSTA_MEDIA_ROOT (/mnt/nas/webpage/data/insta/)에 직접 저장. Browser pool + Semaphore(1) reuse (동시 Chromium 1개). templates는 NAS와 동기화 (default theme + minimal theme). .gitignore에 services/ 추적 예외 추가 (코드는 추적, .env는 유지). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
13 lines
310 B
JSON
13 lines
310 B
JSON
{
|
|
"insta_card_start.png": 1,
|
|
"insta_card_keyword.png": 2,
|
|
"insta_card_highlight.png": 3,
|
|
"insta_card_observation.png": 4,
|
|
"insta_card_memo.png": 5,
|
|
"insta_card_oneline.png": 6,
|
|
"insta_card_checklist.png": 7,
|
|
"insta_card_study.png": 8,
|
|
"insta_card_cta.png": 9,
|
|
"insta_card_finish.png": 10
|
|
}
|