stirlingpdf -> bentopdf

Signed-off-by: Hadi <hadi@example.fr>
This commit is contained in:
Hadi
2026-08-17 15:18:37 +02:00
parent 6953622559
commit f56bf4402c
4 changed files with 21 additions and 7 deletions
@@ -7,13 +7,22 @@
in {
imports = [
(mkContainer {
name = "stirling-pdf";
name = "bentopdf";
hostIp = "10.233.9.1";
containerIp = "10.233.9.2";
nixosConfig = {...}: {
services.stirling-pdf = {
services.bentopdf = {
enable = true;
environment."SERVER_PORT" = "8080";
domain = "bentopdf";
nginx = {
enable = true;
virtualHost.listen = [
{
addr = "0.0.0.0";
port = 8080;
}
];
};
};
networking.firewall.allowedTCPPorts = [8080];
system.stateVersion = "24.05";
+2 -2
View File
@@ -74,9 +74,9 @@
icon = "sh:mazanoke";
}
{
title = "Stirling PDF";
title = "BentoPDF";
url = "https://pdf.${domain}";
icon = "sh:stirling-pdf";
icon = "sh:bentopdf";
}
{
title = "Default-creds";