dokku-http-auth icon indicating copy to clipboard operation
dokku-http-auth copied to clipboard

dokku plugin that gives the ability to manage HTTP basic auth for an application

Results 5 dokku-http-auth issues
Sort by recently updated
recently updated
newest added

## 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...

bug

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...

enhancement

## 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...