added calibre-web draft

This commit is contained in:
mc-fucker 2025-06-06 10:22:31 +02:00
parent 644385ab14
commit ddf6abe85f

View file

@ -29,6 +29,8 @@ in
environment = { environment = {
TZ = "Europe/Berlin"; TZ = "Europe/Berlin";
DOCKER_MODS = "linuxserver/mods:universal-calibre"; DOCKER_MODS = "linuxserver/mods:universal-calibre";
PUID = "1337";
PGID = "1337";
}; };
#environmentFiles = [ config.sops.secrets."${name}/env".path ]; #environmentFiles = [ config.sops.secrets."${name}/env".path ];
ports = [ ports = [
@ -39,6 +41,7 @@ in
"/mnt/mergerfs/media/books:/books" "/mnt/mergerfs/media/books:/books"
]; ];
extraOptions = cfg.podman.extraOptions; extraOptions = cfg.podman.extraOptions;
autoStart = false;
}; };
#services.nginx.virtualHosts.${domain} = { #services.nginx.virtualHosts.${domain} = {