You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
J. Fernando Sánchez 3f287c88b3 First commit 6 years ago
..
README.md First commit 6 years ago
docker-compose.yml First commit 6 years ago

README.md

This deployment contains a single jupyterhub service, with the docker spawner and GitHub Oauth authentication.

Every user will get an isolated docker container after authenticating with GitHub. The image for that container is configurable through the DOCKER_IMAGE environment variable.

Instructions

Before running docker compose, you need to create a GitHub application: https://developer.github.com/apps/building-github-apps/creating-a-github-app/ Add the client ID and client secret to your .env file, or to your environment.

Example .env file

DOMAIN=todevnull.com
GITHUB_CLIENT_ID=<CLIENT ID>
GITHUB_CLIENT_SECRET=<CLIENT_SECRET>