coolify/resources/views/livewire/project/shared
Andras Bacsai 3034e89edb feat(preview-env): add production variable fallback for docker-compose
When preview environment variables are configured, fall back to production
variables for keys not overridden by preview values. This ensures variables
like DB_PASSWORD that exist only in production are available in the preview
.env file, enabling proper ${VAR} interpolation in docker-compose YAML.

Fallback only applies when preview variables are configured, preventing
unintended leakage of production values when previews aren't in use.

Also improves UI by hiding the Domains section when only database services
are present, and simplifies the logs view by removing status checks.
2026-03-25 13:26:50 +01:00
..
environment-variable feat(environment-variable): add placeholder hint for magic variables 2026-03-17 10:11:26 +01:00
scheduled-task Add toggleable wire:navigate SPA navigation with prefetching 2025-12-17 12:09:13 +01:00
storages fix(storages): hide PR suffix for services and fix instantSave logic 2026-03-16 21:10:00 +01:00
configuration-checker.blade.php fix(configuration-checker): update message to clarify redeployment requirement for configuration changes 2025-09-28 09:58:05 +02:00
danger.blade.php refactor(ui): replace warning and error divs with callout components for improved consistency and readability 2025-09-25 11:14:56 +02:00
destination.blade.php Refactor UI components to use 'coolbox' class for consistent styling across various views 2025-11-28 13:55:54 +01:00
execute-container-command.blade.php chore: prepare for PR 2026-03-10 20:37:22 +01:00
get-logs.blade.php feat(ui): add log filter based on log level 2026-03-06 10:53:30 +05:30
health-checks.blade.php fix(health-checks): sanitize and validate CMD healthcheck commands 2026-02-25 11:28:33 +01:00
logs.blade.php feat(preview-env): add production variable fallback for docker-compose 2026-03-25 13:26:50 +01:00
metrics.blade.php fix: prevent metric charts from freezing when navigating with wire:navigate 2026-01-02 12:36:17 +01:00
resource-limits.blade.php Complete Livewire legacy model binding migration (25+ components) 2025-10-13 15:38:59 +02:00
resource-operations.blade.php fix(ui): empty network destinations when cloning a resource (#7309) 2026-01-06 14:14:56 +01:00
tags.blade.php refactor(ui): replace warning and error divs with callout components for improved consistency and readability 2025-09-25 11:14:56 +02:00
terminal.blade.php fix(terminal): update text color for terminal availability message and improve readability 2025-08-12 10:07:11 +02:00
upload-config.blade.php wip: coolify.json 2024-10-08 15:11:19 +02:00
webhooks.blade.php fix: Update documentation links in webhooks view to point to the correct API reference 2025-12-11 21:45:08 +01:00