added calibre-web support

This commit is contained in:
Harry 2024-07-22 11:04:32 +02:00
parent d306674b00
commit 99d55efb8c
3 changed files with 6 additions and 1 deletions

View file

@ -13,6 +13,10 @@
virtualHosts.":4001".extraConfig = ''
reverse_proxy :4000
'';
virtualHosts.":5050".extraConfig = ''
reverse_proxy :8083
'';
};
}

View file

@ -6,6 +6,7 @@
openFirewall = true;
options = {
enableBookUploading = true;
enableKepubify = true;
};
};
}

View file

@ -105,7 +105,7 @@ in
"Calibre-web" = {
icon = "calibre";
description = "Serveur de livres";
href = "http://${ip}:8083";
href = "http://${ip}:5050";
};
}
{