Releases: m1ngsama/automa
Releases · m1ngsama/automa
v1.0.0
automa v1.0.0 — First stable release
Self-hosted Docker Compose deployer with an interactive CLI.
Highlights
- Interactive CLI with guided
.envconfiguration, auto-generated secrets, and color-coded output - 7 bundled projects: Forgejo, Nextcloud, Uptime Kuma, Tailscale + DERP, Filesuite, Minecraft, TeamSpeak
- Non-interactive mode (
-yflag) for CI and scripted deploys - curl-pipe-bash installer with prerequisite checks
- Production-ready compose files with health checks and security hardening
- Self-contained project directories — no shared dependencies
Install
curl -fsSL https://raw.githubusercontent.com/m1ngsama/automa/main/install.sh | bash
cd ~/automa && ./automa deployRequirements
- Docker 20.10+
- Docker Compose v2 (plugin)
- Bash 4.0+
- Git