coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
34.62k stars 1.89k forks source link

[Bug]: /execute route is commented and not working #4312

Open matifanger opened 6 days ago

matifanger commented 6 days ago

Error Message and Logs

Hey! can i know why /execute route is commented? i need it

Image

Also would be good to have access to /execute into databases too

Steps to Reproduce

  1. Just try to /execute, returns 404

Example Repository URL

No response

Coolify Version

v4.0.0-beta.369

Are you using Coolify Cloud?

No (self-hosted)

Operating System and Version (self-hosted)

Ubuntu 22.04

Additional Information

No response

peaklabs-dev commented 6 days ago

Because we now have a full terminal inside Coolify.

matifanger commented 6 days ago

Because we now have a full terminal inside Coolify.

Yes, but in my case, I have a PostgreSQL server, and I’d like to create multiple databases within it. One way to do this is through the terminal, but I need to automate the process. The /execute endpoint seemed perfect for achieving that — unless there are better alternatives that could work more effectively.