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

BOUNTY: Help me get JupyterHub configured #2302

Closed
SeaDude opened this issue Nov 11, 2018 · 1 comment
Closed

BOUNTY: Help me get JupyterHub configured #2302

SeaDude opened this issue Nov 11, 2018 · 1 comment

Comments

@SeaDude
Copy link

SeaDude commented Nov 11, 2018

Hello,
I've hit a wall here, for a 2nd time, and cannot get JupyterHub setup in my environment. I'd like to offer a $50 bounty for someone to help me.

Here is where I'm at..

Here is where I want to go:

  • Correctly installed JupyterHub instance
    • I'm using Anaconda. Need to ensure JupyterHub AND ALL ITS CONFIG FILES/COOKIES/SECRETS/ETC. are installed in the correct directories
  • Secure, multi-user environment
    • This instance is internet-facing. Must be secure against unauthorized access.
    • I already have an SSL cert, but can't quite get it working with JupyterHub and nginx
  • Authentication
    • Basic authentication is fine for now
  1. Is this ok to post in your Github Issues?
    a. If so, who can help?
    b. If not, where can I go?

Thank you

@minrk
Copy link
Member

minrk commented Nov 23, 2018

From your configuration, it looks like nginx isn't picking up your site configuration.

Typically, this is done by installing the configuration in /etc/nginx/sites-enabled/jupyterhub.conf (or sites-available/jupyterhub.config with a symlink from sites-enabled if you're fancy). And make sure to run service nginx restart anytime you change the nginx configuration.

@manics manics closed this as completed Feb 17, 2021
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

3 participants