7de67cbbd8
This commit addresses the two currently outstanding issues and also introduces some changes: - The port has been changed from 3000 to 8080 - The format of the imprint.json file has changed. See the current example file.
71 lines
1.4 KiB
JSON
71 lines
1.4 KiB
JSON
{
|
|
"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": "example.com",
|
|
"URL": "https://example.com",
|
|
"icon": "show_chart"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|