{"id":34837283,"url":"https://github.com/arenadata/keycloak-arenadata","last_synced_at":"2025-12-25T16:10:28.951Z","repository":{"id":38020903,"uuid":"488464051","full_name":"arenadata/keycloak-arenadata","owner":"arenadata","description":"Arenadata Keycloak customization","archived":false,"fork":false,"pushed_at":"2022-06-11T16:09:53.000Z","size":385,"stargazers_count":8,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2023-03-04T04:49:57.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/arenadata.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":"2022-05-04T05:31:41.000Z","updated_at":"2023-01-11T11:16:19.000Z","dependencies_parsed_at":"2022-09-16T22:02:56.506Z","dependency_job_id":null,"html_url":"https://github.com/arenadata/keycloak-arenadata","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/arenadata/keycloak-arenadata","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fkeycloak-arenadata","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fkeycloak-arenadata/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fkeycloak-arenadata/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fkeycloak-arenadata/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arenadata","download_url":"https://codeload.github.com/arenadata/keycloak-arenadata/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arenadata%2Fkeycloak-arenadata/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28032400,"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-12-25T02:00:05.988Z","response_time":58,"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-12-25T16:08:51.725Z","updated_at":"2025-12-25T16:10:28.942Z","avatar_url":"https://github.com/arenadata.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arenadata Keycloak Customization\n\n![Arenadata theme screenshot](screenshot.png)\n\nIncludes:\n\n- Yandex identity provider with `hostedDomain` parameter support;\n- corporate login theme;\n- Dockerfile to build application image in Quarkus style.\n\n## How to build\n\nJust run `make build`. The `Makefile` contains a set of environment variables\nto customize the image. Use can change the values when calling `make` or use\n`.env` file (recommended).\n\nUse the following environment variables to customize build:\n\n  - `KC_DB`: the type of database\n  - `KC_DB_URL`: database jdbc URL\n  - `KC_DB_USER`: database user\n  - `KC_DB_PASSWORD`: database password\n  - `IMAGE`: Docker image name\n  - `KC_ARGS`: additional parameters for `start` or `start-dev` command\n## How to run\n\nWhen developing, just run `make start` or `make start-dev` with the parameters\nyou need.\n\nTo run with `docker-compose`, use the following configuration:\n\n```\nversion: \"3\"\nservices:\n  keycloak:\n    image: hub.adsw.io/library/keycloak-arenadata:17-0.1.0\n    environment:\n      KC_DB_URL: \"jdbc:postgresql://hostname:port/database\"\n      KC_DB_USERNAME: user\n      KC_DB_PASSWORD: password\n    ports:\n      - 8080:8080\n    command: start --http-enabled=true --proxy=edge --hostname-strict=false\n```\n\nYou can tune some build parameters (e.g. add new plugins or change URI path \nprefix) in `--auto-build` mode, for example:\n\n```\n    command start --auto-build --db=postgres --http-relative-path=/auth\n```\n\nUse `--auto-build` only in debug or quick fix mode, for production it's better\nto rebuild optimized container using Dockerfile.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenadata%2Fkeycloak-arenadata","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farenadata%2Fkeycloak-arenadata","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farenadata%2Fkeycloak-arenadata/lists"}