ui: add outline and planka links

This commit is contained in:
Brad Stein 2026-01-12 21:23:10 -03:00
parent 1137bbe9c6
commit 8dfaecd508
2 changed files with 30 additions and 4 deletions

View File

@ -56,6 +56,20 @@ export function fallbackServices() {
summary: "Storage, office, and mail apps for bstein.dev users.",
link: "https://cloud.bstein.dev",
},
{
name: "Outline",
icon: "📝",
category: "productivity",
summary: "Team docs and knowledge base for Atlas users.",
link: "https://notes.bstein.dev",
},
{
name: "Planka",
icon: "🧭",
category: "productivity",
summary: "Kanban planning boards for tasks and projects.",
link: "https://tasks.bstein.dev",
},
{
name: "VaultWarden",
icon: "🔑",

View File

@ -43,18 +43,30 @@
<script setup>
const sections = [
{
title: "Cloud",
description: "Your personal cloud hub: files, photos, mail, calendars, etc.",
title: "Productivity",
description: "Docs, planning, and cloud workspace for Atlas users.",
groups: [
{
title: "Nextcloud",
title: "Workspace",
apps: [
{
name: "Cloud",
name: "Nextcloud",
url: "https://cloud.bstein.dev",
target: "_blank",
description: "Storage, mail, photos, and office docs — the main Atlas hub.",
},
{
name: "Outline",
url: "https://notes.bstein.dev",
target: "_blank",
description: "Team docs and knowledge base.",
},
{
name: "Planka",
url: "https://tasks.bstein.dev",
target: "_blank",
description: "Kanban planning boards for projects.",
},
],
},
],