{"id":21363128,"url":"https://github.com/betadots/foreman_hdm","last_synced_at":"2026-03-10T17:31:55.754Z","repository":{"id":169702261,"uuid":"643921348","full_name":"betadots/foreman_hdm","owner":"betadots","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-23T13:45:45.000Z","size":119,"stargazers_count":0,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-24T05:35:36.574Z","etag":null,"topics":["foreman","hdm","hiera"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/betadots.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-22T12:38:34.000Z","updated_at":"2026-01-23T13:45:47.000Z","dependencies_parsed_at":"2024-03-14T15:05:34.687Z","dependency_job_id":"c3979c81-80d9-4a29-8c17-dd7a40530035","html_url":"https://github.com/betadots/foreman_hdm","commit_stats":null,"previous_names":["betadots/foreman_hdm"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/betadots/foreman_hdm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betadots%2Fforeman_hdm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betadots%2Fforeman_hdm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betadots%2Fforeman_hdm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betadots%2Fforeman_hdm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/betadots","download_url":"https://codeload.github.com/betadots/foreman_hdm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/betadots%2Fforeman_hdm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30344428,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T15:55:29.454Z","status":"ssl_error","status_checked_at":"2026-03-10T15:54:58.440Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["foreman","hdm","hiera"],"created_at":"2024-11-22T06:18:04.986Z","updated_at":"2026-03-10T17:31:55.697Z","avatar_url":"https://github.com/betadots.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ForemanHdm\n\n[![License](https://img.shields.io/github/license/betadots/foreman_hdm.svg)](https://github.com/betadots/foreman_hdm/blob/master/LICENSE)\n[![Test](https://github.com/betadots/foreman_hdm/actions/workflows/test.yml/badge.svg)](https://github.com/betadots/foreman_hdm/actions/workflows/test.yml)\n[![Release](https://github.com/betadots/foreman_hdm/actions/workflows/release.yml/badge.svg)](https://github.com/betadots/foreman_hdm/actions/workflows/release.yml)\n[![RubyGem Version](https://img.shields.io/gem/v/foreman_hdm.svg)](https://rubygems.org/gems/foreman_hdm)\n[![RubyGem Downloads](https://img.shields.io/gem/dt/foreman_hdm.svg)](https://rubygems.org/gems/foreman_hdm)\n\nBrowse hiera data for a given Host using [HDM](https://github.com/betadots/hdm) and the [HDM smart proxy plugin](https://github.com/betadots/smart_proxy_hdm).\n\n## Requirement\n\nYou must have a [HDM](https://github.com/betadots/hdm) installation running.\nIf you are running with authentication enabled, you need an API user in HDM.\n\n## Installation\n\nSee [How_to_Install_a_Plugin](http://projects.theforeman.org/projects/foreman/wiki/How_to_Install_a_Plugin)\nfor how to install Foreman plugins\n\nThe most simple way is installing from packages (available with Foreman 3.6 and later)\n\nRedHat: `dnf install rubygem-foreman_hdm rubygem-smart_proxy_hdm`\n\nAfter installation you must initialize the database: `foreman-rake db:migrate`\n\nThe HDM Smart Proxy must be configured:\n\n```yaml\n# /etc/foreman-proxy/settings.d/hdm.yml\n# HDM Smart Proxy\n:enabled: https\n:hdm_url: 'http://\u003cHDM IP\u003e:\u003cHDM Port\u003e'\n:hdm_user: '\u003cHDM API User Email\u003e'\n:hdm_password: '\u003cHDM API User Password\u003e'\n```\n\nNext you must restart the smart-proxy: `systemctl restart foreman-proxy`\n\n## Usage\n\nGo to Foreman and Refresh the Smart Proxy features.\n\nWithin the nodes or node groups you can now set the HDM Smart Proxy.\n\nWhen you now select a node, you will see an HDM tab.\n\n## TODO\n\n*Todo list here*\n\n## Contributing\n\nFork and send a Pull Request. Thanks!\n\n## Copyright\n\nCopyright (c) 2023 betadots GmbH\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n## Release a new version\n\nTo make a new release, please do:\n\n* update the version in `lib/foreman_hdm/version.rb`\n* Install gems with `bundle install --with release --path .vendor`\n* generate the changelog with `bundle exec rake changelog`\n* Check if the new version matches the closed issues/PRs in the changelog\n    * if required, add labels to unlabled PR/issues, regenerate the changelog\n* Create a PR with it\n* After it got merged, push a tag that's prefixed with `v`. GitHub Actions will do the actual release to Rubygems and GitHub Packages\n\nThe Foreman team packages this gem as Debian package (deb) and as RedHat package\n(rpm). They have a bot that will automatically propose an rpm/deb update at\n[github.com/theforeman/foreman-packaging](https://github.com/theforeman/foreman-packaging/pulls).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetadots%2Fforeman_hdm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbetadots%2Fforeman_hdm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbetadots%2Fforeman_hdm/lists"}