coolify/app/Notifications
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 feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Channels feat(EmailChannel): enhance error handling with user-friendly messages for Resend API errors 2025-11-11 13:23:45 +01:00
Container feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Database feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Dto
Internal
ScheduledTask feat: add UUIDs and URLs to webhook notifications 2025-10-10 18:41:46 +02:00
Server Fix Traefik email notification with clickable server links 2025-12-02 13:08:40 +01:00
TransactionalEmails feat(email): implement email change request and verification process 2025-08-18 14:54:08 +02:00
CustomEmailNotification.php
Notification.php
SslExpirationNotification.php
Test.php feat: implement actual webhook delivery 2025-10-10 17:59:17 +02:00