fix: owncast missing import, enable websockets

This commit is contained in:
teutat3s 2023-10-29 22:10:29 +01:00
parent 4c874dae4a
commit e28cedb274
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
2 changed files with 2 additions and 0 deletions

View file

@ -9,6 +9,7 @@
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:5000";
proxyWebsockets = true;
};
# Owncast

View file

@ -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