hummingbot / dashboard

Application that helps you create, backtest, deploy, and manage Hummingbot instances
Apache License 2.0
162 stars 98 forks source link

Login needed for Dashboard #76

Closed eMTee72 closed 9 months ago

eMTee72 commented 9 months ago

Describe the bug

When access the Dashboard (http://IP-address:8501) for the first time, user is presented with a login screen. Could not find login details on HummingBot website (Dashboard Wiki etc) or Youtube demo's. Always looks like login in appears 'magically'.

I finally looked into Github and found credentials.yaml. Used the email address mentioned in there to log in.

Please describe the 'how to create a log in' and add it to the relevant pages?

Steps to reproduce bug

  1. Deploy Dashboard container (greenfield)
  2. Go to http://IP-address:8501
  3. Get a prompt for a login
david-hummingbot commented 9 months ago

Hi @eMTee72, this is not a bug. Check the installation instruction here and go to the section #Configure Credentials for Authentication - https://github.com/hummingbot/dashboard/blob/main/INSTALLATION.md

eMTee72 commented 9 months ago

Hi @david-hummingbot! That approach may work when working from source, but not with Docker? Shouldn't there also be a process for when using Docker?

david-hummingbot commented 9 months ago

There are currently some issues with the Docker version which makes it unusable at the moment. For now we recommend using the Source version.