2024-04-26 12:59:03 +00:00
|
|
|
<div>
|
2024-06-07 09:01:10 +00:00
|
|
|
<x-slot:title>
|
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
|
|
|
Shared Variables | MapleDeploy
|
2024-06-07 09:01:10 +00:00
|
|
|
</x-slot>
|
2024-04-26 12:59:03 +00:00
|
|
|
<div class="flex items-start gap-2">
|
|
|
|
|
<h1>Shared Variables</h1>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="subtitle">Set Team / Project / Environment wide variables.</div>
|
|
|
|
|
|
2025-10-07 15:17:31 +00:00
|
|
|
<div class="flex flex-col gap-2 -mt-1">
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="coolbox group" href="{{ route('shared-variables.team.index') }}" {{ wireNavigate() }}>
|
2024-04-26 12:59:03 +00:00
|
|
|
<div class="flex flex-col justify-center mx-6">
|
|
|
|
|
<div class="box-title">Team wide</div>
|
|
|
|
|
<div class="box-description">Usable for all resources in a team.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="coolbox group" href="{{ route('shared-variables.project.index') }}" {{ wireNavigate() }}>
|
2024-04-26 12:59:03 +00:00
|
|
|
<div class="flex flex-col justify-center mx-6">
|
|
|
|
|
<div class="box-title">Project wide</div>
|
|
|
|
|
<div class="box-description">Usable for all resources in a project.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
2025-12-17 11:09:13 +00:00
|
|
|
<a class="coolbox group" href="{{ route('shared-variables.environment.index') }}" {{ wireNavigate() }}>
|
2024-04-26 12:59:03 +00:00
|
|
|
<div class="flex flex-col justify-center mx-6">
|
|
|
|
|
<div class="box-title">Environment wide</div>
|
|
|
|
|
<div class="box-description">Usable for all resources in an environment.</div>
|
|
|
|
|
</div>
|
|
|
|
|
</a>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|