I just did this 2 days ago and it worked as expected
Comment on slskd - auto login
shishka_b0b@lemmy.zip 1 day ago
Sounds like there’s something wrong with your setup. I just disabled authentication in my config file and got the expected result. I copy/pasted the snippet below so just double check that’s what yours looks like. I also don’t have to login every time (except after a container restart) when auth is enabled as long as I check off the remember me box.
web: authentication: disabled: true
nfms@lemmy.ml 1 day ago
coolasbreeze@lemmy.world 1 day ago
Thank you, I think it did not like the syntax I had when uncommenting all working now :)
DarkSirrush@piefed.ca 1 day ago
Yeah, I have also struggled with the way slskd handles its config file.