DashCaddy Documentation

App Catalog

DashCaddy ships with 77 pre-configured application templates. Every template can be deployed from the dashboard, called via the REST API, or invoked through the MCP server. This page is the index — click any app for its dedicated install guide with prerequisites, the exact API payload shape, and post-install verification steps.

77 apps across 17 categories. The canonical source is dashcaddy-api/src/docker/app-templates.js; regenerate these pages with scripts/regenerate-catalog-docs.sh after editing.

Media

Media Management

Downloads

Productivity

Development

Management

Monitoring

Networking

DNS

Files

Communication

Home Automation

Database

Security

Photos

Utilities

Gaming


Adding your own template

Add an entry to APP_TEMPLATES in dashcaddy-api/src/docker/app-templates.js with the required fields (name, description, category, docker.image, ports, volumes), then re-run scripts/regenerate-catalog-docs.sh. The template will appear in the dashboard App Selector automatically.