diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 11982d2..05d950a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -140,7 +140,7 @@ export default function AboutPage() {
{[ - { value: "92+", label: "App Templates" }, + { value: "93+", label: "App Templates" }, { value: "1770+", label: "Test Cases" }, { value: "260+", label: "API Endpoints" }, { value: "5", label: "Languages" }, diff --git a/src/app/docs/first-service/page.tsx b/src/app/docs/first-service/page.tsx index 0c4eec3..51b808f 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 92+ 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 92+ 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 5ede8c8..72cdcbf 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 92+ 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 778944e..7106d77 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 - 92+ 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 a6f61a4..adae0ba 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✓✓ - 92+ 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 8e5b1de..33be671 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 92+ 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: '92+ 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() {