coolify/resources/views/emails
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
..
application-deployment-failed.blade.php
application-deployment-success.blade.php
application-status-changes.blade.php
backup-failed.blade.php
backup-success.blade.php
before-trial-conversion.blade.php
container-restarted.blade.php
container-stopped.blade.php
daily-backup.blade.php
docker-cleanup-failed.blade.php fix: docker cleanup email notifications 2024-12-11 10:50:10 +01:00
docker-cleanup-success.blade.php fix: docker cleanup email notifications 2024-12-11 10:50:10 +01:00
email-verification.blade.php
help.blade.php fix: remove livewire legacy from help view 2024-11-03 21:27:26 +01:00
high-disk-usage.blade.php
invitation-link.blade.php
reset-password.blade.php
s3-connection-error.blade.php
scheduled-task-failed.blade.php
scheduled-task-success.blade.php feat: scheduled task success email 2024-12-10 16:12:58 +01:00
server-force-disabled.blade.php refactor: Fix typo in subscription URLs 2024-09-23 10:46:19 +02:00
server-force-enabled.blade.php
server-lost-connection.blade.php
server-patches.blade.php feat(server): implement server patch check notifications 2025-05-26 14:03:59 +02:00
server-revived.blade.php
ssl-certificate-renewed.blade.php feat: SSL notification 2025-02-10 21:31:31 +01:00
subscription-invoice-failed.blade.php
test.blade.php
trial-ended.blade.php
trial-ends-soon.blade.php
updates.blade.php