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