dokploy/apps
Mauricio Siu af2b053caa feat: enhance environment variable handling for shell commands
- Added `prepareEnvironmentVariablesForShell` function to properly escape environment variables for shell usage.
- Updated various builders (Docker, Heroku, Nixpacks, Paketo, Railpack) to utilize the new function for improved handling of special characters in environment variables.
- Introduced tests to validate the handling of environment variables with various special characters, ensuring robustness in shell command execution.
- Added `shell-quote` dependency to manage quoting of shell arguments effectively.
2025-11-19 21:17:09 -06:00
..
api Refactor deployment utilities: rename remote deployment functions for clarity and consistency, enhancing the deployment logic in the application. Streamline the build application function by commenting out unused build types to improve maintainability. 2025-11-09 03:29:40 -06:00
dokploy feat: enhance environment variable handling for shell commands 2025-11-19 21:17:09 -06:00
monitoring fix: update CPU usage calculation to use a one-second interval 2025-10-12 16:36:19 +02:00
schedules feat(workers): add third worker and increase concurrency for existing workers 2025-09-15 23:43:27 -06:00