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() {