forked from aylac.top/nixcfg
this repo has no description

bazarr more like the devil

aylac.top 6703b9c6 e2d4e616

verified
Changed files
+16 -16
modules
nixos
profiles
services
glance
+10 -10
modules/nixos/profiles/arr/default.nix
···
reverse_proxy ${netMap.autobrr.hostName}:${toString netMap.autobrr.port}
'';
-
"${netMap.bazarr.vHost}".extraConfig = ''
-
bind tailscale/bazarr
-
encode zstd gzip
-
reverse_proxy ${netMap.bazarr.hostName}:${toString netMap.bazarr.port}
-
'';
+
#"${netMap.bazarr.vHost}".extraConfig = ''
+
# bind tailscale/bazarr
+
# encode zstd gzip
+
# reverse_proxy ${netMap.bazarr.hostName}:${toString netMap.bazarr.port}
+
#'';
"${netMap.prowlarr.vHost}".extraConfig = ''
bind tailscale/prowlarr
···
};
};
-
bazarr = {
-
enable = true;
-
dataDir = "${cfg.dataDir}/bazarr";
-
openFirewall = true; # Port: 6767
-
};
+
#bazarr = {
+
# enable = true;
+
# dataDir = "${cfg.dataDir}/bazarr";
+
# openFirewall = true; # Port: 6767
+
#};
#lidarr = {
# enable = true;
+6 -6
modules/nixos/services/glance/default.nix
···
check-url = "http://${tailnet.networkMap.prowlarr.hostName}:${toString tailnet.networkMap.prowlarr.port}/";
icon = "di:prowlarr";
}
-
{
-
title = "Bazarr";
-
url = "https://${tailnet.networkMap.bazarr.vHost}/";
-
check-url = "http://${tailnet.networkMap.bazarr.hostName}:${toString tailnet.networkMap.bazarr.port}/";
-
icon = "di:bazarr";
-
}
+
#{
+
# title = "Bazarr";
+
# url = "https://${tailnet.networkMap.bazarr.vHost}/";
+
# check-url = "http://${tailnet.networkMap.bazarr.hostName}:${toString tailnet.networkMap.bazarr.port}/";
+
# icon = "di:bazarr";
+
#}
{
title = "Autobrr";
url = "https://${tailnet.networkMap.autobrr.vHost}/";