feat: Enhance deployment capabilities with direct server deployment tools, email configuration, and comprehensive documentation
This commit is contained in:
@@ -67,6 +67,14 @@ ROUTER_HOST=your-router-ip
|
||||
ROUTER_USERNAME=admin
|
||||
ROUTER_PASSWORD=your-password
|
||||
|
||||
# Email Configuration (SMTP)
|
||||
EMAIL_HOST=smtp.gmail.com
|
||||
EMAIL_PORT=587
|
||||
EMAIL_USER=your-email@gmail.com
|
||||
EMAIL_PASSWORD=your-app-password
|
||||
EMAIL_FROM=Your Name
|
||||
EMAIL_SECURE=false
|
||||
|
||||
# API Keys (optional)
|
||||
FOOTBALL_API_KEY=your-football-api-key
|
||||
GAME_API_KEY=your-game-api-key
|
||||
@@ -156,6 +164,7 @@ Example configuration for Claude Desktop (`claude_desktop_config.json`):
|
||||
- `task_add` - Add a task
|
||||
- `task_list` - List tasks
|
||||
- `task_complete` - Complete a task
|
||||
- `email_send` - Send email via SMTP (supports text, HTML, and attachments)
|
||||
|
||||
## Data Storage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user