-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
v4.0.0-beta.438 #6956
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
Merged
Merged
v4.0.0-beta.438 #6956
+9,177
−10,129
Conversation
This file contains hidden or 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
- Add Home Assistant template with version 2025.10.2 - Configure reverse proxy support for Coolify with trusted private IP ranges - Include D-Bus volume for Bluetooth integration support - Add healthcheck for container monitoring - Include configuration.yaml with reverse proxy settings to fix 400 Bad Request errors
…tions from Home Assistant template
… into add/home-assistant
Add Docker Compose template for Pocket ID, a simple and secure OIDC provider with passkey authentication support.
Add variant of Pocket ID template with PostgreSQL database support for better scalability and production use.
Include SMTP settings for email notifications and one-time access features.
Include SMTP settings for email notifications and one-time access features.
Add Docker Compose template for SparkyFitness, a comprehensive fitness tracking application, including the SVG logo and configuration for frontend, server, and database services.
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/[email protected]/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
Add ignore directive to minio.yaml
…dade2 Update sponsor link from Darweb to Dade2
…lic-proto fix(database): prevent malformed URLs when server IP is empty
…lti-architecture support
…mponent - Remove wire:ignore from modal-input.blade.php wrapper to allow child Livewire components to be properly tracked - Add unique wire:key to EditCompose component for proper identification when teleported - Fixes 'Unable to call component method' error when saving compose files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
- Add null check before updating OAuth settings to prevent calling methods on null - Apply couldBeEnabled() validation for all settings in bulk update (not just instant save) - Disable OAuth providers that fail validation and collect error messages - Surface all validation errors to the user instead of silently failing - Update oauth_settings_map with fresh data after saving each setting This ensures bulk updates follow the same validation logic as instant-save paths and prevents bypassing model validation by directly calling update. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
…t-id-error UI/UX improvements
feat: add funding.json for standardized funding information
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
…r-support Add repository-based Docker installation fallbacks for Debian 13 and other major distros
The login and forgot-password rate limiters were vulnerable to bypass
by manipulating the X-Forwarded-For header. Attackers could rotate
this header value to circumvent the 5 attempts per minute limit.
Changed both rate limiters to use server('REMOTE_ADDR') instead of
ip() to prevent header spoofing. REMOTE_ADDR gives the actual
connecting IP before proxy headers are processed.
Also added comprehensive unit tests to verify the fix.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
feat: update Evolution API slogan to better reflect its capabilities
Update Plane version to v1.0.0
fix(service): seafile cannot upload files due to network errors
Fix and update the "pterodactly with wings" template.
Update & rename the pterodactly template
…hecks feat(service): appwrite added healthchecks
…limit-bypass fix: prevent login rate limit bypass via spoofed headers
…-6.4.1 build(deps-dev): bump vite from 6.3.6 to 6.4.1
|
Will this be released? My coolify deployment seems stuck at 434. |
|
The CDN shows: {
"coolify":{
"v4":{
"version":"4.0.0-beta.434"
},
"nightly":{
"version":"4.0.0-beta.435"
},
"helper":{
"version":"1.0.11"
},
"realtime":{
"version":"1.0.10"
},
"sentinel":{
"version":"0.0.16"
}
}
} |
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.
What's Changed
Security & Fixes
New Services & Templates
Improvements