{"id":18479549,"url":"https://github.com/chicagoboss/cb_admin","last_synced_at":"2025-08-28T04:47:47.217Z","repository":{"id":136337055,"uuid":"2020241","full_name":"ChicagoBoss/cb_admin","owner":"ChicagoBoss","description":"Admin interface for Chicago Boss","archived":false,"fork":false,"pushed_at":"2016-06-10T15:19:22.000Z","size":612,"stargazers_count":66,"open_issues_count":16,"forks_count":33,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-13T09:41:05.750Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","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/ChicagoBoss.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}},"created_at":"2011-07-08T21:56:55.000Z","updated_at":"2024-12-10T10:15:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"2adf3ef8-7c89-4b83-a3d5-a59af3fd4393","html_url":"https://github.com/ChicagoBoss/cb_admin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ChicagoBoss/cb_admin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChicagoBoss%2Fcb_admin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChicagoBoss%2Fcb_admin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChicagoBoss%2Fcb_admin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChicagoBoss%2Fcb_admin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ChicagoBoss","download_url":"https://codeload.github.com/ChicagoBoss/cb_admin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ChicagoBoss%2Fcb_admin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272440259,"owners_count":24935425,"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-08-28T02:00:10.768Z","response_time":74,"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":"2024-11-06T12:15:22.115Z","updated_at":"2025-08-28T04:47:47.186Z","avatar_url":"https://github.com/ChicagoBoss.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"cb_admin\n=================\n\nThis is the admin interface for Chicago Boss, which can be configured as a standalone application with CB 0.6 or later.\n\nInstallation as a standalone server\n-----------------------------------\n\nCheck your boss.config and make sure that the path's are correct, defaults to ./deps/boss (framework) and ../cb_admin (the checkout dir).\n\nThen in *nix:\n\n    ./rebar get-deps compile\n    ./init.sh start\n\nIn Windows:\n\t\n\trebar get-deps compile\n\tstart-server.bat\n\nThen visit http://localhost:8001/admin\n\nInstallation with an existing CB server\n---------------------------------------\n\nAdd to rebar.config \n```erlang\n{deps, [\n  % ...\n  {cb_admin, \".*\", {git, \"git://github.com/ChicagoBoss/cb_admin.git\", \"HEAD\"}}\n]}.\n```\n\nAnd add something like this to your boss.config:\n\n    [{boss, [\n        {applications, [cb_admin, ...]},\n        ...\n    ]},\n    {cb_admin, [\n        {path, \"./deps/cb_admin\"},\n        {allow_ip_blocks, [\"127.0.0.1\"]},\n        {base_url, \"/admin\"}\n    ]}].\n\nRun to fetch and compile cb_admin\n\n```console\n./rebar get-deps compile\n./init-dev.sh\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicagoboss%2Fcb_admin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchicagoboss%2Fcb_admin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchicagoboss%2Fcb_admin/lists"}