Update apps.json
This commit is contained in:
parent
4f0160574f
commit
b7fd770c27
1 changed files with 18 additions and 18 deletions
|
@ -2,56 +2,56 @@
|
||||||
"apps": [
|
"apps": [
|
||||||
{
|
{
|
||||||
"name": "PiHole",
|
"name": "PiHole",
|
||||||
"displayURL": "192.168.1.253",
|
"displayURL": "example.com",
|
||||||
"URL": "/admin/",
|
"URL": "https://example.com",
|
||||||
"icon": "vpn_lock"
|
"icon": "vpn_lock"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Plex",
|
"name": "Plex",
|
||||||
"displayURL": "app.plex.tv",
|
"displayURL": "example.com",
|
||||||
"URL": "https://app.plex.tv",
|
"URL": "https://example.com",
|
||||||
"icon": "tv"
|
"icon": "tv"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "NextCloud",
|
"name": "NextCloud",
|
||||||
"displayURL": "phntxx.tech",
|
"displayURL": "example.com",
|
||||||
"URL": "https://phntxx.tech/cloud/",
|
"URL": "https://example.com",
|
||||||
"icon": "filter_drama"
|
"icon": "filter_drama"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ghost",
|
"name": "Ghost",
|
||||||
"displayURL": "phntxx.tech",
|
"displayURL": "example.com",
|
||||||
"URL": "https://phntxx.tech/blog/",
|
"URL": "https://example.com",
|
||||||
"icon": "rss_feed"
|
"icon": "rss_feed"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Minecraft",
|
"name": "Minecraft",
|
||||||
"displayURL": "phntxx.tech",
|
"displayURL": "example.com",
|
||||||
"URL": "https://phntxx.tech/minecraft/index.html",
|
"URL": "https://example.com",
|
||||||
"icon": "games"
|
"icon": "games"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "pfSense",
|
"name": "pfSense",
|
||||||
"displayURL": "phntxx.tech",
|
"displayURL": "example.com",
|
||||||
"URL": "https://phntxx.tech:1111/",
|
"URL": "https://example.com",
|
||||||
"icon": "security"
|
"icon": "security"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ESXi",
|
"name": "ESXi",
|
||||||
"displayURL": "rhsttpba1.ur.de",
|
"displayURL": "example.com",
|
||||||
"URL": "https://rhsttpba1.ur.de",
|
"URL": "https://example.com",
|
||||||
"icon": "dns"
|
"icon": "dns"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Tautulli",
|
"name": "Tautulli",
|
||||||
"displayURL": "phntxx.tech",
|
"displayURL": "example.com",
|
||||||
"URL": "https://phntxx.tech/tautulli/",
|
"URL": "https://example.com",
|
||||||
"icon": "bar_chart"
|
"icon": "bar_chart"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Grafana",
|
"name": "Grafana",
|
||||||
"displayURL": "phntxx.tech",
|
"displayURL": "example.com",
|
||||||
"URL": "https://phntxx.tech/grafana/",
|
"URL": "https://example.com",
|
||||||
"icon": "show_chart"
|
"icon": "show_chart"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue