mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 14:40:19 +02:00
(bug): fixed port
This commit is contained in:
parent
0aa7b0ba9e
commit
24c5ab3eea
2 changed files with 14 additions and 1 deletions
|
@ -214,6 +214,19 @@ in
|
|||
};
|
||||
};
|
||||
}
|
||||
{
|
||||
"Bazarr anime" = {
|
||||
icon = "bazarr";
|
||||
description = "Vérifie les sous titres des séries animées.";
|
||||
href = "http://bazarr-anime.sisyphe.normandy.hypervirtual.world";
|
||||
widget = {
|
||||
type = "bazarr";
|
||||
key = "{{HOMEPAGE_VAR_BAZARRANIME}}";
|
||||
url = "http://${ip}:6768";
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
{
|
||||
|
||||
"Transmission" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue