mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 23:20:18 +02:00
added bazarr config
This commit is contained in:
parent
a1c8d75cbb
commit
39fdf93b58
2 changed files with 9 additions and 9 deletions
|
@ -48,7 +48,7 @@ in
|
|||
{
|
||||
"Vidéos & Séries" = {
|
||||
style = "row";
|
||||
columns = 2;
|
||||
columns = 4;
|
||||
};
|
||||
}
|
||||
{
|
||||
|
@ -194,12 +194,11 @@ in
|
|||
icon = "bazarr";
|
||||
description = "Vérifie les sous titres des films/séries.";
|
||||
href = "http://${ip}:6767";
|
||||
/*
|
||||
widget = {
|
||||
type = "bazarr";
|
||||
key = config.sops.secrets.bazarr;
|
||||
};
|
||||
*/
|
||||
widget = {
|
||||
type = "bazarr";
|
||||
key = "{{HOMEPAGE_VAR_BAZARR}}";
|
||||
url = "http://${ip}:6767";
|
||||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue