openfirewall for owncast and changed domain
This commit is contained in:
parent
cf318b623d
commit
d7ed57bbdd
|
@ -17,7 +17,7 @@ in {
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"owncast.quitte.tassilo-tanneberger.de" = {
|
"stream.ifsr.de" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = let
|
locations."/" = let
|
||||||
|
@ -32,6 +32,7 @@ in {
|
||||||
owncast = {
|
owncast = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = 13142;
|
port = 13142;
|
||||||
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue