From e28cedb2740f428546fa3e4c33fbc74fbed63eba Mon Sep 17 00:00:00 2001 From: teutat3s Date: Sun, 29 Oct 2023 22:10:29 +0100 Subject: [PATCH] fix: owncast missing import, enable websockets --- hosts/nachtigall/apps/owncast.nix | 1 + hosts/nachtigall/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hosts/nachtigall/apps/owncast.nix b/hosts/nachtigall/apps/owncast.nix index a79438e..42cbde1 100644 --- a/hosts/nachtigall/apps/owncast.nix +++ b/hosts/nachtigall/apps/owncast.nix @@ -9,6 +9,7 @@ enableACME = true; forceSSL = true; locations."/".proxyPass = "http://127.0.0.1:5000"; + proxyWebsockets = true; }; # Owncast diff --git a/hosts/nachtigall/default.nix b/hosts/nachtigall/default.nix index f4c1ed8..437f7e9 100644 --- a/hosts/nachtigall/default.nix +++ b/hosts/nachtigall/default.nix @@ -16,6 +16,7 @@ ./apps/mailman.nix ./apps/mastodon.nix ./apps/nextcloud.nix + ./apps/owncast.nix ./apps/nginx-mastodon.nix ./apps/nginx-mastodon-files.nix ./apps/nginx-website.nix