feat: clarify install page is for server and add Vikunja Cloud link

This commit is contained in:
kolaente
2026-02-19 11:59:39 +01:00
parent 9d851fb323
commit fb236c2ba3
+4 -3
View File
@@ -20,11 +20,12 @@ try {
}
} catch {}
---
<Layout title="Install Vikunja" description="Get Vikunja up and running in minutes with this interactive install wizard.">
<Layout title="Install Vikunja Server" description="Get the Vikunja server up and running in minutes with this interactive install wizard.">
<main class="max-w-(--breakpoint-xl) mx-auto px-4 md:px-6" data-version={latestVersion}>
<div class="pt-24 pb-8 text-center">
<h1 class="text-4xl font-display">Install Vikunja</h1>
<p class="mt-4 text-lg text-gray-600 dark:text-gray-400">Get up and running in minutes.</p>
<h1 class="text-4xl font-display">Install Vikunja Server</h1>
<p class="mt-4 text-lg text-gray-600 dark:text-gray-400">Set up your self-hosted Vikunja server in minutes.</p>
<p class="mt-2 text-sm text-gray-500 dark:text-gray-500">Don't want to manage a server? <a href="https://vikunja.cloud/register" class="text-primary hover:underline">Try Vikunja Cloud</a></p>
</div>
<!-- Step 1: Pick platform -->