Add Komodo for centralized Docker container and server management. Features: - Docker container deployment and management - Server monitoring and resource tracking - Build system for Docker images from Git repositories - Multi-server support with periphery agents - Webhooks for automatic deployments Stack includes: - Komodo Core (web UI and API) - Komodo Periphery (local Docker agent) - MongoDB (configuration storage) Includes comprehensive configuration with: - Pre-configured .env with all available options - Optional TOML config files for advanced settings - Setup script with pre-deployment validation - Full documentation and security checklist
18 lines
182 B
Text
18 lines
182 B
Text
# Sensitive configuration
|
|
.env
|
|
|
|
# Data directories
|
|
data/
|
|
backups/
|
|
|
|
# MongoDB volumes (if using bind mounts)
|
|
mongo-data/
|
|
mongo-config/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Certificates
|
|
*.pem
|
|
*.key
|
|
*.crt
|