back to readarr
This commit is contained in:
parent
4f8ad99ef1
commit
b087d51af5
5 changed files with 3 additions and 30 deletions
|
@ -18,4 +18,3 @@ local-data: "readarr.icanttype.org. IN A 10.42.69.100"
|
||||||
local-data: "qbittorrent.icanttype.org. IN A 10.42.69.100"
|
local-data: "qbittorrent.icanttype.org. IN A 10.42.69.100"
|
||||||
local-data: "calibre.icanttype.org. IN A 10.42.69.100"
|
local-data: "calibre.icanttype.org. IN A 10.42.69.100"
|
||||||
local-data: "calibre-web.icanttype.org. IN A 10.42.69.100"
|
local-data: "calibre-web.icanttype.org. IN A 10.42.69.100"
|
||||||
local-data: "lazylibrarian.icanttype.org. IN A 10.42.69.100"
|
|
||||||
|
|
|
@ -35,6 +35,7 @@ in
|
||||||
ezModules.docker-proxy
|
ezModules.docker-proxy
|
||||||
ezModules.docker-qbittorrent
|
ezModules.docker-qbittorrent
|
||||||
ezModules.docker-radarr
|
ezModules.docker-radarr
|
||||||
|
ezModules.docker-readarr
|
||||||
ezModules.docker-runner
|
ezModules.docker-runner
|
||||||
ezModules.docker-sonarr
|
ezModules.docker-sonarr
|
||||||
ezModules.docker-static-web
|
ezModules.docker-static-web
|
||||||
|
|
|
@ -30,9 +30,7 @@
|
||||||
swag_url = "calibre-web.icanttype.org";
|
swag_url = "calibre-web.icanttype.org";
|
||||||
swag_port = "8083";
|
swag_port = "8083";
|
||||||
};
|
};
|
||||||
extraOptions = [
|
extraOptions = [ "--network=www" ];
|
||||||
"--network=www"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
|
|
||||||
{ pkgs, ... }:
|
|
||||||
{
|
|
||||||
virtualisation = {
|
|
||||||
containers.enable = true;
|
|
||||||
podman.enable = true;
|
|
||||||
oci-containers.containers = {
|
|
||||||
lazylibrarian = {
|
|
||||||
image = "linuxserver/lazylibrarian:latest";
|
|
||||||
volumes = [
|
|
||||||
"lazylibrarian-config:/config"
|
|
||||||
"/video-data:/data"
|
|
||||||
];
|
|
||||||
environment.TZ = "America/New_York";
|
|
||||||
labels = {
|
|
||||||
swag = "enable";
|
|
||||||
};
|
|
||||||
extraOptions = [
|
|
||||||
"--network=www"
|
|
||||||
"--pull=newer"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue