mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 13:29:32 +01:00
added calibre-web support
This commit is contained in:
parent
d306674b00
commit
99d55efb8c
|
@ -13,6 +13,10 @@
|
|||
virtualHosts.":4001".extraConfig = ''
|
||||
reverse_proxy :4000
|
||||
'';
|
||||
|
||||
virtualHosts.":5050".extraConfig = ''
|
||||
reverse_proxy :8083
|
||||
'';
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
openFirewall = true;
|
||||
options = {
|
||||
enableBookUploading = true;
|
||||
enableKepubify = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -105,7 +105,7 @@ in
|
|||
"Calibre-web" = {
|
||||
icon = "calibre";
|
||||
description = "Serveur de livres";
|
||||
href = "http://${ip}:8083";
|
||||
href = "http://${ip}:5050";
|
||||
};
|
||||
}
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue