Skip to content

Releases: m1ngsama/automa

v1.0.0

15 Apr 02:39

Choose a tag to compare

automa v1.0.0 — First stable release

Self-hosted Docker Compose deployer with an interactive CLI.

Highlights

  • Interactive CLI with guided .env configuration, auto-generated secrets, and color-coded output
  • 7 bundled projects: Forgejo, Nextcloud, Uptime Kuma, Tailscale + DERP, Filesuite, Minecraft, TeamSpeak
  • Non-interactive mode (-y flag) 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 deploy

Requirements

  • Docker 20.10+
  • Docker Compose v2 (plugin)
  • Bash 4.0+
  • Git