This commit is contained in:
mjallen18
2026-01-05 14:54:52 -06:00
parent cd03862e4b
commit 77c76e6483
14 changed files with 337 additions and 79 deletions

View File

@@ -147,6 +147,18 @@ let
icon = "sh:manyfold";
allow-insecure = true;
}
{
title = "Code Server";
url = "http://10.0.1.3:4444/";
icon = "si:vscodium";
allow-insecure = true;
}
{
title = "NAS KVM";
url = "http://nas-kvm.local/";
icon = "si:nanokvm";
allow-insecure = true;
}
{
title = "Sonarr";
url = "http://10.0.1.3:8989/";
@@ -167,6 +179,16 @@ let
password = "\${ARR_PASS}";
};
}
{
title = "Sabnzbd";
url = "http://10.0.1.3:8280/";
icon = "si:sabnzbd";
allow-insecure = true;
basic-auth = {
username = "\${ARR_USER}";
password = "\${ARR_PASS}";
};
}
# {
# title = "";
# url = "";
@@ -235,6 +257,14 @@ let
}
];
}
{
type = "reddit";
subreddit = "hockey";
}
{
type = "reddit";
subreddit = "formula1";
}
];
}
];