soulseek: what??!?!??!
This commit is contained in:
parent
ad7dd42496
commit
6dd6b17ab7
@ -29,12 +29,12 @@
|
||||
|
||||
global = {
|
||||
download = {
|
||||
slots = 10;
|
||||
speed_limit = 1000;
|
||||
slots = 3;
|
||||
speed_limit = 500;
|
||||
};
|
||||
upload = {
|
||||
slots = 10;
|
||||
speed_limit = 1000;
|
||||
slots = 4;
|
||||
speed_limit = 500;
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -48,9 +48,11 @@
|
||||
"d ${service_configs.music_dir} 0750 ${username} music"
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
# doesn't work with auth????
|
||||
services.caddy.virtualHosts."soulseek.${service_configs.https.domain}".extraConfig = ''
|
||||
# tls internal
|
||||
${builtins.readFile ../secrets/caddy_auth}
|
||||
reverse_proxy :${builtins.toString config.services.slskd.settings.web.port}
|
||||
'';
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user