coolify/resources/views/emails/server-patches-error.blade.php
rosslh 2085c085c7 feat(branding): apply MapleDeploy branding to Coolify fork
- Replace logos, colors (red/stone palette), and fonts (Overlock/Inter)
- Replace text logos with PNG from marketing API
- Update AGPL source links to match repo owner
- Update PostgreSQL to 17 for Alpine 3.23
- Add Forgejo Actions CI workflow
- Remove upstream GitHub Actions workflows
- Remove Coolify Cloud upsells, Hetzner provider, and telemetry
- Update auto-update to point to Forgejo registry
2026-02-11 21:00:49 -05: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>