homepage wip, downloads section

This commit is contained in:
2024-09-11 23:48:51 -06:00
parent 7b90c4297c
commit a17d1c68f2
3 changed files with 15 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ in {
"Multimedia" = [
{ inherit (services) jellyfin; }
{ inherit (services) audiobookshelf; }
{ inherit (services) jellyfinPlaying; }
{ inherit (services) "now playing"; }
{ inherit (services) kavita; }
];
}
@@ -59,9 +59,9 @@ in {
{ inherit (services) lidarr; }
{ inherit (services) bazarr; }
{ inherit (services) prowlarr; }
{ inherit (services) sabnzb; }
{ inherit (services) qbitMini; }
{ inherit (services) qbitServer; }
# { inherit (services) sabnzbd; }
# { inherit (services) "qbittorrent server"; }
# { inherit (services) "qbittorrent miniserver"; }
];
}
];

View File

@@ -23,7 +23,7 @@
enableNowPlaying = false;
};
};
jellyfinPlaying = let
"now playing" = let
name = "jellyfin";
url = "https://flix.servidos.lat";
in {
@@ -115,7 +115,7 @@
password = "{{HOMEPAGE_VAR_KAVITA_PASSWORD}}";
};
};
qbitServer = let
"qbittorrent server" = let
name = "qbittorrent";
url = "https://vnfx2cojmt7dwzcfmi73.servidos.lat";
in {
@@ -123,12 +123,12 @@
href = url;
widget = {
type = name;
url = url;
url = "http://192.168.1.69:9091";
username = "{{HOMEPAGE_VAR_QBIT_USERNAME}}";
password = "{{HOMEPAGE_VAR_QBIT_PASSWORD}}";
};
};
qbitMini = let
"qbittorrent miniserver" = let
name = "qbittorrent";
url = "https://xfwmrle6h6skqujbeizw.servidos.lat";
in {
@@ -136,13 +136,13 @@
href = url;
widget = {
type = name;
url = url;
url = "http://192.168.1.100:9091";
username = "{{HOMEPAGE_VAR_QBIT_USERNAME}}";
password = "{{HOMEPAGE_VAR_QBIT_PASSWORD}}";
};
};
sabnzb = let
name = "sabnzb";
sabnzbd = let
name = "sabnzbd";
url = "https://HSoeJdGRd2Orj0n31UGI.servidos.lat";
in {
icon = "${name}.png";
@@ -150,7 +150,7 @@
widget = {
type = name;
url = url;
key = "{{HOMEPAGE_VAR_SABNZB}}";
key = "{{HOMEPAGE_VAR_SABNZBD}}";
};
};
}