mediaserver: wip tubearchivist
This commit is contained in:
parent
e76df8b8fb
commit
74ca5c8fbd
1 changed files with 13 additions and 0 deletions
|
@ -46,4 +46,17 @@
|
||||||
systemd.services.podman-archivist-es.serviceConfig = {
|
systemd.services.podman-archivist-es.serviceConfig = {
|
||||||
TimeoutStopSec = lib.mkForce 30;
|
TimeoutStopSec = lib.mkForce 30;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.nginx.virtualHosts."tubearchivist.internal.kempkens.network" = {
|
||||||
|
quic = true;
|
||||||
|
http3 = true;
|
||||||
|
|
||||||
|
onlySSL = true;
|
||||||
|
useACMEHost = "internal.kempkens.network";
|
||||||
|
|
||||||
|
locations."/" = {
|
||||||
|
recommendedProxySettings = true;
|
||||||
|
proxyPass = "http://127.0.0.1:9887";
|
||||||
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue