mirror of
https://github.com/Dokploy/templates.git
synced 2026-04-29 03:46:12 -05:00
Add Dashy template (#324)
* Add Dashy template * Fix meta.json formatting and sorting
This commit is contained in:
committed by
GitHub
parent
2034a0d0c6
commit
dee68380f6
BIN
blueprints/dashy/dashy.png
Normal file
BIN
blueprints/dashy/dashy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
11
blueprints/dashy/docker-compose.yml
Normal file
11
blueprints/dashy/docker-compose.yml
Normal 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: {}
|
||||
11
blueprints/dashy/template.toml
Normal file
11
blueprints/dashy/template.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[variables]
|
||||
main_domain = "${domain}"
|
||||
|
||||
[config]
|
||||
env = []
|
||||
mounts = []
|
||||
|
||||
[[config.domains]]
|
||||
serviceName = "dashy"
|
||||
port = 8080
|
||||
host = "${main_domain}"
|
||||
18
meta.json
18
meta.json
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user