New features that would greatly enhance coolify #1616
Replies: 3 comments
-
@andrasbacsai Could you take a look at these features too and maybe implement some of them for the next release or until v4-beta.500? |
Beta Was this translation helpful? Give feedback.
-
and
would be great. |
Beta Was this translation helpful? Give feedback.
-
Wouldn't that be possible already in a text field way by env vars in the docker-compose template? Continuing the thought: services:
foo:
image: "php:${SERVICE_DROPDOWN_PHP_VERSION}"
environment:
SERVICE_DROPDOWN_PHP_VERSION: '["8.0", "8.2", "${SOME_OTHER_VAR_FOR_THE_LULZ}"]'
# or:
SERVICE_DROPDOWN_PHP_VERSION_OPTION: 8.0
SERVICE_DROPDOWN_PHP_VERSION_OPTION: 8.2
SERVICE_DROPDOWN_PHP_VERSION_OPTION: ${SOME_OTHER_VAR_FOR_THE_LULZ}
# maybe we don't even need the _OPTION part?
# if those needs to be unique, possibly SERVICE_DROPDOWN_PHP_VERSION_1, _2, _3 ? So I have the following two ideas:
|
Beta Was this translation helpful? Give feedback.
-
Some general features that would greatly enhance coolify:
max_input_time, max_input_vars, post_max_size, upload_max_filesize...
These are the most important requests I think.
A lot more cool features that coolify v4 should definitely have can be found in the documentation of this great panel which has so many good features that I think Coolify laks: https://www.cloudpanel.io/docs/v2/introduction/
Beta Was this translation helpful? Give feedback.
All reactions