yunier-rojas/minipaas ? reverse-engineered prompt
Reverse engineered prompt
I want a lightweight mini PaaS for small teams that can run on one VM or a small Docker Swarm cluster without bringing in Kubernetes. Please put together the whole repo so it feels usable end to end.
There should be an Ansible setup that prepares Linux servers with Docker Swarm, firewall rules, logging, SSH protection, optional Docker TLS, basic monitoring, and host cron support. I also want a simple Go CLI that can scaffold services, workers, jobs, and scheduled tasks from Compose style definitions, then build, push, and roll out stacks, handle secrets and configs, manage routing and canary deploys, and open a shell with the right Docker env vars.
Please also include the Postgres SQL migrations for durable queues and streams so background jobs can run without Redis or another broker. Add clear docs and a small example app so someone can try the full flow quickly, from provisioning a server to deploying an app and running a worker. Look up current docs online if you need to.
Have a live product UI? Try website reverse