-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Griffen Fargo edited this page Apr 10, 2026
·
10 revisions
Generic, installable CLI tool for managing Docker stacks on VPS infrastructure. Deploy, monitor, and operate any number of stacks from a single command line.
Version: 0.1.0 · License: See LICENSE · Language: Bash
- Installation — Install, upgrade, and uninstall strut
- Quick Start — Initialize a project, scaffold a stack, deploy
- Architecture — How strut works: Strut_Home vs Project_Root, config loading, module system
-
Configuration —
strut.conf,services.conf, env files, per-stack config - CLI Reference — Full command reference with examples
- Deployment — Deploy, release, stop, update workflows
- Database Backups — Backup, restore, pull, push for Postgres, Neo4j, MySQL, SQLite
- Key Rotation — SSH keys, API keys, database passwords, GitHub secrets
- Drift Detection — Detect and fix configuration drift between git and VPS
- Domain and SSL — Custom domains, Let's Encrypt certificates, nginx configuration
- Monitoring — Prometheus, Grafana, Alertmanager setup and alert routing
-
Volume Management — Dynamic volume management from
volume.conf
- VPS Audit and Migration — Audit existing VPS setups, migrate to strut management
- Stack Validation — Validate stack integrity before and after deployment
- Debugging — Troubleshoot production issues, view logs, inspect containers
- Local Development — Local stack management, env sync, database sync
- Contributing — Setup, testing, linting, code conventions
- Code Conventions — Shell module standards, function naming, error handling
- Adding a New Command — Step-by-step guide for extending the CLI
- Project Structure — File layout and module responsibilities
strut · v0.28.0 · Report an Issue
Getting Started
Core Concepts
Operations
- Deployment
- Ship and Rebuild
- GitHub Actions
- Remote Host Setup
- Provisioning
- Blue-Green Deploy
- Deploy Rollback
- Database Backups
- Secrets Management
- Stack Groups
- Lifecycle Hooks
- Notifications
- Key Rotation
- Drift Detection
- Domain and SSL
- Certificate Management
- Gateway Management
- Monitoring
- Volume Management
Advanced
- Security Posture
- VPS Audit and Migration
- Stack Validation
- Data Anonymization
- Debugging
- Local Development
Extending
Contributing