coolify/resources/views/emails
Andras Bacsai 4b119726d9 Fix Traefik email notification with clickable server links
- Add URL generation to notification class using base_url() helper
- Replace config('app.url') with proper base_url() for accurate instance URL
- Make server names clickable links to proxy configuration page
- Use data_get() with fallback values for safer template data access
- Add comprehensive tests for URL generation and email rendering

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-02 13:08:40 +01:00
..
application-deployment-failed.blade.php
application-deployment-success.blade.php
application-status-changes.blade.php
backup-failed.blade.php
backup-success-with-s3-warning.blade.php feat(backup): enhance backup job with S3 upload handling and notifications 2025-10-07 15:02:23 +02:00
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-change-verification.blade.php feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
email-verification.blade.php
help.blade.php
hetzner-deletion-failed.blade.php feat: implement Hetzner deletion failure notification system with email and messaging support 2025-10-10 09:35:58 +02: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
server-force-enabled.blade.php
server-lost-connection.blade.php
server-patches-error.blade.php fix(server): enhance error handling in server patch check notifications 2025-05-27 14:23:16 +02:00
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
traefik-version-outdated.blade.php Fix Traefik email notification with clickable server links 2025-12-02 13:08:40 +01:00
trial-ended.blade.php
trial-ends-soon.blade.php
updates.blade.php