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",