coolify/bootstrap/helpers
Andras Bacsai f8e97501ce feat(deployments): generate SERVICE_NAME environment variables from Docker Compose services
- Added functionality to generate environment variables for each service defined in the Docker Compose file, transforming service names into uppercase and replacing special characters.
- Updated the service parser to merge these generated variables with existing environment variables, enhancing deployment configuration.
2025-10-03 09:41:59 +02:00
..
api.php
applications.php
constants.php
databases.php
docker.php feat(deployments): enhance Docker build argument handling for multiline variables 2025-10-02 13:54:36 +02:00
domains.php
github.php refactor(github): enhance API request handling and validation 2025-09-22 15:41:56 +02:00
notifications.php
parsers.php feat(deployments): generate SERVICE_NAME environment variables from Docker Compose services 2025-10-03 09:41:59 +02:00
proxy.php
remoteProcess.php refactor(remoteProcess): remove redundant file transfer functions for improved clarity 2025-09-22 12:54:37 +02:00
services.php Revert "refactor(file-transfer): replace base64 encoding with direct file transfer method in various components for improved clarity and efficiency" 2025-09-15 17:56:48 +02:00
shared.php Merge branch 'next' into feat/improve-network-mode-check 2025-09-22 12:31:36 +02:00
socialite.php refactor(dashboard): remove deployment loading logic and introduce DeploymentsIndicator component for better UI management 2025-09-30 11:43:30 +02:00
subscriptions.php
sudo.php
timezone.php