-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v4.0.0-beta.381 #4598
Merged
Merged
v4.0.0-beta.381 #4598
+61,612
−3,436
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
For people that have a skill issue in SQL just like me, Supabase AI Assistant is quite important.
add OPENAI_API_KEY variable in supabase.yaml
This provides the `hostname` command used in the install.sh script, which is not available by default on Arch Linux. Some relevant resources: - https://bbs.archlinux.org/viewtopic.php?id=125308 - https://archlinux.org/news/deprecation-of-net-tools/ - https://man.archlinux.org/man/hostname.1.en
chore: remove unnecessary package
remove envs from constants related to server limit
fix: update penpot template healthchecks
…klabs-dev/coolify into docker-cleanup-executions-ui
- show full commit message with an expand button - show only the first 7 characters of the commit hash, like on GitHub
- ensure that the existing root user is not overwritten - ensure that the seeder can only be run once - creating the initial root user
…ider Improves: GitHub handling, AppServiceProvider and 500 error message rendering
…d DockerCleanup components
feat: Docker cleanup execution UI and some UI improvements
Can you please open an issue for this? It is not so simple to fix. |
Bumps [nesbot/carbon](https://github.com/CarbonPHP/carbon) from 3.8.2 to 3.8.4. - [Release notes](https://github.com/CarbonPHP/carbon/releases) - [Commits](CarbonPHP/carbon@3.8.2...3.8.4) --- updated-dependencies: - dependency-name: nesbot/carbon dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
…arbon-3.8.4 chore(deps): bump nesbot/carbon from 3.8.2 to 3.8.4
…-env feat: Ability to create root user via environment variables
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes
.env
file via environment variables (Read More):ROOT_USERNAME=
ROOT_USER_EMAIL=
ROOT_USER_PASSWORD=
.env
file.env
fileis_coolify_host
to the server API responses.coolify.resourceName
,coolify.serviceName
,coolify.projectName
,coolify.environmentName
finished_at
instead ofupdated_at
for the end time so that the time calculations are correctfinished_at
as immutable so it cannot be changed laterwire:navigate
whenever possible to make everything feel like a single-page application, and overall navigating Coolify now feels soooooo much smoother.removeOldBackups
function in theDatabaseBackupJob.php
if the backup is completed and successful; this caused problems before/environment/{environment_uuid}
instead of the environment name.custom-postgres.conf
if input is empty or null as the file is not needed on the server anymoreUndefined variable $fs_path
error on file mounts for databasesSQLSTATE[42703]: Undefined column: 7 ERROR: column "additional_servers_count" of relation "applications" does not exist
additional_servers_count
,additional_networks_count
) loaded by global scope to prevent errorsid
,created_at
, andupdated_at
) from replicate as that caused issuesapplication_settings
table as wellissuedAt -1min
-> this is to avoid token not yet valid issuesexpiresAt +8min
-> this is to make sure the token is not valid longer than 10 min (to avoid the issue described in the linked issue) as tokens have to have a lifespan of less than 10min, this should help with time differences of less than about 1min (most cases) - as the total valid time is 9min (with the -1min) -> for any case of over 50s time out of sync (System vs GitHub API time) it will throw an error.Expiration time' claim ('exp') must be a numeric value
dayjs
(improves performance)github.php
andGithubAppPermissionJob.php
number_of_backups_locally
todatabase_backup_retention_amount_locally
Issues
Backup all databases
in coolify #3919New Navigation
new-navigation.mp4
Old Navigation
old-navigation.mp4
New Deployment Logs:
Old Deployment Logs:
Docker Cleanup Logs:
Backup Retention:
Root user environment variables do not pass validation rules
Root user created successfully
Root user already exists, skipping creation