put dashboard config back into dashboard app repo
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4ce5ec06d4
commit
fa89cba0b0
5 changed files with 77 additions and 200 deletions
132
data/apps.json
132
data/apps.json
|
@ -1,71 +1,85 @@
|
|||
{
|
||||
"categories": [
|
||||
{
|
||||
"name": "Networking",
|
||||
"items": [
|
||||
{
|
||||
"name": "pfSense",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "security"
|
||||
},
|
||||
{
|
||||
"name": "Pihole",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "vpn_lock"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Monitoring",
|
||||
"items": [
|
||||
{
|
||||
"name": "Tautulli",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "bar_chart"
|
||||
"name": "Grafana",
|
||||
"displayURL": "grafana.services.yolokube.de",
|
||||
"url": "https://grafana.services.yolokube.de",
|
||||
"icon": "show_chart",
|
||||
"newTab": true
|
||||
},
|
||||
{
|
||||
"name": "Grafana",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "show_chart"
|
||||
"name": "Prometheus",
|
||||
"displayURL": "prometheus.services.yolokube.de",
|
||||
"url": "https://prometheus.services.yolokube.de",
|
||||
"icon": "done",
|
||||
"newTab": true
|
||||
},
|
||||
{
|
||||
"name": "Alert Manager",
|
||||
"displayURL": "alertmanager.services.yolokube.de",
|
||||
"url": "https://alertmanager.services.yolokube.de",
|
||||
"icon": "notifications",
|
||||
"newTab": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Storage",
|
||||
"items": [
|
||||
{
|
||||
"name": "Longhorn",
|
||||
"displayURL": "longhorn.services.yolokube.de",
|
||||
"url": "https://longhorn.services.yolokube.de",
|
||||
"icon": "save",
|
||||
"newTab": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Deployment",
|
||||
"items": [
|
||||
{
|
||||
"name": "Argo",
|
||||
"displayURL": "argo.services.yolokube.de",
|
||||
"url": "https://argo.services.yolokube.de",
|
||||
"icon": "play_arrow",
|
||||
"newTab": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "GitOps",
|
||||
"items": [
|
||||
{
|
||||
"name": "Gitea",
|
||||
"displayURL": "git.ar21.de",
|
||||
"url": "https://git.ar21.de",
|
||||
"icon": "alt_route",
|
||||
"newTab": true
|
||||
},
|
||||
{
|
||||
"name": "DroneCI",
|
||||
"displayURL": "drone.ar21.de",
|
||||
"url": "https://drone.ar21.de",
|
||||
"icon": "engineering",
|
||||
"newTab": true
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Applications",
|
||||
"items": [
|
||||
{
|
||||
"name": "Paste",
|
||||
"displayURL": "paste.apps.yolokube.de",
|
||||
"url": "https://paste.apps.yolokube.de",
|
||||
"icon": "description",
|
||||
"newTab": true
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"apps": [
|
||||
{
|
||||
"name": "Plex",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "tv"
|
||||
},
|
||||
{
|
||||
"name": "NextCloud",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "filter_drama"
|
||||
},
|
||||
{
|
||||
"name": "Ghost",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "rss_feed"
|
||||
},
|
||||
{
|
||||
"name": "Minecraft",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "games"
|
||||
},
|
||||
|
||||
{
|
||||
"name": "ESXi",
|
||||
"displayURL": "example.com",
|
||||
"url": "https://example.com",
|
||||
"icon": "dns"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue