dashboard/src/components/data/apps.json
2020-05-21 09:49:50 +02:00

58 lines
1.5 KiB
JSON

{
"apps": [
{
"name": "PiHole",
"displayURL": "192.168.1.253",
"URL": "/admin/",
"icon": "vpn_lock"
},
{
"name": "Plex",
"displayURL": "app.plex.tv",
"URL": "https://app.plex.tv",
"icon": "tv"
},
{
"name": "NextCloud",
"displayURL": "phntxx.tech",
"URL": "https://phntxx.tech/cloud/",
"icon": "filter_drama"
},
{
"name": "Ghost",
"displayURL": "phntxx.tech",
"URL": "https://phntxx.tech/blog/",
"icon": "rss_feed"
},
{
"name": "Minecraft",
"displayURL": "phntxx.tech",
"URL": "https://phntxx.tech/minecraft/index.html",
"icon": "games"
},
{
"name": "pfSense",
"displayURL": "phntxx.tech",
"URL": "https://phntxx.tech:1111/",
"icon": "security"
},
{
"name": "ESXi",
"displayURL": "rhsttpba1.ur.de",
"URL": "https://rhsttpba1.ur.de",
"icon": "dns"
},
{
"name": "Tautulli",
"displayURL": "phntxx.tech",
"URL": "https://phntxx.tech/tautulli/",
"icon": "bar_chart"
},
{
"name": "Grafana",
"displayURL": "phntxx.tech",
"URL": "https://phntxx.tech/grafana/",
"icon": "show_chart"
}
]
}