diff --git a/frontend/src/data/sample.js b/frontend/src/data/sample.js index dc2736a..dca9485 100644 --- a/frontend/src/data/sample.js +++ b/frontend/src/data/sample.js @@ -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: "🔑", diff --git a/frontend/src/views/AppsView.vue b/frontend/src/views/AppsView.vue index f56006f..1155697 100644 --- a/frontend/src/views/AppsView.vue +++ b/frontend/src/views/AppsView.vue @@ -43,18 +43,30 @@