Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate manager UI with the hypervisor #236

Merged
merged 12 commits into from
Mar 23, 2020
Merged

Integrate manager UI with the hypervisor #236

merged 12 commits into from
Mar 23, 2020

Conversation

Darkren
Copy link
Contributor

@Darkren Darkren commented Mar 22, 2020

Did you run make format && make check?
Yes
Fixes #224

Changes:

  • enable_auth if now false by default
  • http_addr is now :8080 by default
  • web_dir field is added to hypervisor's config. This directory contains built frontend
  • Frontend is now served on the same port as the API itself

How to test this PR:

  1. Build hypervisor
  2. hypervisor gen-config -t
  3. hypervisor -c hypervisor-config.json
  4. Go to http:///localhost:8080

@Darkren Darkren changed the title [WIP] Integrate manager UI with the hypervisor Integrate manager UI with the hypervisor Mar 22, 2020
@Darkren Darkren requested review from nkryuchkov and evanlinjin and removed request for nkryuchkov March 22, 2020 12:18
Copy link
Member

@jdknives jdknives left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done. Works smoothly. The only issue we need to discuss is the authentication with @evanlinjin

@jdknives jdknives merged commit 3ded5bf into skycoin:develop Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants