05bbe307e03918c7c45af4e8e841c40a32fa12a3
- iOS Memos benzeri PWA ön yüz eklendi (React, Tailwind) - Express tabanlı arka uç, AnythingLLM API entegrasyonu ve senkronizasyon kuyruğu oluşturuldu - Docker, TypeScript ve proje konfigürasyonları tanımlandı
Note AnythingLLM
iOS Memos esinli, PWA destekli ve AnythingLLM senkronizasyonlu minimal not uygulamasi.
Gereksinimler
- Docker + Docker Compose
Ortam Degiskenleri
.env dosyasi olusturun (ornek: .env.example).
cp .env.example .env
Bcrypt hash uretimi:
node -e "console.log(require('bcryptjs').hashSync('pass', 10))"
Gelistirme
docker compose -f docker-compose.dev.yml up --build
- Frontend: http://localhost:5173
- Backend: http://localhost:8080
Uretim
docker compose -f docker-compose.prod.yml up --build -d
Notlar
- Tum
/api/*endpointleri Basic Auth ile korunur. - Notlar
NOTES_DIRaltinda.mddosyalarina kaydedilir. - AnythingLLM akisi: upload -> update-embeddings -> cleanup queue.
Description
Languages
TypeScript
94.9%
Dockerfile
2.2%
CSS
1.2%
HTML
1.1%
JavaScript
0.6%