coolify/app/Actions/Server
Andras Bacsai 0620496c5f fix(server): exclude persistent resources from container prune
Prevent docker container prune from removing containers labeled as
database, application, or service types. Previously only proxy containers
were excluded, risking accidental cleanup of active resources.
2026-04-19 15:17:47 +02:00
..
CheckUpdates.php
CleanupDocker.php fix(server): exclude persistent resources from container prune 2026-04-19 15:17:47 +02:00
ConfigureCloudflared.php
DeleteServer.php
InstallDocker.php fix(models): replace forceFill/forceCreate with fill/create and add fillable guards 2026-03-31 13:45:31 +02:00
InstallPrerequisites.php
ResourcesCheck.php
RestartContainer.php
RunCommand.php
StartLogDrain.php fix(log-drain): prevent command injection by base64-encoding environment variables 2026-03-10 22:22:51 +01:00
StartSentinel.php fix(sentinel): add token validation to prevent command injection 2026-03-10 22:19:19 +01:00
StopLogDrain.php
StopSentinel.php
UpdateCoolify.php Add human-friendly output to upgrade script 2025-12-12 15:18:57 +01:00
UpdatePackage.php
ValidatePrerequisites.php
ValidateServer.php fix: sanitize error output in server validation logs 2026-03-26 18:36:36 +01:00