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:
parent
9ce15bc963
commit
e3c18152d5
4 changed files with 11 additions and 11 deletions
|
|
@ -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@";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue