User ManualPodWarden Hub
Templates
Authenticated template browser with category sidebar, search, sort, and detail pages
What you see
URL: /dashboard/templates (list), /dashboard/templates/[slug] (detail)
Requires login.
The Templates page is the authenticated version of the public catalog. It provides the same browsing experience within the dashboard context, with a dedicated detail page for each template.
List layout
- Search bar — Full-text search with 300ms debounce.
- Category sidebar — Category list with template counts. Click a category to filter, click "All" to reset.
- Sort dropdown — Most Popular (default), Recently Updated, Name A-Z, Newest.
- Template count — Shows the number of matching templates.
- Template grid — Cards showing template name, icon, category, and description. 50 templates per page.
- Pagination — Page navigation at the bottom.
Detail page
URL: /dashboard/templates/[slug]
Clicking a template card opens its dedicated detail page within the dashboard. The detail page shows:
| Section | Content |
|---|---|
| Header | Icon, template name, Docker image reference |
| Description | Full template description |
| Self-host with Docker | Install button — opens the install command modal |
| Badges | Category, author, CPU request, memory request |
| Stats | Docker pulls, GitHub stars |
| Stack selector | Choose between stacks if the application has multiple (single service vs compose) |
| Requirements | Workload type, CPU, RAM, GPU, ports, volumes |
| Environment Variables | Variable names with default values, required flags, and generate hints |
| Versions | Available image tags with publish dates |
| About | Markdown content with full documentation |
| Screenshots | Image carousel |
Available actions
| Action | Where | What it does |
|---|---|---|
| Search | Search bar | Filters templates by name and description |
| Filter by category | Category sidebar | Shows only templates in the selected category |
| Sort | Sort dropdown | Changes the sort order |
| Navigate pages | Pagination | Moves between pages |
| View detail | Click a template card | Opens the template detail page |
| Self-host with Docker | Detail page | Opens install command modal with one-line install command |
| Download bundle | Install modal | Downloads .tar.gz bundle for manual setup |
| Project Page | Link in detail page | Opens the template's external documentation |
Related docs
- Catalog — Public catalog (no login required)
- Admin Templates — Admin template CRUD
- Stack Templates — Full documentation on applications, stacks, and the installer
- Apps & Stacks — Deploy templates to your clusters