rohit01 / docker_shinken

Automated docker builds for shinken images
http://www.rohit.io/blog/rip-nagios-hello-docker-shinken.html
55 stars 41 forks source link

not able to login as admin/admin #7

Closed phulei closed 9 years ago

phulei commented 9 years ago

Hi Rohit,

I used the default login seems like not able to login to shinken UI the htpasswd.user is as below

Apache/Nginx htpasswd file for Basic Authentication

The passwords can be managed in this file using the apache utililty: htpasswd

Installation:

sudo apt-get install apache2-utils

Use:

htpasswd -c htpasswd.users

Default:

Username: admin

Password: admin

admin:$apr1$xvoEHgxj$QZ5pR9Y565MagnqJy3ZJx1 ~
Thanks phulei

rohit01 commented 9 years ago

Did you mount the custom_configs/ folder in your docker? Was the path correct?
The login credential file in in custom_configs/ directory.

rohit01 commented 9 years ago

Hope it solved the issue. Closing this. Feel free to re-open.