feat: add bazarr to homepage dashboard
This commit is contained in:
parent
f7d138dd19
commit
9ee61d787a
3 changed files with 23 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue