coolify/app/Actions/Server
Andras Bacsai 6ea6d2742b feat(server): implement server patch check notifications
- Added a new job, ServerPatchCheckJob, to handle server patch checks and notifications.
- Introduced a new notification class, ServerPatchCheck, for sending updates via email, Discord, Slack, Pushover, and Telegram.
- Updated notification settings models to include server patch notification options for email, Discord, Slack, Pushover, and Telegram.
- Created a migration to add server patch notification fields to the respective settings tables.
- Enhanced the UI to allow users to enable/disable server patch notifications across different channels.
2025-05-26 14:03:59 +02:00
..
CheckUpdates.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
CleanupDocker.php feat(CleanupDocker): add support for realtime image management in Docker cleanup process 2025-04-10 18:20:46 +02:00
ConfigureCloudflared.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
DeleteServer.php ui updates on server 2024-10-17 14:56:36 +02:00
InstallDocker.php chore: improve code quality suggested by code rabbit 2025-02-19 18:04:58 +01:00
ResourcesCheck.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
RestartContainer.php fix: restart sentinel once a day 2024-10-29 10:28:05 +01:00
RunCommand.php Inline many variables. 2024-10-31 18:20:11 +01:00
ServerCheck.php fix(ServerCheck): set default proxy status to 'exited' to handle missing container state 2025-04-30 16:50:23 +02:00
StartLogDrain.php refactor(logdrain): consolidate log drain stopping logic to reduce redundancy 2025-04-30 21:14:37 +02:00
StartSentinel.php Revert "fix(dev): mount points?!" 2025-05-05 08:55:44 +02:00
StopLogDrain.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00
StopSentinel.php pint 2024-10-17 22:08:23 +02:00
UpdateCoolify.php refactor(docker): update image references to use centralized registry URL 2025-03-25 08:17:13 +01:00
UpdatePackage.php chore(core): remove unused function 2025-05-20 13:17:43 +02:00
ValidateServer.php Revert "rector: arrrrr" 2025-01-07 15:31:43 +01:00