ui: add outline and planka links
This commit is contained in:
parent
1137bbe9c6
commit
8dfaecd508
@ -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: "🔑",
|
||||
|
||||
@ -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.",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user