coolify/resources/views/emails/server-patches-error.blade.php
rosslh a8ea8c9548 feat(branding): apply MapleDeploy branding to Coolify
Replace Coolify branding with MapleDeploy throughout the UI: logos,
favicon, fonts (Overlock 900), color scheme, help links, and page
titles. Remove GitHub Actions workflows and add Forgejo CI build
workflow. Strip cloud-only features (subscription prompts, sponsor
links, server creation cloud options).
2026-03-14 00:15:16 -04:00

13 lines
332 B
PHP

<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 [MapleDeploy dashboard]({{ $server_url }}).
</x-emails.layout>