Skip to content
Griffen Fargo edited this page Apr 22, 2026 · 7 revisions

strut

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


Wiki Contents

Getting Started

  • Installation — Install, upgrade, and uninstall strut
  • Quick Start — Initialize a project, scaffold a stack, deploy

Core Concepts

  • Architecture — How strut works: Strut_Home vs Project_Root, config loading, module system
  • Configurationstrut.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

Operations

  • 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

Advanced

Contributing

Clone this wiki locally