This commit is contained in:
mjallen18
2026-03-30 16:09:25 -05:00
parent 8d8d49bd38
commit a88736cf6e
23 changed files with 273 additions and 58 deletions

View File

@@ -7,6 +7,7 @@
let
name = "glance";
cfg = config.${namespace}.services.${name};
net = lib.${namespace}.network;
glanceConfig = lib.${namespace}.mkModule {
inherit config name;
@@ -117,7 +118,7 @@ let
}
{
title = "AdGuard Home";
url = "http://10.0.1.2:3000/";
url = "http://${net.hosts.pi5.lan}:${toString net.ports.pi5.adguard}/";
icon = "si:adguard";
allow-insecure = true;
}
@@ -128,13 +129,13 @@ let
}
{
title = "Manyfold";
url = "http://10.0.1.3:3214/collections";
url = "http://${net.hosts.nas.lan}:${toString net.ports.nas.manyfold}/collections";
icon = "sh:manyfold";
allow-insecure = true;
}
{
title = "Code Server";
url = "http://10.0.1.3:4444/";
url = "http://${net.hosts.nas.lan}:${toString net.ports.nas.codeServer}/";
icon = "si:vscodium";
allow-insecure = true;
}
@@ -146,7 +147,7 @@ let
}
{
title = "Sonarr";
url = "http://10.0.1.3:8989/";
url = "http://${net.hosts.nas.lan}:${toString net.ports.nas.sonarr}/";
icon = "si:sonarr";
allow-insecure = true;
basic-auth = {
@@ -156,7 +157,7 @@ let
}
{
title = "Radarr";
url = "http://10.0.1.3:7878/";
url = "http://${net.hosts.nas.lan}:${toString net.ports.nas.radarr}/";
icon = "si:radarr";
allow-insecure = true;
basic-auth = {
@@ -166,7 +167,7 @@ let
}
{
title = "Sabnzbd";
url = "http://10.0.1.3:8280/";
url = "http://${net.hosts.nas.lan}:${toString net.ports.nas.sabnzbd}/";
icon = "si:sabnzbd";
allow-insecure = true;
basic-auth = {