{"id":22147242,"url":"https://github.com/centerforopenscience/fakecas","last_synced_at":"2025-07-26T02:31:46.049Z","repository":{"id":32684770,"uuid":"36273813","full_name":"CenterForOpenScience/fakecas","owner":"CenterForOpenScience","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-22T14:20:22.000Z","size":68,"stargazers_count":9,"open_issues_count":0,"forks_count":11,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2024-06-19T01:59:15.516Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/CenterForOpenScience.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2015-05-26T05:18:34.000Z","updated_at":"2024-05-22T14:20:26.000Z","dependencies_parsed_at":"2024-05-22T15:40:14.643Z","dependency_job_id":null,"html_url":"https://github.com/CenterForOpenScience/fakecas","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Ffakecas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Ffakecas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Ffakecas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CenterForOpenScience%2Ffakecas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CenterForOpenScience","download_url":"https://codeload.github.com/CenterForOpenScience/fakecas/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227642219,"owners_count":17797850,"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-12-01T23:15:34.335Z","updated_at":"2024-12-01T23:15:34.963Z","avatar_url":"https://github.com/CenterForOpenScience.png","language":"Go","readme":"# Run fakeCAS with OSF\n\nPlease follow [README-docker-compose.md](https://github.com/CenterForOpenScience/osf.io/blob/develop/README-docker-compose.md) to run fakeCAS with OSF.\n\n## Change the Image\n\nBy default, OSF uses the `master` image of fakeCAS, as shown below in [docker-compose.yml](https://github.com/CenterForOpenScience/osf.io/blob/develop/docker-compose.yml).\n\n```yml\n##################################\n# Central Authentication Service #\n##################################\n\nfakecas:\n  image: quay.io/centerforopenscience/fakecas:master\n  command: fakecas -host=0.0.0.0:8080 -osfhost=localhost:5000 -dbaddress=postgres://postgres@postgres:5432/osf?sslmode=disable\n  restart: unless-stopped\n  ports:\n    - 8080:8080\n  depends_on:\n    - postgres\n  stdin_open: true\n```\n\nIf you need the `develop` one, use `quay.io/centerforopenscience/fakecas:develop` instead. Run `docker-compose pull fakecas` to pull the latest image before starting fakeCAS.\n\n## Pre-docker-compose\n\nStarting [19.0.0](https://github.com/CenterForOpenScience/fakecas/milestone/1), fakeCAS no longer provides downloadable binary executables. Here is the last version [0.11.1](https://github.com/CenterForOpenScience/fakecas/releases/tag/0.11.1) that provides such a binary. However, the binary does not work with OSF starting [19.23.0](https://github.com/CenterForOpenScience/osf.io/releases/tag/19.23.0).\n\n# Develop fakeCAS\n\nPlease take a look at the [Dockerfile](https://github.com/cslzchen/fakecas/blob/develop/Dockerfile) for how to develop fakeCAS locally. On macOS, use [`brew`](https://github.com/Homebrew/brew) to install [`go`](https://github.com/golang/go).\nAfter installing go, pull dependencies using `go install` and run fakeCAS locally unsing `go run ./fakeCas.go`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenterforopenscience%2Ffakecas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcenterforopenscience%2Ffakecas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcenterforopenscience%2Ffakecas/lists"}