- Zero-reload domain management with map-based routing - 100 pool backends with 10 server slots each - Runtime API integration for dynamic configuration - Auto-restore servers from persistent config on startup - 17 MCP tools for domain/server management Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
32 lines
298 B
Plaintext
32 lines
298 B
Plaintext
# Separate projects
|
|
api/
|
|
|
|
# Certificates and secrets
|
|
certs/
|
|
conf/mcp-token.env
|
|
mcp/.env
|
|
*.env
|
|
|
|
# Server configuration (contains IPs)
|
|
conf/servers.json
|
|
conf/domains.map
|
|
|
|
# Runtime data
|
|
run/
|
|
data/
|
|
*.state
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# Claude Code
|
|
.claude/
|