pulsebert: expose on pulsebert.hq.c3d2.de

This commit is contained in:
Sandro - 2023-04-15 02:55:02 +02:00
parent 1d23dda80b
commit e529dffb9c
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 10 additions and 2 deletions

View File

@ -66,9 +66,9 @@
domain = "hq.c3d2.de";
firewall = {
allowedTCPPorts = [
80 # ledfx
4713 # pulseaudio/pipewire network sync
5355 # llmnr
8888 # ledfx
];
allowedUDPPorts = [
5353 # mdns
@ -189,6 +189,14 @@
# extraConfig = "proxy_pass_request_headers off;";
# };
};
"pulsebert.hq.c3d2.de" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:8888";
proxyWebsockets = true;
};
};
};
};
@ -208,7 +216,7 @@
after = [ "pipewire.target" ];
wantedBy = [ "default.target" ];
serviceConfig = {
ExecStart = "${pkgs.ledfx}/bin/ledfx --host 0.0.0.0";
ExecStart = "${pkgs.ledfx}/bin/ledfx";
};
};