Fix Jellyfin install
This commit is contained in:
parent
6e3b3de077
commit
4784efffcd
2 changed files with 3 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
||||||
forgejo-http = 3000;
|
forgejo-http = 3000;
|
||||||
inv-sig-helper = 12999;
|
inv-sig-helper = 12999;
|
||||||
invidious-http = 3002;
|
invidious-http = 3002;
|
||||||
|
jellyfin-http = 8096;
|
||||||
matrix-http = 8008;
|
matrix-http = 8008;
|
||||||
matrix-https = 8448;
|
matrix-https = 8448;
|
||||||
matrix-bridges-http = 8088;
|
matrix-bridges-http = 8088;
|
||||||
|
|
|
@ -11,7 +11,8 @@ in {
|
||||||
};
|
};
|
||||||
nginx.virtualHosts."jellyfin.rcia.dev" = {
|
nginx.virtualHosts."jellyfin.rcia.dev" = {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://127.0.0.1:${portDefinitions.jellyfin-http}";
|
proxyPass =
|
||||||
|
"http://127.0.0.1:${toString portDefinitions.jellyfin-http}";
|
||||||
};
|
};
|
||||||
extraConfig = nginxLocalServiceConfig;
|
extraConfig = nginxLocalServiceConfig;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue