feat: add Homepage template (#871)

Co-authored-by: atlasclaw369 <268303653+atlasclaw369@users.noreply.github.com>
This commit is contained in:
atlasclaw369
2026-07-08 00:12:07 +04:00
committed by GitHub
parent 201fcd1ed8
commit cc99a025d3
4 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
version: "3.8"
services:
homepage:
image: ghcr.io/gethomepage/homepage:v1.13.1
restart: unless-stopped
expose:
- 3000
volumes:
- ../files/homepage-config:/app/config

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

@@ -0,0 +1,13 @@
[variables]
main_domain = "${domain}"
[config]
[[config.domains]]
serviceName = "homepage"
port = 3000
host = "${main_domain}"
[config.env]
HOMEPAGE_ALLOWED_HOSTS = "${main_domain}"
PUID = "1000"
PGID = "1000"

View File

@@ -3213,6 +3213,24 @@
"server"
]
},
{
"id": "homepage",
"name": "Homepage",
"version": "1.13.1",
"description": "Homepage is a highly customizable self-hosted application dashboard and startpage with service and widget integrations.",
"logo": "homepage.png",
"links": {
"github": "https://github.com/gethomepage/homepage",
"website": "https://gethomepage.dev/",
"docs": "https://gethomepage.dev/installation/"
},
"tags": [
"dashboard",
"startpage",
"self-hosted",
"productivity"
]
},
{
"id": "hoppscotch",
"name": "Hoppscotch (AIO + Migrations)",