enable navidrome
This commit is contained in:
parent
83b46c93b8
commit
2999d1f556
2 changed files with 20 additions and 0 deletions
|
|
@ -140,6 +140,7 @@
|
|||
# Media server services
|
||||
services.media-server = {
|
||||
user = "yanlin";
|
||||
navidrome.enable = true;
|
||||
deluge.enable = true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -27,6 +27,17 @@
|
|||
};
|
||||
};
|
||||
|
||||
music = {
|
||||
rule = "Host(`music.yanlincs.com`)";
|
||||
service = "music";
|
||||
tls = {
|
||||
certResolver = "cloudflare";
|
||||
domains = [{
|
||||
main = "*.yanlincs.com";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
services = {
|
||||
|
|
@ -40,6 +51,14 @@
|
|||
};
|
||||
};
|
||||
|
||||
music = {
|
||||
loadBalancer = {
|
||||
servers = [{
|
||||
url = "http://10.1.1.152:4533";
|
||||
}];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue