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