fix(homepage-dashboard): for some bizzare reason, the "bazarr" key wasn't working but I changed the name to "subtitles" and it works so yay

This commit is contained in:
wi11-holdsworth 2026-02-24 22:25:00 +11:00
parent 9ce15bc963
commit e3c18152d5
4 changed files with 11 additions and 11 deletions

View file

@ -23,7 +23,6 @@ let
secrets = [
# keep-sorted start
"bazarr"
"immich"
"jellyfin"
"kavita-api"
@ -35,6 +34,7 @@ let
"radarr"
"readarr"
"sonarr"
"subtitles"
# keep-sorted end
];
certloc = "/var/lib/acme/fi33.buzz";
@ -108,7 +108,7 @@ in
widget = {
type = "bazarr";
url = "https://bazarr.fi33.buzz/";
key = "@bazarr@";
key = "@subtitles@";
};
};
}