remove jellyfin since we need to secretify it now and also find a good bit of storage for all this contant

This commit is contained in:
TheWanderingCrow 2025-07-07 11:11:18 -04:00
parent 85750ac8c6
commit 1830f29de7
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@
"modules/services/lubelogger"
"modules/services/trilium"
"modules/services/umami"
"modules/services/jellyfin"
#"modules/services/jellyfin"
])
];

View file

@ -21,7 +21,7 @@ in {
useACMEHost = "ta.wanderingcrow.net";
locations = {
"/" = {
proxyPass = "http://10.88.0.14";
proxyPass = "http://10.88.0.14:8000";
proxyWebsockets = true;
};
};