Compare commits

...

2 commits

Author SHA1 Message Date
RingOfStorms (Joshua Bell)
6c0c5db16a Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles 2025-06-23 10:28:53 -05:00
RingOfStorms (Joshua Bell)
7b56869d27 add jelly and media 2025-06-23 10:28:49 -05:00

View file

@ -147,6 +147,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;