-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
authentication: false still forces the login screen #45
Comments
Hey @cdaringe I'm aware of a couple issues right now regarding file permissions. Should have it fixed over the weekend. Separately that auth config does nothing right now, so auth is required when accessing the panel. Default login is in the docs. |
Rad thanks! 👍 |
@cdaringe so I don't leave you hanging just a quick update and question. I've got this on the back burner for the time being as notifications and authorization to some features rely on the authenticated user. Do you mind explaining your use case for disabling auth? |
Sure! I have this deployed essentially on an Intranet for which the user, if they can even access the thing, is already privileged enough to use the application. I don’t want a redundant authentication system for something for which the user has already authenticated. |
It’s my presumption that authentication setting, as provided here, is for accessing this very application, not some downstream service associated with a speed test. If I need to authenticate with the Speedtest provider themselves, that’s fine, but it’s my presumption that Speedtest access is open and that authentication here is for this application not the underlying speed test implementation application. |
+1. Quite a few homelabs run services behind SSO (or even basic auth provided by something like Authelia). So the ability to disable auth in speedtest would be great to have. |
This is still planned and captured in the docs but closing the issue for now |
problem
the config and start script yields the following issues:
authentication: false
/entrypoint: 11: [: sqlite: unexpected operator
/app
, because php saysapp
is not a permitted dir, thus i put the db in /var/www/html/db`, as shown belowThe text was updated successfully, but these errors were encountered: