What problem will this feature address?
Suggest a system status + pre-requisite resource check on Dokploy install script. I wasted a lot of time trying to install Dokploy on a free 1GB Google Cloud e2-micro instance and couldn't figure out what was wrong. There's no error log other than container killed, only repeated unhealthy Dokploy container and CPU stuck at "100%" or "1500%" from I assume NodeJS. It automagic just works on at least a 2GB instance.
Utils like zram + swapfile do not fix the install issue.
Increasing container healthcheck timeout/retries do not fix it.
Coolify's install script just fast-fails/rejects install when resources aren't met like at least 30G space etc. Dokploy should do the same.
Describe the solution you'd like
Bash script should check for min system requirements and fast-fail with reason/min requirements because Dokploy does not install on e2-micro Google Could instance.
Describe alternatives you've considered
None
Additional context
No response
Will you send a PR to implement it?
I suppose I could vibe it. Will I get a % of Dokploy cloud revenue?
What problem will this feature address?
Suggest a system status + pre-requisite resource check on Dokploy install script. I wasted a lot of time trying to install Dokploy on a free 1GB Google Cloud e2-micro instance and couldn't figure out what was wrong. There's no error log other than container killed, only repeated unhealthy Dokploy container and CPU stuck at "100%" or "1500%" from I assume NodeJS. It automagic just works on at least a 2GB instance.
Utils like zram + swapfile do not fix the install issue.
Increasing container healthcheck timeout/retries do not fix it.
Coolify's install script just fast-fails/rejects install when resources aren't met like at least 30G space etc. Dokploy should do the same.
Describe the solution you'd like
Bash script should check for min system requirements and fast-fail with reason/min requirements because Dokploy does not install on e2-micro Google Could instance.
Describe alternatives you've considered
None
Additional context
No response
Will you send a PR to implement it?
I suppose I could vibe it. Will I get a % of Dokploy cloud revenue?