{"id":23062398,"url":"https://github.com/rh-rahulshetty/krkn-backstage-plugin","last_synced_at":"2025-06-27T13:36:08.203Z","repository":{"id":276531569,"uuid":"884846204","full_name":"rh-rahulshetty/krkn-backstage-plugin","owner":"rh-rahulshetty","description":"Backstage plugin for Krkn-Chaos","archived":false,"fork":false,"pushed_at":"2024-11-08T07:16:43.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T14:03:38.629Z","etag":null,"topics":["backstage","backstage-plugin","backstage-plugins","plugin","rhdh","rhdh-poc","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/rh-rahulshetty.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-07T13:50:12.000Z","updated_at":"2024-11-08T07:23:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"5b43b2ac-b81b-4367-8671-9ee28a90422b","html_url":"https://github.com/rh-rahulshetty/krkn-backstage-plugin","commit_stats":null,"previous_names":["rh-rahulshetty/krkn-backstage-plugin"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rh-rahulshetty/krkn-backstage-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh-rahulshetty%2Fkrkn-backstage-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh-rahulshetty%2Fkrkn-backstage-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh-rahulshetty%2Fkrkn-backstage-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh-rahulshetty%2Fkrkn-backstage-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rh-rahulshetty","download_url":"https://codeload.github.com/rh-rahulshetty/krkn-backstage-plugin/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rh-rahulshetty%2Fkrkn-backstage-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262265911,"owners_count":23284597,"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":["backstage","backstage-plugin","backstage-plugins","plugin","rhdh","rhdh-poc","typescript"],"created_at":"2024-12-16T03:26:54.735Z","updated_at":"2025-06-27T13:36:08.159Z","avatar_url":"https://github.com/rh-rahulshetty.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# backstage-plugin-krkn-chaos\n\nThis backstage plugin is a Proof Of Concept for bringing [Krkn-Chaos](https://krkn-chaos.dev/) into Backstage and RHDH.\n\n![Demo](./docs/demo.png)\n\n_This plugin was created through the Backstage CLI_\n\n\n## Installation\n\n**Prerequisites**\n\nMake sure you have a running Backstage or RHDH instance and if you don't have one, then you can setup a basic backstage app by following this [getting started](https://backstage.io/docs/getting-started/) guide.\n\n1. Clone this repository into backstage's plugin directory.\n  ```\n  # From the root of backstage directory\n  cd plugins\n  git clone https://github.com/rh-rahulshetty/krkn-backstage-plugin.git\n  ```\n\n2. Add the package in the `packages/app/package.json`\n  ```\n  \"@internal/backstage-plugin-backstage-plugin-krkn-chaos\": \"^0.1.0\",\n  ```\n\n\n3. Add Route in `packages/app/src/App.tsx`:\n\n  ```tsx title=\"packages/app/src/App.tsx\"\n   /* highlight-add-next-line */\n   import { BackstagePluginKrknChaosPage } from '@internal/backstage-plugin-backstage-plugin-krkn-chaos';\n\n   \u003cRoute path=\"/krkn-chaos\" element={\u003cBackstagePluginKrknChaosPage /\u003e} /\u003e\n   ```\n\n4. Add your plugin as a Sidebar Item in `packages/app/src/components/Root/Root.tsx`:\n\n  ```tsx title=\"packages/app/src/components/Root/Root.tsx\"\n   /* highlight-add-next-line */\n   import CenterFocusStrongIcon from '@material-ui/icons/CenterFocusStrong';\n\n   export const Root = ({ children }: PropsWithChildren\u003c{}\u003e) =\u003e (\n    \u003cSidebarPage\u003e\n      \u003cSidebar\u003e\n        ...\n        \u003cSidebarItem icon={CenterFocusStrongIcon} to=\"krkn-chaos\" text=\"Krkn-Chaos\"/\u003e\n        ...\n      \u003cSidebar\u003e\n    \u003c/SidebarPage\u003e\n   );\n  ```\n\n6. From the backstage root directory and the plugins directory, run `yarn` command to install any missing NPM dependencies.\n\n7. Start your application from the root directory, and then navigate to [/krkn-chaos](http://localhost:3000/krkn-chaos).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh-rahulshetty%2Fkrkn-backstage-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frh-rahulshetty%2Fkrkn-backstage-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frh-rahulshetty%2Fkrkn-backstage-plugin/lists"}