add jelly and media

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-06-23 10:28:49 -05:00
parent 1b02f9ea95
commit 7b56869d27

View file

@ -148,6 +148,21 @@
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
'';
};
"jellyfin.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://100.64.0.13";
};
};
"media.joshuabell.xyz" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://100.64.0.13";
};
};
"_" = {
default = true;