- Miniconda(ncue) 기반 설치/실행 및 systemd 예시 추가
- Apache ProxyPass 설정 및 503 트러블슈팅 절차 정리
- Flask DB pool lazy 생성으로 임포트 단계 장애(503) 완화
Co-authored-by: Cursor <cursoragent@cursor.com>
- Flask로 /api/* 및 정적 파일 서빙
- Postgres(ncue_user/ncue_app_config) 연동 및 Auth0 ID 토큰 검증
- README/requirements/.gitignore 업데이트
Co-authored-by: Cursor <cursoragent@cursor.com>
Add quick provider login buttons (Auth0 connections), an API to upsert users into Postgres and gate admin via can_manage, plus schema and Node server.
Co-authored-by: Cursor <cursoragent@cursor.com>
Allow setting Auth0 domain/clientId and allowed emails via a modal saved to localStorage to enable login testing without redeploying.
Co-authored-by: Cursor <cursoragent@cursor.com>
Show login status in header, guard manage actions behind allowed emails, and add Auth0 SPA SDK with CDN fallback.
Co-authored-by: Cursor <cursoragent@cursor.com>