-
Notifications
You must be signed in to change notification settings - Fork 96
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
Can't disable auth when using docker image #92
Comments
@conet if you run by one liner you can't do that. but if you use docker-compose or rebuild the docker image mabe you can modify the I'm pushing up a PR where you can disable auth by setting the |
Yeah I know that, but I want to be able to do it using environment variables only, rebuilding or mounting files makes a composition less self-contained, plus there is this statement on the main page:
|
It looks good, thanks. |
Use volume mapping to override default config.php and all works (remove auth section) |
There is no way to unset the default auth using environment variables. This should be available when the service is secured by other means like a reverse proxy.
The text was updated successfully, but these errors were encountered: