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ı
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
PORT=8080
|
||||
NOTES_DIR=/data/notes
|
||||
|
||||
AUTH_USERNAME=admin
|
||||
AUTH_PASSWORD_HASH=$2b$10$changemehash
|
||||
|
||||
ANYTHINGLLM_ROOT_API_URL=http://zimaos.bee:3086
|
||||
ANYTHINGLLM_API_KEY=changeme
|
||||
ANYTHINGLLM_WORKSPACE_SLUG=my-workspace
|
||||
Reference in New Issue
Block a user