add jellfyin service
This commit is contained in:
parent
4e0ef07635
commit
4e4a03ad26
2 changed files with 22 additions and 1 deletions
|
|
@ -243,7 +243,7 @@
|
||||||
user = "yanlin";
|
user = "yanlin";
|
||||||
sonarr.enable = true;
|
sonarr.enable = true;
|
||||||
radarr.enable = true;
|
radarr.enable = true;
|
||||||
jellyfin.enable = false;
|
jellyfin.enable = true;
|
||||||
deluge.enable = true;
|
deluge.enable = true;
|
||||||
plex.enable = true;
|
plex.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,18 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Jellyfin Media Server
|
||||||
|
jellyfin = {
|
||||||
|
rule = "Host(`jellyfin.yanlincs.com`)";
|
||||||
|
service = "jellyfin";
|
||||||
|
tls = {
|
||||||
|
certResolver = "cloudflare";
|
||||||
|
domains = [{
|
||||||
|
main = "*.yanlincs.com";
|
||||||
|
}];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services = {
|
services = {
|
||||||
|
|
@ -115,6 +127,15 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Jellyfin backend
|
||||||
|
jellyfin = {
|
||||||
|
loadBalancer = {
|
||||||
|
servers = [{
|
||||||
|
url = "http://lan.hs.yanlincs.com:8096";
|
||||||
|
}];
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue