{"id":15513778,"url":"https://github.com/sebouchu/h0dor","last_synced_at":"2025-08-24T11:38:07.461Z","repository":{"id":84592208,"uuid":"489401780","full_name":"SebouChu/h0dor","owner":"SebouChu","description":"H0dor - Rails application \u0026 OAuth provider","archived":false,"fork":false,"pushed_at":"2022-05-10T15:21:48.000Z","size":98,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-10T16:30:49.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SebouChu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2022-05-06T15:18:00.000Z","updated_at":"2022-05-10T15:22:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"274b2738-8840-47ac-bd6c-f12d72089f7c","html_url":"https://github.com/SebouChu/h0dor","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"7565556b95b4135cd123c7f183fe76c36d2e152a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SebouChu/h0dor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebouChu%2Fh0dor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebouChu%2Fh0dor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebouChu%2Fh0dor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebouChu%2Fh0dor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SebouChu","download_url":"https://codeload.github.com/SebouChu/h0dor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SebouChu%2Fh0dor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271854475,"owners_count":24834453,"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-24T02:00:11.135Z","response_time":111,"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-10-02T09:55:08.703Z","updated_at":"2025-08-24T11:38:07.428Z","avatar_url":"https://github.com/SebouChu.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# H0dor\n\nRails application \u0026 OAuth / OpenID Connect provider\n\n![h0dor](https://user-images.githubusercontent.com/7761386/167664236-5747b98e-a908-4d89-9b40-44aca876fa98.jpeg)\n\n## Setup\n\n### Basic\n\n- Clone this repo\n- Run `bin/setup`\n- Run `yarn`\n- Install [puma-dev](https://github.com/puma/puma-dev) if you don't have it, and redirect `h0dor` to port 8000\n  - `echo 8000 \u003e ~/.puma-dev/h0dor`\n\n### Environment variables\n\n- Copy `config/application.yml.example` to `config/application.yml`\n- Generate a pair of keys and set the `OPENID_PRIVATE_KEY` and `OPENID_PUBLIC_KEY` environments variables:\n  - Private key: `openssl genpkey -algorithm RSA -out oidc_private.pem -pkeyopt rsa_keygen_bits:2048`\n  - Public key: `openssl rsa -pubout -in oidc_private.pem -out oidc_public.pem`\n\n## Run\n\n```\nbin/dev\n```\n\nAccess it via https://h0dor.localhost\n\n## Info\n\nThis Rails application uses [Devise](https://github.com/heartcombo/devise) and [Doorkeeper](https://github.com/doorkeeper-gem/doorkeeper) to be an identity provider through OAuth2 and OpenID Connect.\n\nIf you create a user and set its role to admin, you can create OAuth apps for it, like [Br4n](https://github.com/SebouChu/br4n)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebouchu%2Fh0dor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsebouchu%2Fh0dor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsebouchu%2Fh0dor/lists"}