soulseek: what??!?!??!

This commit is contained in:
Simon Gardling 2025-03-20 03:44:43 -04:00
parent ad7dd42496
commit 6dd6b17ab7
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -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}
'';
}