08ec387ef6265f65c923aec18c97d7f1ce7db7e0
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%