dokku-http-auth
dokku-http-auth copied to clipboard
dokku plugin that gives the ability to manage HTTP basic auth for an application
## Description of problem After renaming an app with activated HTTP Auth I was prompted to enter the credentials when accessing the new app URL. But instead of a successfull...
Hi! I'd like to simply block all connections + whitelist IP addresses that can access the app without auth. Is it possible to do it with this plugin? Thank you
### Steps to Reproduce ``` $ dokku http-auth:enable APP_NAME user password ``` #### Actual Results Error 500 when trying to access to app. Inspecting the nginx error logs I get...
## Description of problem Having multiple domain names attached to a single dokku app. The auth is app-wide so every domain gets the password prompt. ### How reproducible Create a...
## Description of problem We enable an user & pass; it doesn't work ### How reproducible ### Steps to Reproduce ``` root@server:~# dokku apps:create test -----> Creating test... -----> Creating...