2023-08-11 14:13:53 +00:00
|
|
|
<div class="pb-5">
|
2023-06-07 20:07:26 +00:00
|
|
|
<h1>Settings</h1>
|
feat(branding): apply MapleDeploy branding to Coolify fork
Replace all Coolify branding with MapleDeploy across 111 files:
- Logo, favicon, and color palette (Canadian red scale, stone greys)
- Fonts: Overlock for headings, Inter for body (self-hosted woff2/ttf)
- All ~70 page titles updated to "| MapleDeploy"
- Auth pages, navbar, footer, email templates, settings, boarding flow
- Remove Hetzner provider, Coolify Cloud upsells, sponsorship popups
- Disable telemetry (Sentry DSN null, undead.coolify.io ping disabled)
- Point auto-update to MapleDeploy Forgejo registry image
- Redirect help/support links to mapledeploy.ca/contact
- Add AGPL source code link to Forgejo repo in navbar
- OpenAPI docs rebranded to MapleDeploy
2026-02-08 22:34:51 +00:00
|
|
|
<div class="subtitle">Instance wide settings for MapleDeploy.</div>
|
2024-05-05 16:33:52 +00:00
|
|
|
<div class="navbar-main">
|
2024-05-06 11:58:19 +00:00
|
|
|
<nav class="flex items-center gap-6 min-h-10 whitespace-nowrap">
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('settings.index') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-05-05 16:33:52 +00:00
|
|
|
href="{{ route('settings.index') }}">
|
2025-06-30 06:50:17 +00:00
|
|
|
Configuration
|
2023-07-14 10:09:56 +00:00
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('settings.backup') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-08-06 12:36:56 +00:00
|
|
|
href="{{ route('settings.backup') }}">
|
2025-06-30 06:50:17 +00:00
|
|
|
Backup
|
2024-08-06 12:36:56 +00:00
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('settings.email') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-08-06 12:36:56 +00:00
|
|
|
href="{{ route('settings.email') }}">
|
2025-06-30 06:50:17 +00:00
|
|
|
Transactional Email
|
2024-08-06 12:36:56 +00:00
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="{{ request()->routeIs('settings.oauth') ? 'dark:text-white' : '' }}" {{ wireNavigate() }}
|
2024-08-06 12:36:56 +00:00
|
|
|
href="{{ route('settings.oauth') }}">
|
2025-06-30 06:50:17 +00:00
|
|
|
OAuth
|
2024-08-06 12:36:56 +00:00
|
|
|
</a>
|
2024-05-05 16:33:52 +00:00
|
|
|
<div class="flex-1"></div>
|
|
|
|
|
</nav>
|
|
|
|
|
</div>
|
2023-06-07 20:07:26 +00:00
|
|
|
</div>
|