Migrate from Supabase to Appwrite with core functionality and UI components

This commit is contained in:
hansoo
2025-05-05 08:58:27 +09:00
parent fdfdf15166
commit f83bb384af
79 changed files with 2373 additions and 199 deletions

View File

@@ -0,0 +1,38 @@
# Supabase 인증 정보
## 서버 접속 정보
- **서버 주소**: a11.ism.kr
- **접속 방법**: SSH 키 인증
- **사용자**: ism-admin
- **공개 키**: `ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHXL6O0/Ydj2Tmsu3kjo0ypVPUCjNV/bxgFPMjM1dzHD ism-admin`
- **개인 키 파일**: `~/.ssh/id_ed25519_ism`
- **간편 접속 명령어**: `ssh a11` (SSH config에 설정됨)
## Supabase 환경 변수
- **SITE_URL**: https://a11.ism.kr
- **API_EXTERNAL_URL**: https://a11.ism.kr
- **POSTGRES_PASSWORD**: zellyy_finance_secure_password_2025
- **DASHBOARD_USERNAME**: hansoo
- **DASHBOARD_PASSWORD**: zellyy_secure_dashboard_password_2025
## Nginx 인증서 정보
- **인증서 발급 방법**: Let's Encrypt (Certbot)
- **인증서 갱신 주기**: 자동 (90일)
- **인증서 저장 위치**: /etc/letsencrypt/live/a11.ism.kr/
## API 키 정보
- **ANON_KEY**: (설치 후 자동 생성됨 - 여기에 기록 필요)
- **SERVICE_ROLE_KEY**: (설치 후 자동 생성됨 - 여기에 기록 필요)
- **JWT_SECRET**: (설치 후 자동 생성됨 - 여기에 기록 필요)
## 데이터베이스 접속 정보
- **호스트**: localhost
- **포트**: 5432
- **데이터베이스**: postgres
- **사용자**: postgres
- **비밀번호**: zellyy_finance_secure_password_2025
## 방화벽 설정
- 허용 포트: 80(HTTP), 443(HTTPS), 22(SSH)
> **중요**: 이 문서에는 민감한 보안 정보가 포함되어 있습니다. 안전하게 보관하고 공개 저장소에 업로드하지 마세요.