Add comprehensive Docker deployment and file upload functionality
Features Added: • Docker containerization with multi-stage Python 3.12 build • Caddy reverse proxy integration with automatic SSL • File upload interface for .claude.json imports with preview • Comprehensive hook system with 39+ hook types across 9 categories • Complete documentation system with Docker and import guides Technical Improvements: • Enhanced database models with hook tracking capabilities • Robust file validation and error handling for uploads • Production-ready Docker compose configuration • Health checks and resource limits for containers • Database initialization scripts for containerized deployments Documentation: • Docker Deployment Guide with troubleshooting • Data Import Guide with step-by-step instructions • Updated Getting Started guide with new features • Enhanced documentation index with responsive grid layout 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
bec1606c86
commit
50c80596d0
36 changed files with 4334 additions and 172 deletions
|
|
@ -71,13 +71,18 @@
|
|||
<p class="text-muted mb-3">Start by importing your existing Claude Code conversation history from your <code>~/.claude.json</code> file.</p>
|
||||
|
||||
<div class="bg-light p-3 rounded mb-3">
|
||||
<h6><i class="fas fa-terminal me-2"></i>Steps:</h6>
|
||||
<ol class="mb-0">
|
||||
<h6><i class="fas fa-cloud-upload-alt me-2"></i>File Upload Method (Recommended):</h6>
|
||||
<ol class="mb-2">
|
||||
<li>Navigate to the <a href="/dashboard/import">Import Data</a> page</li>
|
||||
<li>Click "Choose File" and select your <code>~/.claude.json</code> file</li>
|
||||
<li>Click "Import Data" and wait for processing to complete</li>
|
||||
<li>Review the import summary for any issues</li>
|
||||
<li>Click "Select .claude.json file" and choose your file</li>
|
||||
<li>Click "Preview Upload" to review what will be imported</li>
|
||||
<li>Click "Import Upload" to complete the import</li>
|
||||
</ol>
|
||||
|
||||
<div class="alert alert-success mt-2 mb-0">
|
||||
<i class="fas fa-lightbulb me-1"></i>
|
||||
<strong>New:</strong> File upload method works with any .claude.json file and provides detailed previews before importing.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="alert alert-info mb-0">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue