edit glance dashboard

Former-commit-id: b4878ea48a
This commit is contained in:
Hadi
2025-04-05 20:49:58 +02:00
parent 0fcc535f53
commit 7c6aaf80c3

View File

@@ -100,91 +100,113 @@ in {
}]; }];
} }
{ {
type = "monitor"; type = "group";
title = "Services"; widgets = [
cache = "1m";
sites = [
{ {
title = "Vaultwarden"; type = "monitor";
url = "https://vault.hadi.diy"; title = "Services";
icon = "si:bitwarden"; cache = "1m";
sites = [
{
title = "Vaultwarden";
url = "https://vault.hadi.diy";
icon = "si:bitwarden";
}
{
title = "Nextcloud";
url = "https://cloud.hadi.diy";
icon = "si:nextcloud";
}
{
title = "Adguard";
url = "https://adguard.hadi.diy";
icon = "si:adguard";
}
{
title = "Hoarder";
url = "https://hoarder.hadi.diy";
icon = "si:bookstack";
}
{
title = "Mealie";
url = "https://mealie.hadi.diy";
icon = "si:mealie";
}
];
} }
{ {
title = "Nextcloud"; type = "monitor";
url = "https://cloud.hadi.diy"; title = "*arr";
icon = "si:nextcloud"; cache = "1m";
} sites = [
{ {
title = "Adguard"; title = "Jellyfin";
url = "https://adguard.hadi.diy"; url = "https://jellyfin.hadi.diy";
icon = "si:adguard"; icon = "si:jellyfin";
} }
{ {
title = "Hoarder"; title = "Jellyseerr";
url = "https://hoarder.hadi.diy"; url = "https://jellyseerr.hadi.diy";
icon = "si:bookstack"; icon = "si:odysee";
} }
{ {
title = "Mealie"; title = "Radarr";
url = "https://mealie.hadi.diy"; url = "https://radarr.hadi.diy";
icon = "si:mealie"; icon = "si:radarr";
}
{
title = "Sonarr";
url = "https://sonarr.hadi.diy";
icon = "si:sonarr";
}
{
title = "Prowlarr";
url = "https://prowlarr.hadi.diy";
icon = "si:podcastindex";
}
{
title = "SABnzbd";
url = "https://sabnzbd.hadi.diy";
icon = "si:sabanci";
}
{
title = "Transmission";
url = "https://transmission.hadi.diy";
icon = "si:transmission";
}
];
} }
]; ];
} }
{ {
type = "monitor"; type = "split-column";
title = "*arr"; widgets = [
cache = "1m";
sites = [
{ {
title = "Jellyfin"; type = "repository";
url = "https://jellyfin.hadi.diy"; repository = "anotherhadi/nixy";
icon = "si:jellyfin"; pull-requests-limit = 5;
issues-limit = 3;
} }
{ {
title = "Jellyseerr"; type = "repository";
url = "https://jellyseerr.hadi.diy"; repository = "anotherhadi/awesome-wallpapers";
icon = "si:odysee"; pull-requests-limit = 5;
issues-limit = 3;
} }
{ {
title = "Radarr"; type = "repository";
url = "https://radarr.hadi.diy"; repository = "anotherhadi/search-nixos";
icon = "si:radarr"; pull-requests-limit = 5;
issues-limit = 3;
} }
{ {
title = "Sonarr"; type = "repository";
url = "https://sonarr.hadi.diy"; repository = "anotherhadi/search-nixos-api";
icon = "si:sonarr"; pull-requests-limit = 5;
} issues-limit = 3;
{
title = "Prowlarr";
url = "https://prowlarr.hadi.diy";
icon = "si:podcastindex";
}
{
title = "SABnzbd";
url = "https://sabnzbd.hadi.diy";
icon = "si:sabanci";
}
{
title = "Transmission";
url = "https://transmission.hadi.diy";
icon = "si:transmission";
} }
]; ];
} }
{
type = "repository";
repository = "anotherhadi/nixy";
pull-requests-limit = 5;
issues-limit = 3;
}
{
type = "repository";
repository = "anotherhadi/awesome-wallpapers";
pull-requests-limit = 5;
issues-limit = 3;
}
{ type = "hacker-news"; } { type = "hacker-news"; }
]; ];
} }