{"id":31904446,"url":"https://github.com/cloudfoundry-community/admin-ui-boshrelease","last_synced_at":"2025-10-13T13:50:00.607Z","repository":{"id":12250786,"uuid":"14865898","full_name":"cloudfoundry-community/admin-ui-boshrelease","owner":"cloudfoundry-community","description":"admin-ui-boshrelease","archived":false,"fork":false,"pushed_at":"2017-03-16T15:35:26.000Z","size":3232,"stargazers_count":17,"open_issues_count":7,"forks_count":27,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-04-14T22:47:34.569Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/cloudfoundry-community.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}},"created_at":"2013-12-02T15:19:56.000Z","updated_at":"2024-02-09T14:29:42.000Z","dependencies_parsed_at":"2022-09-01T23:31:06.131Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/admin-ui-boshrelease","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/admin-ui-boshrelease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fadmin-ui-boshrelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fadmin-ui-boshrelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fadmin-ui-boshrelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fadmin-ui-boshrelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/admin-ui-boshrelease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fadmin-ui-boshrelease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015348,"owners_count":26085686,"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-10-13T02:00:06.723Z","response_time":61,"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-10-13T13:49:12.943Z","updated_at":"2025-10-13T13:50:00.599Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Bosh release for CloudFoundry NG Admin UI\n=========================================\n\nOne of the fastest ways to get [admin-ui](https://github.com/cloudfoundry-incubator/admin-ui) running on any infrastructure is too deploy this bosh release.\n\nUsage\n-----\n\nTo use this BOSH release, first upload it to your bosh:\n\n```\nbosh upload release https://bosh.io/d/github.com/cloudfoundry-community/admin-ui-boshrelease\n```\n\nTo deploy it you will need the source repository that contains templates:\n\n```\ngit clone https://github.com/cloudfoundry-community/admin-ui-boshrelease.git\ncd admin-ui-boshrelease\ngit checkout v11\ngit submodule update\n```\n\n### bosh-lite/warden deployments\n\nMake sure you have [deployed Cloud Foundry](https://github.com/cloudfoundry/bosh-lite#deploy-cloud-foundry) first. With Cloud Foundry deployed to your bosh-lite run:\n\n```\n./make_manifest warden\nbosh deploy\nbosh run errand register_admin_ui\n```\n\nNow you can browse to [http://admin.bosh-lite.com](http://admin.bosh-lite.com) and login with your cloud foundry admin user.\n\n### Errands\nWhen deployed you can register the admin-ui with the uaa by running:\n```\nbosh run errand register_admin_ui\n```\n\nTo deregister the admin-ui you can run:\n```\nbosh run errand deregister_admin_ui\n```\n\nCreate new final release\n------------------------\n\nTo create a new final release you need to get read/write API credentials to the [@cloudfoundry-community](https://github.com/cloudfoundry-community) s3 account.\n\nPlease email [Dr Nic Williams](mailto:\u0026#x64;\u0026#x72;\u0026#x6E;\u0026#x69;\u0026#x63;\u0026#x77;\u0026#x69;\u0026#x6C;\u0026#x6C;\u0026#x69;\u0026#x61;\u0026#x6D;\u0026#x73;\u0026#x40;\u0026#x67;\u0026#x6D;\u0026#x61;\u0026#x69;\u0026#x6C;\u0026#x2E;\u0026#x63;\u0026#x6F;\u0026#x6D;) and he will create unique API credentials for you.\n\nCreate a `config/private.yml` file with the following contents:\n\n```yaml\n---\nblobstore:\n  s3:\n    access_key_id:     ACCESS\n    secret_access_key: PRIVATE\n```\n\nYou can now create final releases for everyone to enjoy!\n\n```\nbosh create release\n# test this dev release\ngit commit -m \"updated admin-ui\"\nbosh create release --final\ngit commit -m \"creating vXYZ release\"\ngit tag vXYZ\ngit push origin master --tags\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fadmin-ui-boshrelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Fadmin-ui-boshrelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fadmin-ui-boshrelease/lists"}