[PR #871] feat: add Homepage template #7215

Open
opened 2026-05-18 19:19:05 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Dokploy/templates/pull/871
Author: @atlasclaw369
Created: 5/16/2026
Status: 🔄 Open

Base: canaryHead: feat/add-homepage-template


📝 Commits (1)

  • b6dcfe6 feat: add Homepage template

📊 Changes

4 files changed (+40 additions, -0 deletions)

View changed files

blueprints/homepage/docker-compose.yml (+9 -0)
blueprints/homepage/homepage.png (+0 -0)
blueprints/homepage/template.toml (+13 -0)
📝 meta.json (+18 -0)

📄 Description

What is this PR about?

Adds a new Homepage template for Dokploy.

Homepage is a self-hosted application dashboard/startpage with support for service and widget integrations. This template keeps the default deployment narrow and safe by mounting only the Homepage config directory and not mounting the host Docker socket by default.

What is included?

  • blueprints/homepage/docker-compose.yml using ghcr.io/gethomepage/homepage:v1.13.1
  • blueprints/homepage/template.toml with Dokploy domain routing on port 3000
  • Homepage metadata and logo in meta.json

Validation

  • npx tsx validate-template.ts --dir ../blueprints/homepage --verbose
  • npx tsx validate-docker-compose.ts --file ../blueprints/homepage/docker-compose.yml
  • node dedupe-and-sort-meta.js
  • git diff --check

/claim #152


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Dokploy/templates/pull/871 **Author:** [@atlasclaw369](https://github.com/atlasclaw369) **Created:** 5/16/2026 **Status:** 🔄 Open **Base:** `canary` ← **Head:** `feat/add-homepage-template` --- ### 📝 Commits (1) - [`b6dcfe6`](https://github.com/Dokploy/templates/commit/b6dcfe6e9faf43ad22f7079f2bc4a753d693311c) feat: add Homepage template ### 📊 Changes **4 files changed** (+40 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `blueprints/homepage/docker-compose.yml` (+9 -0) ➕ `blueprints/homepage/homepage.png` (+0 -0) ➕ `blueprints/homepage/template.toml` (+13 -0) 📝 `meta.json` (+18 -0) </details> ### 📄 Description ## What is this PR about? Adds a new [Homepage](https://github.com/gethomepage/homepage) template for Dokploy. Homepage is a self-hosted application dashboard/startpage with support for service and widget integrations. This template keeps the default deployment narrow and safe by mounting only the Homepage config directory and not mounting the host Docker socket by default. ## What is included? - `blueprints/homepage/docker-compose.yml` using `ghcr.io/gethomepage/homepage:v1.13.1` - `blueprints/homepage/template.toml` with Dokploy domain routing on port 3000 - Homepage metadata and logo in `meta.json` ## Validation - `npx tsx validate-template.ts --dir ../blueprints/homepage --verbose` - `npx tsx validate-docker-compose.ts --file ../blueprints/homepage/docker-compose.yml` - `node dedupe-and-sort-meta.js` - `git diff --check` /claim #152 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-18 19:19:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/templates#7215