Former-commit-id: a4874d18d2
This commit is contained in:
Hadi
2025-03-19 22:53:29 +01:00
parent 2fc1d31961
commit e54127637e
3 changed files with 13 additions and 4 deletions

View File

@@ -17,7 +17,8 @@
nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; }; nextcloud-pwd = { path = "/etc/nextcloud/pwd.txt"; };
adguard-pwd = { }; adguard-pwd = { };
hoarder = { }; hoarder = { };
wireguard-pia = { }; wireguard-pia = { owner = "torrenter"; };
recyclarr = { owner = "recyclarr"; };
}; };
}; };
} }

View File

@@ -28,7 +28,10 @@ in {
vpn.enable = true; vpn.enable = true;
}; };
recyclarr.enable = true; recyclarr = {
enable = true;
configFile = config.sops.secrets.recyclarr.path;
};
}; };
services.nginx.virtualHosts = { services.nginx.virtualHosts = {

View File

@@ -136,6 +136,11 @@ in {
url = "https://jellyfin.hadi.diy"; url = "https://jellyfin.hadi.diy";
icon = "si:jellyfin"; icon = "si:jellyfin";
} }
{
title = "Jellyseerr";
url = "https://jellyseerr.hadi.diy";
icon = "si:odysee";
}
{ {
title = "Radarr"; title = "Radarr";
url = "https://radarr.hadi.diy"; url = "https://radarr.hadi.diy";
@@ -149,12 +154,12 @@ in {
{ {
title = "Prowlarr"; title = "Prowlarr";
url = "https://prowlarr.hadi.diy"; url = "https://prowlarr.hadi.diy";
icon = "si:prowlarr"; icon = "si:podcastindex";
} }
{ {
title = "SABnzbd"; title = "SABnzbd";
url = "https://sabnzbd.hadi.diy"; url = "https://sabnzbd.hadi.diy";
icon = "si:sabnzbd"; icon = "si:sabanci";
} }
{ {
title = "Transmission"; title = "Transmission";