Remove authentication
I’d like to completely remove any form of authentication from Neko, so users can directly access the session without needing a password.
I’ve tried removing the password-related environment variables (NEKO_PASSWORD, etc.), but Neko seems to fall back to a default password instead.
Is there a proper way to fully disable authentication? Ideally, I want users to join the browser session without being prompted for a password at all.
Setup some password and put it to URL as ?pwd=neko. Then anyone with the link will be prompted just for a name. If you don't even want that, set ?usr=User to prefill that.
You can use proxy rewrite to hide those parameters from user and have a "clean" URL.
Does it work behind nginx reverse proxy?
Why shouldn't it?
Also what about this? https://neko.m1k1o.net/docs/v3/configuration/authentication#member.noauth
Member noauth would currently allow any password but it would not tell the gui to not ask for a password. So you would still need the ?pwd=<anything>.