mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 21:29:33 +01:00
(bug): fixed port
This commit is contained in:
parent
0aa7b0ba9e
commit
24c5ab3eea
|
@ -24,7 +24,7 @@
|
||||||
"bazarr_data:/config"
|
"bazarr_data:/config"
|
||||||
"/srv/Multimedia/DessinsAnime:/tv"
|
"/srv/Multimedia/DessinsAnime:/tv"
|
||||||
];
|
];
|
||||||
ports = [ "6777:6777" ];
|
ports = [ "6777:6767" ];
|
||||||
environment = {
|
environment = {
|
||||||
"PUID" = "1000";
|
"PUID" = "1000";
|
||||||
"GUID" = "1000";
|
"GUID" = "1000";
|
||||||
|
|
|
@ -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" = {
|
"Transmission" = {
|
||||||
|
|
Loading…
Reference in a new issue