add bazarr
This commit is contained in:
parent
c02ba26953
commit
d1e601f3a2
4 changed files with 34 additions and 0 deletions
|
|
@ -90,6 +90,18 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Bazarr subtitle management
|
||||
bazarr = {
|
||||
rule = "Host(`bazarr.yanlincs.com`)";
|
||||
service = "bazarr";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -157,6 +169,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
# Bazarr backend
|
||||
bazarr = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://lan.hs.yanlincs.com:6767";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue