dokku/dokku-rethinkdb

admin panel

matthewmueller opened this issue · 7 comments

how would you open the admin panel in this case?

^ oh, is that what the expose and unexpose are meant to do?

Yep though they don't yet work.

On Wednesday, September 2, 2015, Matthew Mueller notifications@github.com
wrote:

^ oh, is that what the expose and unexpose are meant to do?


Reply to this email directly or view it on GitHub
#1 (comment)
.

Jose Diaz
Operations Engineer @ SeatGeek

This isn't quite well documented yet, but it works. Here is what you can do:

dokku rethinkdb:expose <name>

Which will have the following output:

# !     Service is already started
#-----> Service test exposed on port(s) 31756 911 14073

The last port there is the port that has the rabbitmq administration panel. In the future, we'll have some nicer output explaining which port is what...

@josegonzalez is there any way to have a password on the rethinkdb admin page while still having the port exposed?

Not afaik. Is that something you can setup automatically with the docker image? If so, we can certainly automate it.

Not quite, all that is required is to set the initial password in the users table for the admin password. More here: http://rethinkdb.com/docs/security/#the-admin-account

Can you open a new issue for this as a feature request?