refactor(homepage-dashboard): remove unnecessary quotes around non-spaced words

This commit is contained in:
wi11-holdsworth 2026-01-20 15:02:24 +11:00
parent 3f069b9391
commit b9ec41d462

View file

@ -50,106 +50,106 @@ in
{ {
"Media Management" = [ "Media Management" = [
{ {
"Radarr" = { Radarr = {
"description" = "Movie collection manager"; description = "Movie collection manager";
"icon" = "radarr.svg"; icon = "radarr.svg";
"href" = "https://radarr.fi33.buzz/"; href = "https://radarr.fi33.buzz/";
"widget" = { widget = {
"type" = "radarr"; type = "radarr";
"url" = "https://radarr.fi33.buzz/"; url = "https://radarr.fi33.buzz/";
"key" = "@radarr@"; key = "@radarr@";
"enableQueue" = true; enableQueue = true;
}; };
}; };
} }
{ {
"Sonarr" = { Sonarr = {
"description" = "TV show collection manager"; description = "TV show collection manager";
"icon" = "sonarr.svg"; icon = "sonarr.svg";
"href" = "https://sonarr.fi33.buzz/"; href = "https://sonarr.fi33.buzz/";
"widget" = { widget = {
"type" = "sonarr"; type = "sonarr";
"url" = "https://sonarr.fi33.buzz/"; url = "https://sonarr.fi33.buzz/";
"key" = "@sonarr@"; key = "@sonarr@";
"enableQueue" = true; enableQueue = true;
}; };
}; };
} }
{ {
"Lidarr" = { Lidarr = {
"description" = "Music collection manager"; description = "Music collection manager";
"icon" = "lidarr.svg"; icon = "lidarr.svg";
"href" = "https://lidarr.fi33.buzz/"; href = "https://lidarr.fi33.buzz/";
"widget" = { widget = {
"type" = "lidarr"; type = "lidarr";
"url" = "https://lidarr.fi33.buzz/"; url = "https://lidarr.fi33.buzz/";
"key" = "@lidarr@"; key = "@lidarr@";
"enableQueue" = true; enableQueue = true;
}; };
}; };
} }
{ {
"Readarr" = { Readarr = {
"description" = "Book collection manager"; description = "Book collection manager";
"icon" = "readarr.svg"; icon = "readarr.svg";
"href" = "https://readarr.fi33.buzz/"; href = "https://readarr.fi33.buzz/";
"widget" = { widget = {
"type" = "readarr"; type = "readarr";
"url" = "https://readarr.fi33.buzz/"; url = "https://readarr.fi33.buzz/";
"key" = "@readarr@"; key = "@readarr@";
"enableQueue" = true; enableQueue = true;
}; };
}; };
} }
{ {
"Bazarr" = { Bazarr = {
"description" = "Subtitle downloader and manager"; description = "Subtitle downloader and manager";
"icon" = "bazarr.svg"; icon = "bazarr.svg";
"href" = "https://bazarr.fi33.buzz/"; href = "https://bazarr.fi33.buzz/";
"widget" = { widget = {
"type" = "bazarr"; type = "bazarr";
"url" = "https://bazarr.fi33.buzz/"; url = "https://bazarr.fi33.buzz/";
"key" = "@bazarr@"; key = "@bazarr@";
}; };
}; };
} }
{ {
"Prowlarr" = { Prowlarr = {
"description" = "Indexer management tool"; description = "Indexer management tool";
"icon" = "prowlarr.svg"; icon = "prowlarr.svg";
"href" = "https://prowlarr.fi33.buzz/"; href = "https://prowlarr.fi33.buzz/";
"widget" = { widget = {
"type" = "prowlarr"; type = "prowlarr";
"url" = "https://prowlarr.fi33.buzz/"; url = "https://prowlarr.fi33.buzz/";
"key" = "@prowlarr@"; key = "@prowlarr@";
}; };
}; };
} }
{ {
"NZBget" = { NZBget = {
"description" = "Usenet client"; description = "Usenet client";
"icon" = "nzbget.svg"; icon = "nzbget.svg";
"href" = "https://nzbget.fi33.buzz/"; href = "https://nzbget.fi33.buzz/";
"widget" = { widget = {
"type" = "nzbget"; type = "nzbget";
"url" = "https://nzbget.fi33.buzz/"; url = "https://nzbget.fi33.buzz/";
"username" = "nzbget"; username = "nzbget";
"password" = "@nzbget@"; password = "@nzbget@";
}; };
}; };
} }
{ {
"qui" = { qui = {
"description" = "qBittorrent front end"; description = "qBittorrent front end";
"icon" = "qui.svg"; icon = "qui.svg";
"href" = "https://qui.fi33.buzz/"; href = "https://qui.fi33.buzz/";
}; };
} }
{ {
"qBittorrent" = { qBittorrent = {
"description" = "BitTorrent client"; description = "BitTorrent client";
"icon" = "qbittorrent.svg"; icon = "qbittorrent.svg";
"href" = "https://qbittorrent.fi33.buzz/"; href = "https://qbittorrent.fi33.buzz/";
}; };
} }
]; ];
@ -157,38 +157,38 @@ in
{ {
"Media Streaming" = [ "Media Streaming" = [
{ {
"Immich" = { Immich = {
"description" = "Photo backup"; description = "Photo backup";
"icon" = "immich.svg"; icon = "immich.svg";
"href" = "https://immich.fi33.buzz/"; href = "https://immich.fi33.buzz/";
"widget" = { widget = {
"type" = "immich"; type = "immich";
"fields" = [ fields = [
"users" "users"
"photos" "photos"
"videos" "videos"
"storage" "storage"
]; ];
"url" = "https://immich.fi33.buzz/"; url = "https://immich.fi33.buzz/";
"version" = 2; version = 2;
"key" = "@immich@"; key = "@immich@";
}; };
}; };
} }
{ {
"Jellyfin" = { Jellyfin = {
"description" = "Media streaming"; description = "Media streaming";
"icon" = "jellyfin.svg"; icon = "jellyfin.svg";
"href" = "https://jellyfin.fi33.buzz/"; href = "https://jellyfin.fi33.buzz/";
"widget" = { widget = {
"type" = "jellyfin"; type = "jellyfin";
"url" = "https://jellyfin.fi33.buzz/"; url = "https://jellyfin.fi33.buzz/";
"key" = "@jellyfin@"; key = "@jellyfin@";
"enableBlocks" = true; enableBlocks = true;
"enableNowPlaying" = true; enableNowPlaying = true;
"enableUser" = true; enableUser = true;
"showEpisodeNumber" = true; showEpisodeNumber = true;
"expandOneStreamToTwoRows" = false; expandOneStreamToTwoRows = false;
}; };
}; };
} }
@ -205,46 +205,46 @@ in
}; };
} }
{ {
"Karakeep" = { Karakeep = {
"description" = "Web clipper"; description = "Web clipper";
"icon" = "karakeep.svg"; icon = "karakeep.svg";
"href" = "https://karakeep.fi33.buzz/"; href = "https://karakeep.fi33.buzz/";
"widget" = { widget = {
"type" = "karakeep"; type = "karakeep";
"url" = "https://karakeep.fi33.buzz/"; url = "https://karakeep.fi33.buzz/";
"key" = "@karakeep@"; key = "@karakeep@";
}; };
}; };
} }
{ {
"Miniflux" = { Miniflux = {
"description" = "RSS aggregator"; description = "RSS aggregator";
"icon" = "miniflux.svg"; icon = "miniflux.svg";
"href" = "https://miniflux.fi33.buzz/"; href = "https://miniflux.fi33.buzz/";
"widget" = { widget = {
"type" = "miniflux"; type = "miniflux";
"url" = "https://miniflux.fi33.buzz/"; url = "https://miniflux.fi33.buzz/";
"key" = "@miniflux@"; key = "@miniflux@";
}; };
}; };
} }
{ {
"Paperless" = { Paperless = {
"description" = "Digital filing cabinet"; description = "Digital filing cabinet";
"icon" = "paperless.svg"; icon = "paperless.svg";
"href" = "https://paperless.fi33.buzz/"; href = "https://paperless.fi33.buzz/";
"widget" = { widget = {
"type" = "paperlessngx"; type = "paperlessngx";
"url" = "https://paperless.fi33.buzz/"; url = "https://paperless.fi33.buzz/";
"username" = "admin"; username = "admin";
"password" = "@paperless@"; password = "@paperless@";
}; };
}; };
} }
]; ];
} }
{ {
"Services" = [ Services = [
{ {
"copyparty" = { "copyparty" = {
"description" = "Cloud file manager"; "description" = "Cloud file manager";
@ -253,56 +253,56 @@ in
}; };
} }
{ {
"CouchDB" = { CouchDB = {
"description" = "Obsidian sync database"; description = "Obsidian sync database";
"icon" = "couchdb.svg"; icon = "couchdb.svg";
"href" = "https://couchdb.fi33.buzz/_utils/"; href = "https://couchdb.fi33.buzz/_utils/";
}; };
} }
{ {
"Firefly" = { Firefly = {
"description" = "Budget Planner"; description = "Budget Planner";
"icon" = "firefly-iii.svg"; icon = "firefly-iii.svg";
"href" = "https://firefly.fi33.buzz/"; href = "https://firefly.fi33.buzz/";
}; };
} }
{ {
"ntfy" = { ntfy = {
"description" = "Notification service"; description = "Notification service";
"icon" = "ntfy.svg"; icon = "ntfy.svg";
"href" = "https://ntfy-sh.fi33.buzz/"; href = "https://ntfy-sh.fi33.buzz/";
}; };
} }
{ {
"Radicale" = { Radicale = {
"description" = "CalDAV/CardDAV service"; description = "CalDAV/CardDAV service";
"icon" = "radicale.svg"; icon = "radicale.svg";
"href" = "https://radicale.fi33.buzz"; href = "https://radicale.fi33.buzz";
}; };
} }
{ {
"Syncthing" = { Syncthing = {
"description" = "Decentralised file synchronisation"; description = "Decentralised file synchronisation";
"icon" = "syncthing.svg"; icon = "syncthing.svg";
"href" = "https://syncthing.fi33.buzz/"; href = "https://syncthing.fi33.buzz/";
}; };
} }
{ {
"Vaultwarden" = { Vaultwarden = {
"description" = "Password manager"; description = "Password manager";
"icon" = "vaultwarden.svg"; icon = "vaultwarden.svg";
"href" = "https://vaultwarden.fi33.buzz/"; href = "https://vaultwarden.fi33.buzz/";
}; };
} }
]; ];
} }
{ {
"Utilities" = [ Utilities = [
{ {
"NanoKVM" = { NanoKVM = {
"description" = "Remote KVM switch"; description = "Remote KVM switch";
"icon" = "mdi-console.svg"; icon = "mdi-console.svg";
"href" = "http://nano-kvm/"; href = "http://nano-kvm/";
}; };
} }
]; ];
@ -322,7 +322,7 @@ in
}; };
} }
{ {
"Services" = { Services = {
style = "row"; style = "row";
columns = 4; columns = 4;
useEqualHeights = true; useEqualHeights = true;
@ -336,7 +336,7 @@ in
}; };
} }
{ {
"Utilities" = { Utilities = {
style = "row"; style = "row";
columns = 3; columns = 3;
useEqualHeights = true; useEqualHeights = true;