fix(server): enhance error handling in server patch check notifications

This commit is contained in:
Andras Bacsai
2025-05-27 14:23:16 +02:00
parent 6868ba088c
commit e005f1c838
3 changed files with 119 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
<x-emails.layout>
Failed to check for package updates on your server {{ $name }}.
## Error Details
- Operating System: {{ ucfirst($osId) }}
- Package Manager: {{ $package_manager }}
- Error: {{ $error }}
---
You can manage your server and view more details in your [Coolify Dashboard]({{ $server_url }}).
</x-emails.layout>