{"id":19152530,"url":"https://github.com/gesiscss/example-binderhub-deployments","last_synced_at":"2026-03-01T11:05:03.804Z","repository":{"id":104684682,"uuid":"165234922","full_name":"gesiscss/example-binderhub-deployments","owner":"gesiscss","description":"Example BinderHub deployment files for various ways","archived":false,"fork":false,"pushed_at":"2020-01-15T09:50:07.000Z","size":136,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-02-22T21:15:12.000Z","etag":null,"topics":["binderhub","binderhub-deployments"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gesiscss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2019-01-11T11:43:46.000Z","updated_at":"2020-05-07T12:50:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5a4eadc-f1bc-488b-94ba-a5e9906e88b6","html_url":"https://github.com/gesiscss/example-binderhub-deployments","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gesiscss/example-binderhub-deployments","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fexample-binderhub-deployments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fexample-binderhub-deployments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fexample-binderhub-deployments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fexample-binderhub-deployments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gesiscss","download_url":"https://codeload.github.com/gesiscss/example-binderhub-deployments/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gesiscss%2Fexample-binderhub-deployments/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29967935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: 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":["binderhub","binderhub-deployments"],"created_at":"2024-11-09T08:18:17.080Z","updated_at":"2026-03-01T11:05:03.788Z","avatar_url":"https://github.com/gesiscss.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"A repo with helm chart to demonstrate different kinds of BinderHub deployments.\n\n### Deployments\n\n```bash\ncd example-binderhub-deployments\n\nhelm repo add jupyterhub https://jupyterhub.github.io/helm-chart/\nhelm repo update\nhelm dependency update helm-chart\n\n# plain bhub\nhelm upgrade --install --namespace=bhub-example-ns bhub-example helm-chart \\\n    -f secret.yaml \\\n    --wait --force --debug --timeout=360 \n\n# auth\nhelm upgrade --install --namespace=bhub-example-ns bhub-example helm-chart \\\n    -f auth.yaml -f secret.yaml \\\n    --wait --force --debug --timeout=360 \n\n# auth with named servers\nhelm upgrade --install --namespace=bhub-example-ns bhub-example helm-chart \\\n    -f auth.yaml -f auth_with_named_servers.yaml -f secret.yaml \\\n    --wait --force --debug --timeout=360 \n\n# with custom templates\nhelm upgrade --install --namespace=bhub-example-ns bhub-example helm-chart \\\n    -f custom_templates.yaml -f secret.yaml \\\n    --wait --force --debug --timeout=360\n    \n# with auth and persistent storage\nhelm upgrade --install --namespace=bhub-example-ns bhub-example helm-chart \\\n    -f auth.yaml -f persistent_storage.yaml -f secret.yaml \\\n    --wait --force --debug --timeout=360 \n\n# to delete\nhelm delete --purge bhub-example\nkubectl delete namespace bhub-example-ns\n\n```\n\n`secret.yaml` looks like:\n\n```yaml\nbinderhub:\n  jupyterhub:\n    hub:\n      services:\n        binder:\n          apiToken: \"\"\n    proxy:\n      secretToken: \"\"\n    auth:\n      github:\n        clientId: \"\"\n        clientSecret: \"\"\n  registry:\n    username: \"\"\n    password: \"\"\n\n  config:\n    GitHubRepoProvider:\n      access_token: \"\"\n\n```\n\n### Documentation\n\n- template customization: \n - https://binderhub.readthedocs.io/en/latest/customizing.html#template-customization\n - https://discourse.jupyter.org/t/customizing-jupyterhub-on-kubernetes/1769/18\n- authentication: https://binderhub.readthedocs.io/en/latest/authentication.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesiscss%2Fexample-binderhub-deployments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgesiscss%2Fexample-binderhub-deployments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgesiscss%2Fexample-binderhub-deployments/lists"}