This looks incredible! Has some serious offerings against the current Self-Hosted PaaS scene, hope I can check it out over the weekend.<p>I have used Dokku[0] in production, and played with CapRover[1] on hobby projects. Flynn was like a better Dokku, before development died.[2]<p>CapRover is a great experience, and it's not a toy IMO. It nails the role of "I want to press a button and have a self-hosted Heroku, with a nice dashboard, auto-provisioned HTTPS domains, and be able to deploy a bunch of Docker images or Buildpack apps." A single-node $10 box can run a good number of services.<p>This looks well-positioned and closer to something like Nomad, but going through the readme I had a few questions:<p><pre><code> "Apollo requires a manager- or control-node. We call this manager-0. This node runs the entire controlplane and monitoring stack for a cluster and should be sized appropriately (8GB Memory, 2-4 vCPUs)."
</code></pre>
Is there a way to run this single-node and disable some of the peripherals for cheap/play $5-10 instances (disregarding best-practices)? An 8GB mem + 4vCPU DO droplet is $40/mo. Not an arm and a leg, but if you have to add at least a secondary server, seems like minimum would be ~$50/mo?<p><pre><code> "Your space has been created. Now let's cd to its directory: cd $HOME/.apollo/.spaces/demo-1.space"
</code></pre>
Are the Apollo Spaces not meant to be checked in to version control and used for infra + shared between people on your team?<p>And final question (sorry if this is dumb):<p><pre><code> Automated infrastructure (currently only DigitalOcean and HETZNER Cloud supported)
</code></pre>
Does this mean I can still deploy to AWS/GCP, I just need to do it manually, or are these infrastructure templates required?<p>[0] <a href="https://github.com/dokku/dokku" rel="nofollow">https://github.com/dokku/dokku</a><p>[1] <a href="https://github.com/caprover/caprover" rel="nofollow">https://github.com/caprover/caprover</a><p>[2] <a href="https://github.com/flynn/flynn" rel="nofollow">https://github.com/flynn/flynn</a>