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

Qcportal jupyterhub #882

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Conversation

sjayellis
Copy link
Contributor

@sjayellis sjayellis commented Jan 16, 2025

Description

This PR adds Dockerfile.jupyterhub, a dockerfile for hosting a Jupyterhub with QCPortal, along with a configuration file and a custom authenticator that uses QCArchive to authenticate a user.

Users have directories created in home, so it needs to be mounted to allow any created notebooks to persist.

Status

  • Code base linted
  • Ready to go

@bennybp
Copy link
Contributor

bennybp commented Jan 17, 2025

I've got it all up and running on our server, and it seems to be basically working well. A few things to improve on (not urgently, though). Otherwise, great work!

  • Error handling - incorrect username/password results in 500 Server error
  • Handling of admin users (if the user's role is admin on the server, it should be admin on the hub)
  • Environment variables not set in the spawned servers
  • Possible to change the branding? I seem to remember this being kinda sketchy

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.

2 participants