Update apps.json

This commit is contained in:
Bastian Meissner 2020-05-21 11:54:21 +02:00 committed by GitHub
parent 4f0160574f
commit b7fd770c27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
} }
] ]