Start prep for move to icecast

This commit is contained in:
Jimbo 2024-08-26 14:29:23 -04:00
parent 910f20c054
commit 8f2e51ad0a
3 changed files with 17 additions and 16 deletions

View file

@ -11,7 +11,7 @@
recommendedGzipSettings = true;
recommendedProxySettings = true;
virtualHosts = {
# Homepage redirect
# Landing page
"${secrets.jimDomain}" = {
enableACME = true;
addSSL = true;
@ -43,7 +43,7 @@
};
};
# Bluemap Proxy
# Bluemap Proxy, TODO, move this into the nix-minecraft flake configs
"bluemap.${secrets.jimDomain}" = {
enableACME = true;
forceSSL = true;
@ -52,16 +52,6 @@
proxyWebsockets = true;
};
};
# Radio Proxy
"radio.${secrets.jimDomain}" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:255";
proxyWebsockets = true;
};
};
};
appendConfig = ''
rtmp {