🏔️ Peak
🏔️ Peak
Fixes: https://github.com/coollabsio/coolify/issues/3036 **Note:** - **Only the server timezone setting is reflected on the server (`/etc/localtime `and `/etc/timezone`), the instance timezone is only for updates. This is fine right?** --- -...
### Description When Trying to deploy a service after installing coolify manually like this: https://coolify.io/docs/installation#manually I get the following error: ### Minimal Reproduction (if possible, example repository) 1. Install coolify...
This is the error I get in the logs: ``` 2024-08-13T17:16:07+0000 ERROR app Cycle\Database\Exception\StatementException: SQLSTATE[HY000]: General error: 1105 invalid character 'v' after object key:value pair in /app/vendor/cycle/database/src/Driver/MySQL/MySQLDriver.php at line 60...
## Changes - Fix: When having multiple Postgres init scripts, saving a change to one init script would delete all other init scripts. - Fix: Changing the file name of...
## Note -> I could have fixed this with a one line change by checking `resource_count() > 0` before deleting the project, but I decided to refactor the code a...
## Changes - Fix: is_requried column is not there for shared environment variables: ``` SQLSTATE[42703]: Undefined column: 7 ERROR: column "is_required" of relation "shared_environment_variables" does not exist LINE 1: ......
## Changes - Feat: Ability to disable tow step confirmation - Feat: Added a setting to disable two step confirmation - Feat: Disable tow step confirmation by default on development....
## Changes - Fix: QR Code should now be scannable in dark and light mode (added a very clear separation with background) - Fix: Some other readability improvements - Feature:...
### Error Message and Logs When deploying a MongoDB on MacOS in development, the following error occurs: ``` Error response from daemon: invalid mount config for type "bind": bind source...
## Changes - fix: crashed caddy was removed by `CleanupJob` if you were really unlucky (reported on discord, no idea where on DC though) - chore: Remove duplicate proxy check