Commit Graph
3 Commits
Author SHA1 Message Date
nessi c328e56213 Fix node_modules copy in web Dockerfile builder stage
Copy entire /app directory from deps stage instead of just node_modules to ensure all dependencies and pnpm workspace files are available for the build process.
2026-06-21 10:21:22 +02:00
nessi f14fa48e8c Add conditional pnpm lockfile handling in web Dockerfile
Add fallback to install without frozen lockfile when pnpm-lock.yaml is missing, allowing builds to proceed in development environments while maintaining strict dependency locking in production when lockfile exists.
2026-06-21 10:10:15 +02:00
nessi d694c8b8e3 Add project scaffolding and documentation
Add .env.example with configuration for database, Redis, security, SMTP, workers, and plugins. Add .gitignore for Python, Node.js, Next.js, Docker volumes, and IDE files. Add MIT License. Update README.md with feature overview, quick start guide, architecture description, plugin system documentation, security details, backup/restore instructions, and developer setup. Add Alembic configuration files and placeholder directories for API, web, worker, and plugin components
2026-06-21 09:31:47 +02:00