add jellfyin service
This commit is contained in:
parent
4e0ef07635
commit
4e4a03ad26
2 changed files with 22 additions and 1 deletions
|
|
@ -66,6 +66,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Jellyfin Media Server
|
||||
jellyfin = {
|
||||
rule = "Host(`jellyfin.yanlincs.com`)";
|
||||
service = "jellyfin";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
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