{"id":48829041,"url":"https://github.com/bsm/console","last_synced_at":"2026-04-14T19:31:02.816Z","repository":{"id":319689816,"uuid":"1079323170","full_name":"bsm/console","owner":"bsm","description":"Docker console","archived":false,"fork":false,"pushed_at":"2025-10-31T15:34:24.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-31T16:21:37.708Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bsm.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-19T15:22:49.000Z","updated_at":"2025-10-31T15:34:27.000Z","dependencies_parsed_at":"2025-10-20T00:24:34.830Z","dependency_job_id":"20555cd2-1015-488e-9a05-e30de42be9ba","html_url":"https://github.com/bsm/console","commit_stats":null,"previous_names":["bsm/console"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bsm/console","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fconsole","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fconsole/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fconsole/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fconsole/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsm","download_url":"https://codeload.github.com/bsm/console/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsm%2Fconsole/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31812968,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"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":[],"created_at":"2026-04-14T19:31:02.174Z","updated_at":"2026-04-14T19:31:02.807Z","avatar_url":"https://github.com/bsm.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Console\n\nSimple console container, useful as a dev pod.\n\nTo deploy in K8s, add the following manifest:\n\n```yaml\napiVersion: apps/v1\nkind: Pod\nmetadata:\n  name: console\nspec:\n  containers:\n    - name: console\n      image: ghcr.io/bsm/console/console:latest\n      imagePullPolicy: Always\n```\n\nTo execute custom commands at boot time you can include custom init scripts into a\n`ConfigMap`. For example:\n\n```yaml\n---\napiVersion: v1\nkind: ConfigMap\nmetadata:\n  name: special-config\n  namespace: default\ndata:\n  10-nproc.sh: |\n    #!/bin/bash\n\n    nproc \u003e /tmp/NPROC\n---\napiVersion: apps/v1\nkind: Pod\nmetadata:\n  name: console\n  namespace: console\nspec:\n  containers:\n    - name: console\n      image: ghcr.io/bsm/console/console:latest\n      imagePullPolicy: Always\n      volumeMounts:\n        - mountPath: \"/etc/console/init/boot.d\"\n          name: bootd\n  volumes:\n    - name: bootd\n      configMap:\n        name: console-boot\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Fconsole","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsm%2Fconsole","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsm%2Fconsole/lists"}