Add jellyfin

This commit is contained in:
Greg Hellings
2022-10-12 22:59:14 -05:00
parent 0e407f4ad4
commit b9ee9dfbad
3 changed files with 5 additions and 3 deletions
+2 -2
View File
@@ -5,14 +5,14 @@ let
# Local hosts
"10.42.0.1 switch"
"10.42.1.1 router"
"10.42.1.2 2maccabees 2maccabees.thehellings.lan dns dns.thehellings.lan smart smart.thehellings.lan"
"10.42.1.2 2maccabees 2maccabees.thehellings.lan dns dns.thehellings.lan smart smart.thehellings.lan jellyfin jellyfin.thehellings.lan"
"10.42.1.3 printer"
"10.42.1.4 chronicles nas"
"10.42.1.12 tv"
# Tailscale hosts
"100.90.74.19 jude.me.ts"
"100.99.244.92 dns.me.ts 2maccabees.me.ts smart.me.ts"
"100.99.244.92 dns.me.ts 2maccabees.me.ts smart.me.ts jellyfin.me.ts"
"100.119.228.115 chronicles.me.ts nas.me.ts"
"100.115.57.8 linode.me.ts"
-1
View File
@@ -17,7 +17,6 @@ in
"eufy"
"lovelace"
"nextcloud"
"synology"
"tplink"
"wiz"
"zwave_js"
+3
View File
@@ -46,4 +46,7 @@
enable = true;
openFirewall = true;
};
greg.proxies."jellyfin.thehellings.lan".target = "http://localhost:8096";
greg.proxies."jellyfin.me.ts".target = "http://localhost:8096";
}