-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Griffen Fargo edited this page Apr 22, 2026
·
7 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.16.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
- Agent Steering — AI agent context: steering docs, operational skills, editor integration
- Deployment — Deploy, release, stop, update, diff, concurrency locks
- Blue-Green Deploy — Zero-downtime deploys with health-gated proxy swap (since v0.20.0)
- Deploy Rollback — Automatic pre-deploy snapshots, one-command rollback, snapshot diff
- Database Backups — Backup, restore, pull, push for Postgres, Neo4j, MySQL, SQLite; offsite sync
- Stack Groups — Coordinate deploy/backup/logs across multiple stacks
- Lifecycle Hooks — pre/post scripts for deploy, backup, health, drift events
- Notifications — Slack, Discord, and webhook event delivery
- 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, SSL certificates, nginx and Caddy support
- Monitoring — Prometheus, Grafana, Alertmanager setup and alert routing
-
Volume Management — Dynamic volume management from
volume.conf
-
Security Posture — Cross-stack security/ops audit (
strut posture) - VPS Audit and Migration — Audit existing VPS setups, migrate to strut management
- Stack Validation — Config schema validation, secret scanning, integrity checks
- Data Anonymization — PII protection when syncing production databases locally
-
Debugging — Troubleshoot production issues, view logs,
status-alldashboard - 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.1.0 · Report an Issue
Getting Started
Core Concepts
Operations
- Deployment
- Remote Host Setup
- Blue-Green Deploy
- Deploy Rollback
- Database Backups
- Stack Groups
- Lifecycle Hooks
- Notifications
- Key Rotation
- Drift Detection
- Domain and SSL
- Monitoring
- Volume Management
Advanced
- Security Posture
- VPS Audit and Migration
- Stack Validation
- Data Anonymization
- Debugging
- Local Development
Extending
Contributing