back to readarr
This commit is contained in:
parent
4f8ad99ef1
commit
1fbc9b5ecd
5 changed files with 3 additions and 31 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: "calibre.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"
|
||||
|
|
|
@ -29,12 +29,12 @@ in
|
|||
ezModules.docker-forgejo
|
||||
ezModules.docker-homeassistant
|
||||
ezModules.docker-jellyfin
|
||||
ezModules.docker-lazylibrarian
|
||||
ezModules.docker-postgres
|
||||
ezModules.docker-prowlarr
|
||||
ezModules.docker-proxy
|
||||
ezModules.docker-qbittorrent
|
||||
ezModules.docker-radarr
|
||||
ezModules.docker-readarr
|
||||
ezModules.docker-runner
|
||||
ezModules.docker-sonarr
|
||||
ezModules.docker-static-web
|
||||
|
|
|
@ -30,9 +30,7 @@
|
|||
swag_url = "calibre-web.icanttype.org";
|
||||
swag_port = "8083";
|
||||
};
|
||||
extraOptions = [
|
||||
"--network=www"
|
||||
];
|
||||
extraOptions = [ "--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