mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-08 07:25:23 +02:00
feat: add Homepage template (#871)
Co-authored-by: atlasclaw369 <268303653+atlasclaw369@users.noreply.github.com>
This commit is contained in:
9
blueprints/homepage/docker-compose.yml
Normal file
9
blueprints/homepage/docker-compose.yml
Normal 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
|
||||
BIN
blueprints/homepage/homepage.png
Normal file
BIN
blueprints/homepage/homepage.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
13
blueprints/homepage/template.toml
Normal file
13
blueprints/homepage/template.toml
Normal 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"
|
||||
18
meta.json
18
meta.json
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user