add descriptions to homepage entries

This commit is contained in:
wi11-holdsworth 2025-07-24 21:21:37 +10:00
parent bdca40fa41
commit 7d4d03acfb

View file

@ -47,6 +47,7 @@ in
"Media Management" = [ "Media Management" = [
{ {
"Lidarr" = { "Lidarr" = {
"description" = "Music collection manager";
"icon" = "lidarr.png"; "icon" = "lidarr.png";
"href" = "https://lidarr.fi33.buzz/"; "href" = "https://lidarr.fi33.buzz/";
"widget" = { "widget" = {
@ -59,6 +60,7 @@ in
} }
{ {
"Prowlarr" = { "Prowlarr" = {
"description" = "Indexer management tool";
"icon" = "prowlarr.png"; "icon" = "prowlarr.png";
"href" = "https://prowlarr.fi33.buzz/"; "href" = "https://prowlarr.fi33.buzz/";
"widget" = { "widget" = {
@ -70,6 +72,7 @@ in
} }
{ {
"Radarr" = { "Radarr" = {
"description" = "Movie collection manager";
"icon" = "radarr.png"; "icon" = "radarr.png";
"href" = "https://radarr.fi33.buzz/"; "href" = "https://radarr.fi33.buzz/";
"widget" = { "widget" = {
@ -82,6 +85,7 @@ in
} }
{ {
"Sonarr" = { "Sonarr" = {
"description" = "TV show collection manager";
"icon" = "sonarr.png"; "icon" = "sonarr.png";
"href" = "https://sonarr.fi33.buzz/"; "href" = "https://sonarr.fi33.buzz/";
"widget" = { "widget" = {
@ -98,6 +102,7 @@ in
"Media Streaming" = [ "Media Streaming" = [
{ {
"Immich" = { "Immich" = {
"description" = "Photo backup";
"icon" = "immich.png"; "icon" = "immich.png";
"href" = "https://immich.fi33.buzz/"; "href" = "https://immich.fi33.buzz/";
"widget" = { "widget" = {
@ -116,6 +121,7 @@ in
} }
{ {
"Jellyfin" = { "Jellyfin" = {
"description" = "Media streaming";
"icon" = "jellyfin.png"; "icon" = "jellyfin.png";
"href" = "https://jellyfin.fi33.buzz/"; "href" = "https://jellyfin.fi33.buzz/";
"widget" = { "widget" = {
@ -132,6 +138,7 @@ in
} }
{ {
"Miniflux" = { "Miniflux" = {
"description" = "RSS aggregator";
"icon" = "miniflux.png"; "icon" = "miniflux.png";
"href" = "https://miniflux.fi33.buzz/"; "href" = "https://miniflux.fi33.buzz/";
"widget" = { "widget" = {
@ -143,6 +150,7 @@ in
} }
{ {
"Paperless" = { "Paperless" = {
"description" = "Digital filing cabinet";
"icon" = "paperless.png"; "icon" = "paperless.png";
"href" = "https://paperless.fi33.buzz/"; "href" = "https://paperless.fi33.buzz/";
"widget" = { "widget" = {
@ -159,30 +167,35 @@ in
"Cloud Services" = [ "Cloud Services" = [
{ {
"CouchDB" = { "CouchDB" = {
"description" = "Obsidian sync database";
"icon" = "couchdb.png"; "icon" = "couchdb.png";
"href" = "https://couchdb.fi33.buzz/_utils/"; "href" = "https://couchdb.fi33.buzz/_utils/";
}; };
} }
{ {
"Ntfy" = { "Ntfy" = {
"description" = "Notification service";
"icon" = "ntfy.png"; "icon" = "ntfy.png";
"href" = "https://ntfy-sh.fi33.buzz/"; "href" = "https://ntfy-sh.fi33.buzz/";
}; };
} }
{ {
"qBittorrent" = { "qBittorrent" = {
"description" = "BitTorrent client";
"icon" = "qbittorrent.png"; "icon" = "qbittorrent.png";
"href" = "https://qbittorrent.fi33.buzz/"; "href" = "https://qbittorrent.fi33.buzz/";
}; };
} }
{ {
"Stirling PDF" = { "Stirling PDF" = {
"description" = "PDF toolbox";
"icon" = "stirling-pdf.png"; "icon" = "stirling-pdf.png";
"href" = "https://stirling-pdf.fi33.buzz/"; "href" = "https://stirling-pdf.fi33.buzz/";
}; };
} }
{ {
"Vaultwarden" = { "Vaultwarden" = {
"description" = "Password manager";
"icon" = "vaultwarden.png"; "icon" = "vaultwarden.png";
"href" = "https://vaultwarden.fi33.buzz/"; "href" = "https://vaultwarden.fi33.buzz/";
}; };