wisecolt 05bbe307e0 feat: not uygulaması ve altyapısını ekle
- 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ı
2025-12-28 23:37:38 +03:00

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

Uretim

docker compose -f docker-compose.prod.yml up --build -d

Notlar

  • Tum /api/* endpointleri Basic Auth ile korunur.
  • Notlar NOTES_DIR altinda .md dosyalarina kaydedilir.
  • AnythingLLM akisi: upload -> update-embeddings -> cleanup queue.
Description
No description provided
Readme 2.6 MiB
Languages
TypeScript 94.9%
Dockerfile 2.2%
CSS 1.2%
HTML 1.1%
JavaScript 0.6%