Add Dashy template (#324)

* Add Dashy template

* Fix meta.json formatting and sorting
This commit is contained in:
Dennis Khylkouski
2025-09-01 22:13:21 -07:00
committed by GitHub
parent 2034a0d0c6
commit dee68380f6
4 changed files with 40 additions and 0 deletions

BIN
blueprints/dashy/dashy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

View File

@@ -0,0 +1,11 @@
version: "3.8"
services:
dashy:
image: lissy93/dashy:latest
restart: unless-stopped
ports:
- 8080
volumes:
- dashy-config:/app/user-data
volumes:
dashy-config: {}

View File

@@ -0,0 +1,11 @@
[variables]
main_domain = "${domain}"
[config]
env = []
mounts = []
[[config.domains]]
serviceName = "dashy"
port = 8080
host = "${main_domain}"

View File

@@ -1349,6 +1349,24 @@
"data-analysis"
]
},
{
"id": "dashy",
"name": "Dashy",
"version": "latest",
"description": "A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!",
"logo": "dashy.png",
"links": {
"github": "https://github.com/Lissy93/dashy",
"website": "https://dashy.to/",
"docs": "https://github.com/Lissy93/dashy/tree/master/docs"
},
"tags": [
"dashboard",
"monitoring",
"self-hosted",
"homelab"
]
},
{
"id": "datalens",
"name": "DataLens",