add audiobookshelf to nfss

This commit is contained in:
Yan Lin 2026-01-12 07:40:06 +01:00
parent 5c527788b4
commit bfb54b33ec
2 changed files with 20 additions and 0 deletions

View file

@ -135,6 +135,7 @@
# Media server services
services.media-server = {
user = "yanlin";
audiobookshelf.enable = true;
deluge.enable = true;
};

View file

@ -28,6 +28,17 @@
};
};
audio = {
rule = "Host(`audio.yanlincs.com`)";
service = "audio";
tls = {
certResolver = "cloudflare";
domains = [{
main = "*.yanlincs.com";
}];
};
};
deluge = {
rule = "Host(`deluge.yanlincs.com`)";
service = "deluge";
@ -59,6 +70,14 @@
};
};
audio = {
loadBalancer = {
servers = [{
url = "http://nfss.yanlincs.com:8000";
}];
};
};
deluge = {
loadBalancer = {
servers = [{