expand homer
This commit is contained in:
parent
6d7867b45c
commit
a91afd3b0a
1 changed files with 25 additions and 0 deletions
|
@ -52,6 +52,12 @@ in
|
|||
{
|
||||
name = "Media";
|
||||
items = [
|
||||
{
|
||||
name = "Jellyfin";
|
||||
tag = "app";
|
||||
url = "http://${config.networking.hostName}:8096";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Radarr";
|
||||
tag = "app";
|
||||
|
@ -63,6 +69,25 @@ in
|
|||
tag = "app";
|
||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.sonarr.settings.server.port}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "Lidarr";
|
||||
tag = "app";
|
||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.lidarr.settings.server.port}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "qBitTorrent";
|
||||
tag = "app";
|
||||
url = "http://${config.networking.hostName}:${builtins.toString config.services.qbittorrent.webuiPort}";
|
||||
}
|
||||
|
||||
{
|
||||
name = "SabNZB";
|
||||
tag = "app";
|
||||
url = "http://${config.networking.hostName}:8080";
|
||||
}
|
||||
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue