slskd - auto login
from coolasbreeze@lemmy.world to selfhosted@lemmy.world on 30 Jul 12:34
https://lemmy.world/post/50087616

I have set up slskd in a lxd container using the binary from github

I am trying to disable logging in while I am on my local network. I have tried setting the authenticate: disabled true flag but its not working

anybody know how to do this?

#selfhosted

threaded - newest

Dookieman12@piefed.social on 30 Jul 12:54 next collapse

Oh yeah well I have a skidoo in my peeble joiner using a flimflam from doop

hellmo_luciferrari@lemmy.zip on 30 Jul 13:38 collapse

Have you tried scribble scrabbling the florpimijig while connected to your schmoopy doo?

hellmo_luciferrari@lemmy.zip on 30 Jul 13:46 next collapse

The joke with my comment was that you give little to no context. For better advice and help giving some context may be beneficial.

yaroto98@lemmy.world on 30 Jul 14:39 next collapse

It likely also needs an ip address range to determine what is “local” for you. Is it 192.168.1.0\24, 10.0.0.0\24 or something else. Unsure what that flag would be though for slskd.

coolasbreeze@lemmy.world on 30 Jul 22:24 collapse

all good now, I think it was a syntax issue on my part. I could connect fine before making the changes but after checking the spaces for the YAML file its all working now

shishka_b0b@lemmy.zip on 30 Jul 14:55 collapse

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 on 30 Jul 15:10 next collapse

I just did this 2 days ago and it worked as expected

coolasbreeze@lemmy.world on 30 Jul 22:23 collapse

Thank you, I think it did not like the syntax I had when uncommenting all working now :)

DarkSirrush@piefed.ca on 30 Jul 23:11 collapse

Yeah, I have also struggled with the way slskd handles its config file.