{"id":13800496,"url":"https://github.com/ChicagoBoss/cb_admin","last_synced_at":"2025-05-13T09:31:42.510Z","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":12,"default_branch":"master","last_synced_at":"2025-04-09T14:03:41.988Z","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,"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","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253913149,"owners_count":21983266,"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","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-08-04T00:01:13.117Z","updated_at":"2025-05-13T09:31:40.012Z","avatar_url":"https://github.com/ChicagoBoss.png","language":"CSS","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","funding_links":[],"categories":["CSS","Web Framework Components"],"sub_categories":[],"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"}