PodWarden
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:

SectionContent
HeaderIcon, template name, Docker image reference
DescriptionFull template description
Self-host with DockerInstall button — opens the install command modal
BadgesCategory, author, CPU request, memory request
StatsDocker pulls, GitHub stars
Stack selectorChoose between stacks if the application has multiple (single service vs compose)
RequirementsWorkload type, CPU, RAM, GPU, ports, volumes
Environment VariablesVariable names with default values, required flags, and generate hints
VersionsAvailable image tags with publish dates
AboutMarkdown content with full documentation
ScreenshotsImage carousel

Available actions

ActionWhereWhat it does
SearchSearch barFilters templates by name and description
Filter by categoryCategory sidebarShows only templates in the selected category
SortSort dropdownChanges the sort order
Navigate pagesPaginationMoves between pages
View detailClick a template cardOpens the template detail page
Self-host with DockerDetail pageOpens install command modal with one-line install command
Download bundleInstall modalDownloads .tar.gz bundle for manual setup
Project PageLink in detail pageOpens the template's external documentation

Related docs

Templates