From 4d88b99658e736364c4e7414e2217f12a5bc4608 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Sun, 8 Mar 2026 14:42:02 +0000 Subject: [PATCH] papra --- juntekim_frontend/app/SelfHosted/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/juntekim_frontend/app/SelfHosted/page.tsx b/juntekim_frontend/app/SelfHosted/page.tsx index ca23058..8f66e80 100644 --- a/juntekim_frontend/app/SelfHosted/page.tsx +++ b/juntekim_frontend/app/SelfHosted/page.tsx @@ -100,6 +100,12 @@ const services = [ url: "https://traefik.mealcraft.com/dashboard/", icon: "📊" }, + { + name: "Papra", + description: "Document management and ingestion platform for organizing files", + url: "https://papra.juntekim.com", + icon: "📁" + }, { name: "Kokoro TTS", description: "Open-source text-to-speech API running locally with an OpenAI-compatible interface",