feat: add bazarr to homepage dashboard

This commit is contained in:
wi11-holdsworth 2025-12-31 16:40:40 +11:00
parent f7d138dd19
commit 9ee61d787a
3 changed files with 23 additions and 0 deletions

View file

@ -23,6 +23,7 @@ let
secrets = [
# keep-sorted start
"bazarr"
"immich"
"jellyfin"
"karakeep"
@ -98,6 +99,18 @@ in
};
};
}
{
"Bazarr" = {
"description" = "Subtitle downloader and manager";
"icon" = "bazarr.svg";
"href" = "https://bazarr.fi33.buzz/";
"widget" = {
"type" = "bazarr";
"url" = "https://bazarr.fi33.buzz/";
"key" = "@bazarr@";
};
};
}
{
"Prowlarr" = {
"description" = "Indexer management tool";