From fbb6db24d2e5d9f0839211159810b33ceadfb289 Mon Sep 17 00:00:00 2001 From: Krystie Date: Thu, 13 Aug 2026 17:23:06 -0700 Subject: [PATCH] =?UTF-8?q?[grade=3Dpending]=20fix:=20add=2017=20missing?= =?UTF-8?q?=20app=20templates=20to=20showcase,=20update=20count=2076?= =?UTF-8?q?=E2=86=9293?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/about/page.tsx | 2 +- src/app/docs/first-service/page.tsx | 4 ++-- src/app/docs/integrations/page.tsx | 2 +- src/app/docs/overview/page.tsx | 2 +- src/app/docs/premium/page.tsx | 2 +- src/app/features/page.tsx | 6 +++--- src/app/layout.tsx | 6 +++--- src/app/page.tsx | 8 ++++---- src/app/pricing/page.tsx | 6 +++--- src/components/AppShowcase.tsx | 22 +++++++++++++++++++--- 10 files changed, 38 insertions(+), 22 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0021c56..d19a080 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -140,7 +140,7 @@ export default function AboutPage() {
{[ - { value: "76", label: "App Templates" }, + { value: "93", label: "App Templates" }, { value: "1770+", label: "Test Cases" }, { value: "260+", label: "API Endpoints" }, { value: "31", label: "Languages" }, diff --git a/src/app/docs/first-service/page.tsx b/src/app/docs/first-service/page.tsx index ed30223..2943e83 100644 --- a/src/app/docs/first-service/page.tsx +++ b/src/app/docs/first-service/page.tsx @@ -34,7 +34,7 @@ export default function DocsFirstServicePage() {

Three ways to add a service

-

1. Pick from 76 one-click templates

+

1. Pick from 93 one-click templates

The template library covers the most popular self-hosted applications — media servers, dashboards, databases, note apps, automation tools, and more. Each template bundles sane defaults for ports, @@ -62,7 +62,7 @@ export default function DocsFirstServicePage() {

Step 1: Open the template library

From the dashboard sidebar, click New Service → From Template. The template library - opens with a searchable grid of 76 applications. + opens with a searchable grid of 93 applications.

Step 2: Find Plex

diff --git a/src/app/docs/integrations/page.tsx b/src/app/docs/integrations/page.tsx index e4eadbd..fb9d439 100644 --- a/src/app/docs/integrations/page.tsx +++ b/src/app/docs/integrations/page.tsx @@ -27,7 +27,7 @@ export default function DocsIntegrationsPage() { Docker (and Docker Compose) is the runtime foundation for every deployment workflow, container lifecycle action, service discovery sweep, and template-based launch. DashCaddy communicates with the Docker daemon over the Unix socket (/var/run/docker.sock) to start, stop, restart, inspect, and adopt containers, and to - deploy the 76 one-click application templates from the catalog. + deploy the 93 one-click application templates from the catalog.

The daemon connection is established at startup. If the socket is missing or permissioned for a different user, diff --git a/src/app/docs/overview/page.tsx b/src/app/docs/overview/page.tsx index f4102e9..75b2cbc 100644 --- a/src/app/docs/overview/page.tsx +++ b/src/app/docs/overview/page.tsx @@ -162,7 +162,7 @@ export default function DocsOverviewPage() { Docker deployment Manual compose files - 76 one-click templates + 93 one-click templates Templates + Recipes diff --git a/src/app/docs/premium/page.tsx b/src/app/docs/premium/page.tsx index 5ecadcd..5599e99 100644 --- a/src/app/docs/premium/page.tsx +++ b/src/app/docs/premium/page.tsx @@ -39,7 +39,7 @@ export default function DocsPremiumPage() { Dashboard & web UI✓✓ - 76 application templates✓✓ + 93 application templates✓✓ Caddy reverse proxy + auto HTTPS✓✓ Caddyfile-as-Code builder✓✓ Technitium DNS automation✓✓ diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx index 6a907d5..73e0c72 100644 --- a/src/app/features/page.tsx +++ b/src/app/features/page.tsx @@ -40,11 +40,11 @@ export default function FeaturesPage() { id: 'app-deployment', title: 'App Deployment', description: - 'Deploy from a library of 76 pre-configured Docker templates with one click. Automatic configuration, smart defaults, and service discovery that auto-detects running containers and lets you adopt them instantly. From zero to live in seconds.', + 'Deploy from a library of 93 pre-configured Docker templates with one click. Automatic configuration, smart defaults, and service discovery that auto-detects running containers and lets you adopt them instantly. From zero to live in seconds.', icon: '🚀', features: [ { icon: '⚡', label: 'One-click deployment' }, - { icon: '📦', label: '76 app templates' }, + { icon: '📦', label: '93 app templates' }, { icon: '⚙️', label: 'Automatic configuration' }, { icon: '🔍', label: 'Service Discovery & auto-adopt' }, { icon: '🧙', label: 'Smart Defaults Wizard' }, @@ -350,7 +350,7 @@ export default function FeaturesPage() {