- React + TipTap editor with formatting toolbar (bold, italic, underline, strikethrough, alignment, highlight, scene breaks) - Custom image node view with resize and alignment controls; server-side WebP conversion via sharp - Express + SQLite backend with JWT auth and admin user management - Export to PDF, EPUB, and ODT - Five themes (Midnight, Gothic Night, Enchanted Forest, Aged Manuscript, Neon Noir); Lora body font for readability - Writing streak, daily word goal, milestones, and Ollama writing prompts - Docker Compose setup for self-hosted deployment behind NPMplus Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
24 lines
297 B
Plaintext
24 lines
297 B
Plaintext
node_modules/
|
|
|
|
# Docker volume data
|
|
server_data/
|
|
server_uploads/
|
|
caddy_data/
|
|
caddy_config/
|
|
|
|
# SQLite databases
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
server/data/
|
|
server/uploads/
|
|
|
|
# PocketBase leftovers
|
|
frontend/pb_data/
|
|
frontend/pocketbase
|
|
frontend/pocketbase_0.22.20_linux_amd64.zip
|
|
|
|
# Env / secrets
|
|
.env
|
|
*.log
|