{"id":29698835,"url":"https://github.com/wollac/jupyterhub-docker","last_synced_at":"2026-04-08T20:51:44.517Z","repository":{"id":71553015,"uuid":"210542276","full_name":"Wollac/jupyterhub-docker","owner":"Wollac","description":"Simple deployment of JupyterHub with docker-compose","archived":false,"fork":false,"pushed_at":"2020-08-03T13:25:59.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-23T10:56:32.280Z","etag":null,"topics":["docker","docker-compose","jupyter","jupyterhub"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Wollac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-09-24T07:43:35.000Z","updated_at":"2020-12-11T09:43:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"ff7e3c90-6e86-4eb1-8fc1-b355f0f064c6","html_url":"https://github.com/Wollac/jupyterhub-docker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Wollac/jupyterhub-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wollac%2Fjupyterhub-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wollac%2Fjupyterhub-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wollac%2Fjupyterhub-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wollac%2Fjupyterhub-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Wollac","download_url":"https://codeload.github.com/Wollac/jupyterhub-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Wollac%2Fjupyterhub-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","jupyter","jupyterhub"],"created_at":"2025-07-23T10:39:18.299Z","updated_at":"2026-04-08T20:51:44.510Z","avatar_url":"https://github.com/Wollac.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jupyterhub-docker\n\njupyterhub-docker provides a simple deployment of [JupyterHub](https://github.com/jupyter/jupyterhub), a multi-user [Jupyter Notebook](http://jupyter.org/) environment, on a single host using [Docker Compose](https://docs.docker.com/compose/).\n\n## Installation\n\n### Configuration\n\n-   Configure Docker Compose: Create the file `.env` in the base folder with the following content:\n    ```\n    # name of docker network in which the jupyter containers are run\n    DOCKER_NETWORK=jupyterhub-network\n\n    # name of the docker network of traefik\n    TRAEFIK_NETWORK=traefik\n\n    # host under which traefik should make jupyter available\n    TRAEFIK_HOST=\u003cmyhost.mydomain\u003e\n    ```\n\n-  Configure `userlist`: Create a `userlist` file in the `jupyter-hub` folder.\n   This file contains the list of authorized JupyterHub users specified by their GitHub usernames, and this file should designate at least one `admin` user.\n   For example:\n   ```\n   unrealsoon admin\n   kittypuree\n   flangefile\n   ```\n\n-   Configure GitHub OAuth: You must pass the GitHub OAuth Client ID, Client Secret and OAuth callback url JupyterHub's runtime.\n    To do this, add them to an `oauth.env` file in the `secrets` directory of this repository.\n    You may need to create both the `secrets` directory and the `oauth.env` file.\n    For example, add the following lines in the `oauth.env` file:\n    ```\n    GITHUB_CLIENT_ID=\u003cgithub_client_id\u003e\n    GITHUB_CLIENT_SECRET=\u003cgithub_client_secret\u003e\n    OAUTH_CALLBACK_URL=https://\u003cmyhost.mydomain\u003e/hub/oauth_callback\n    ```\n\n### SCIP\n\nThe jupyter-notebook requires a local copy of the [SCIP Optimization Suite](http://scip.zib.de).\nFollow the installation instructions [here](jupyter-notebook/README.md) to copy the SCIP Optimization Suite files into the `jupyter-nodebook` folder.\n\n### Docker\n\nRun the following command to update the images and start the hub:\n```\ndocker-compose up -d --build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwollac%2Fjupyterhub-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwollac%2Fjupyterhub-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwollac%2Fjupyterhub-docker/lists"}