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

error with DIY deploy from new binder docs #22

Closed
brooksambrose opened this issue Jan 31, 2018 · 4 comments
Closed

error with DIY deploy from new binder docs #22

brooksambrose opened this issue Jan 31, 2018 · 4 comments

Comments

@brooksambrose
Copy link
Contributor

I started a new binderhub deployment following updates from jupyterhub/binderhub#430

Trying to launch example:
http://hub.w201rdada.org/v2/gh/binder-examples/dockerfile-rstudio/master?urlpath=rstudio

At the end of the build log getting:

[Warning] One or more build-args [NB_UID NB_USER] were not consumed
Successfully built 171533de9bce
Built image, launching...
Launching server...
Internal Server Error
@brooksambrose
Copy link
Contributor Author

this was related to bad config on SSL

@brooksambrose
Copy link
Contributor Author

Still an issue after SSL was disabled.

@cboettig
Copy link
Member

@brooksambrose is this resolved or should this still be open?

@cboettig cboettig reopened this Jan 31, 2018
@brooksambrose
Copy link
Contributor Author

Yes solved. The new docs at https://binderhub.readthedocs.io/ are working for me, and for posterity SSL with letsencrypt can be configured as:

prefix: gcr.io/<GKE-PROJECT-ID>/binder-prod

jupyterhub:
  proxy:
    https:
      hosts:
        - sub.domain.com
      letsencrypt:
        contactEmail: email@address.com

hub:
  url: https://sub.domain.com

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

No branches or pull requests

2 participants