{"id":31110568,"url":"https://github.com/notnite/cobalt-web-docker","last_synced_at":"2025-09-17T07:47:02.391Z","repository":{"id":291327093,"uuid":"977292478","full_name":"NotNite/cobalt-web-docker","owner":"NotNite","description":"Docker container for cobalt's web UI","archived":false,"fork":false,"pushed_at":"2025-06-19T18:44:50.000Z","size":6,"stargazers_count":21,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T19:46:15.763Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/NotNite.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,"zenodo":null}},"created_at":"2025-05-03T21:28:00.000Z","updated_at":"2025-09-05T14:40:19.000Z","dependencies_parsed_at":"2025-05-03T22:36:39.722Z","dependency_job_id":null,"html_url":"https://github.com/NotNite/cobalt-web-docker","commit_stats":null,"previous_names":["notnite/cobalt-web-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NotNite/cobalt-web-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcobalt-web-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcobalt-web-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcobalt-web-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcobalt-web-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotNite","download_url":"https://codeload.github.com/NotNite/cobalt-web-docker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotNite%2Fcobalt-web-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275556847,"owners_count":25486040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-17T02:00:09.119Z","response_time":84,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-09-17T07:46:58.956Z","updated_at":"2025-09-17T07:47:02.377Z","avatar_url":"https://github.com/NotNite.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cobalt-web-docker\n\nDocker container for [cobalt's web UI](https://github.com/imputnet/cobalt/tree/main/web). Builds the static files and hosts it with BusyBox's httpd.\n\n## Usage\n\nIn a Docker Compose file:\n\n```yaml\nservices:\n  cobalt-web:\n    build:\n      context: https://github.com/NotNite/cobalt-web-docker.git\n      dockerfile: Dockerfile\n      additional_contexts:\n        cobalt-src: https://github.com/imputnet/cobalt.git\n\n      args:\n        WEB_HOST: \"http://localhost:3000/\"\n        WEB_DEFAULT_API: \"http://localhost:9000/\"\n\n    ports:\n      - 3000:3000/tcp\n```\n\nYou must run your own cobalt API to use the frontend. For running your own cobalt API, [see the official docs](https://github.com/imputnet/cobalt/blob/main/docs/run-an-instance.md).\n\nNote that the container listens on port `3000`, but you can of course map it to any other port (e.g. `42069:3000/tcp`). Make sure `WEB_HOST` is set to the user-facing URL of your frontend instance, and `WEB_DEFAULT_API` is set to the user-facing URL of your backend.\n\nThe `additional_contexts` line is a hack to reference the cobalt source code without the Dockerfile actually being in the source code. You can pin this to a specific commit or branch if you want (see [here](https://docs.docker.com/build/concepts/context/#git-repositories)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fcobalt-web-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotnite%2Fcobalt-web-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotnite%2Fcobalt-web-docker/lists"}