-
Notifications
You must be signed in to change notification settings - Fork 28
make auth optional #24
Comments
Would |
Why not just set |
That would need |
But since |
Since there is no encryption tied to authentication it creates a false impression of security. So if you either use the service through docker or standalone you will have to enable encryption somehow. I usually use an nginx reverse proxy for that. If I have that in place I might as well add basic auth since it can be handled in the same directive. I'd drop the auth token altogether. BTW: Thank you very much for the awesome repo. I tried all the available solutions but yours works well and fast. I changed some dependencies to slim down the image a bit though. |
I'm considering this service along with another docker container and would use it from within my private docker network. No auth needed.
The text was updated successfully, but these errors were encountered: