dev #2

Open
tdpeuter wants to merge 43 commits from dev into main
Showing only changes of commit 59f721f4d7 - Show all commits

View file

@ -93,7 +93,7 @@ in {
innerPort = 8080; innerPort = 8080;
in { in {
hostname = "calibre"; hostname = "calibre";
image = "lscr.io/linuxserver/calibre:8.5.0"; image = "lscr.io/linuxserver/calibre:v8.10.0-ls354";
autoStart = true; autoStart = true;
ports = [ ports = [
# Open ports if you don't use Traefik # Open ports if you don't use Traefik
@ -151,7 +151,7 @@ in {
innerPort = 8083; innerPort = 8083;
in { in {
hostname = "calibre-web"; hostname = "calibre-web";
image = "lscr.io/linuxserver/calibre-web:0.6.24"; image = "lscr.io/linuxserver/calibre-web:0.6.25-ls346";
autoStart = true; autoStart = true;
ports = [ ports = [
# Open ports if you don't use Traefik # Open ports if you don't use Traefik