forked from pub-solar/infra
fix: owncast missing import, enable websockets
This commit is contained in:
parent
4c874dae4a
commit
e28cedb274
|
@ -9,6 +9,7 @@
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://127.0.0.1:5000";
|
locations."/".proxyPass = "http://127.0.0.1:5000";
|
||||||
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Owncast
|
# Owncast
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
./apps/mailman.nix
|
./apps/mailman.nix
|
||||||
./apps/mastodon.nix
|
./apps/mastodon.nix
|
||||||
./apps/nextcloud.nix
|
./apps/nextcloud.nix
|
||||||
|
./apps/owncast.nix
|
||||||
./apps/nginx-mastodon.nix
|
./apps/nginx-mastodon.nix
|
||||||
./apps/nginx-mastodon-files.nix
|
./apps/nginx-mastodon-files.nix
|
||||||
./apps/nginx-website.nix
|
./apps/nginx-website.nix
|
||||||
|
|
Loading…
Reference in a new issue