1
0
Fork 0

mediaserver: wip tubearchivist

This commit is contained in:
Daniel Kempkens 2023-04-20 16:34:40 +02:00
parent e76df8b8fb
commit 74ca5c8fbd
Signed by: daniel
SSH key fingerprint: SHA256:Ks/MyhQYcPRQiwMKLAKquWCdCPe3JXlb1WttgnAoSeM

View file

@ -46,4 +46,17 @@
systemd.services.podman-archivist-es.serviceConfig = {
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";
};
};
}