{"id":31904151,"url":"https://github.com/cloudfoundry-community/gogs-boshrelease","last_synced_at":"2025-10-13T13:47:46.342Z","repository":{"id":27465239,"uuid":"30944351","full_name":"cloudfoundry-community/gogs-boshrelease","owner":"cloudfoundry-community","description":"Gogs is a painless self-hosted Git service","archived":false,"fork":false,"pushed_at":"2019-10-24T05:59:11.000Z","size":205,"stargazers_count":5,"open_issues_count":2,"forks_count":5,"subscribers_count":32,"default_branch":"master","last_synced_at":"2024-07-30T18:50:59.391Z","etag":null,"topics":["bosh","bosh-release","git","gogs"],"latest_commit_sha":null,"homepage":"https://gogs.io/","language":"Shell","has_issues":true,"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/cloudfoundry-community.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-17T23:52:18.000Z","updated_at":"2024-02-09T14:25:22.000Z","dependencies_parsed_at":"2022-09-02T07:50:59.832Z","dependency_job_id":null,"html_url":"https://github.com/cloudfoundry-community/gogs-boshrelease","commit_stats":null,"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"purl":"pkg:github/cloudfoundry-community/gogs-boshrelease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fgogs-boshrelease","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fgogs-boshrelease/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fgogs-boshrelease/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fgogs-boshrelease/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloudfoundry-community","download_url":"https://codeload.github.com/cloudfoundry-community/gogs-boshrelease/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloudfoundry-community%2Fgogs-boshrelease/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279015339,"owners_count":26085685,"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":["bosh","bosh-release","git","gogs"],"created_at":"2025-10-13T13:47:37.788Z","updated_at":"2025-10-13T13:47:46.336Z","avatar_url":"https://github.com/cloudfoundry-community.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Deploy Gogs to BOSH\n\nOne of the fastest ways to get [gogs](http://gogs.io/) running on any infrastructure is to deploy this bosh release.\n\n* [Concourse CI](https://ci.starkandwayne.com/teams/main/pipelines/gogs-boshrelease?groups=gogs-boshrelease)\n* Pull requests will be automatically tested against a bosh-lite (see `testflight-pr` job)\n* New versions of [gogs](http://gogs.io/) will be automatically added as the latest blob\n* Discussions and CI notifications at [#gogs-boshrelease channel](https://cloudfoundry.slack.com/messages/C6PMMSW3T/) on https://slack.cloudfoundry.org\n\n## Usage\n\nTo upload and deploy this BOSH release, run `bosh deploy manifests/gogs.yml` and include some optional operator files.\n\nFor example, if you are running [cfdev](https://github.com/cloudfoundry-incubator/cfdev) you can target it and deploy gogs:\n\n```plain\ncf dev start\nsource \u003c(cf dev bosh env)\n\ngit clone https://github.com/cloudfoundry-community/gogs-boshrelease.git\nbosh -d gogs deploy gogs-boshrelease/manifests/gogs.yml \\\n  -o gogs-boshrelease/manifests/operators/routing.yml \\\n  -v routing-nats-deployment=cf \\\n  -v gogs-uri=gogs.v3.pcfdev.io \\\n  --vars-store creds.yml\n\nopen https://gogs.v3.pcfdev.io/user/sign_up\n```\n\nNote: `--vars-store creds.yml` is not required if your BOSH environment is configured with Credhub.\n\n## Post Deploy Errand\nTo create an admin user after deploying GOGS, run the following errand.\n\nThis was moved from the `gogs_ctl` script to this errand as it was never executed previously\n```\nbosh -d gogs run-errand gogs-admin\n```\n\n## Deploy with Authentication Backends\nYou can deploy gogs with alternative authentication backends.\n\nThe supported backend types are available [on the gogs website](https://gogs.io/docs/features/authentication) with examples of the configuration options each have [here](https://github.com/gogs/gogs/tree/f2ecfdc96a338815ffb2be898b3114031f0da48c/conf/auth.d).\n\nUsing the configuration options examples, and the operator files in `manifests/operators` in this repository, you can craft different backends to use.\n\nDeploy example with operator file:\n```\nbosh -d gogs deploy gogs-boshrelease/manifests/gogs.yml \\\n  -o gogs-boshrelease/manifests/operators/ldap-auth.yml \\\n  -v gogs-uri=gogs.v3.pcf.dev.io \\\n  --vars-store creds.yml\n```\nIt is possible to specify multiple backends of the same type, see `manifests/operators/ldap-auth-multiple.yml` for an example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fgogs-boshrelease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloudfoundry-community%2Fgogs-boshrelease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloudfoundry-community%2Fgogs-boshrelease/lists"}