feat: Homepage
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
}:
|
||||
let
|
||||
cfg = config.my.profiles.readarr;
|
||||
hostName = config.networking.hostName;
|
||||
port = 8787;
|
||||
in
|
||||
# domain = config.networking.domain;
|
||||
# port = 7878;
|
||||
@@ -22,6 +24,15 @@ in
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
my.homepage.services = [
|
||||
{
|
||||
group = "Media";
|
||||
name = "Readarr";
|
||||
description = "Book management";
|
||||
href = "http://${hostName}:${toString port}";
|
||||
}
|
||||
];
|
||||
|
||||
my.profiles.prowlarr.enable = true;
|
||||
|
||||
systemd.services.readarr = {
|
||||
|
||||
Reference in New Issue
Block a user