{"id":19359123,"url":"https://github.com/opslevel/backstage-plugin-backend","last_synced_at":"2025-06-30T08:33:11.630Z","repository":{"id":171666701,"uuid":"644921102","full_name":"OpsLevel/backstage-plugin-backend","owner":"OpsLevel","description":"OpsLevel's backend plugin for Backstage","archived":false,"fork":false,"pushed_at":"2025-06-25T09:59:53.000Z","size":5540,"stargazers_count":1,"open_issues_count":11,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-27T15:48:38.682Z","etag":null,"topics":["backstage","maturity","opslevel","plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@opslevel/backstage-maturity-backend","language":"TypeScript","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/OpsLevel.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2023-05-24T14:26:59.000Z","updated_at":"2025-04-15T15:48:34.000Z","dependencies_parsed_at":"2023-10-05T01:21:51.095Z","dependency_job_id":"b16bc1bc-dd18-428e-b130-06b81c57ef2e","html_url":"https://github.com/OpsLevel/backstage-plugin-backend","commit_stats":{"total_commits":141,"total_committers":7,"mean_commits":"20.142857142857142","dds":"0.43971631205673756","last_synced_commit":"1b3479daba1ebaae90b8d2fa4c514261e4dec103"},"previous_names":["opslevel/backstage-plugin-backend"],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/OpsLevel/backstage-plugin-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsLevel%2Fbackstage-plugin-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsLevel%2Fbackstage-plugin-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsLevel%2Fbackstage-plugin-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsLevel%2Fbackstage-plugin-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpsLevel","download_url":"https://codeload.github.com/OpsLevel/backstage-plugin-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpsLevel%2Fbackstage-plugin-backend/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262739254,"owners_count":23356686,"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","maturity","opslevel","plugin"],"created_at":"2024-11-10T07:14:10.459Z","updated_at":"2025-06-30T08:33:11.600Z","avatar_url":"https://github.com/OpsLevel.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Overall](https://img.shields.io/endpoint?style=flat\u0026url=https%3A%2F%2Fapp.opslevel.com%2Fapi%2Fservice_level%2FL6pkRwdgleo4ZoLC4IaR0LaNwaesYvv7LP70yg-qpwI)](https://app.opslevel.com/services/backstage-plugin-backend/maturity-report)\n[![npm](https://img.shields.io/npm/v/@opslevel/backstage-maturity-backend)](https://www.npmjs.com/package/@opslevel/backstage-maturity-backend)\n\n# OpsLevel Maturity Backend Plugin\nThis plugin, in combination with the [frontend plugin](https://github.com/OpsLevel/backstage-plugin), provides automatic, scheduled\nexport functionality of users, groups, and components from Backstage into OpsLevel.\n\n## Installation\n\n### Step 1\n\nIn the root directory of your Backstage installation, run the following command:\n\n```bash\nyarn add --cwd packages/backend @opslevel/backstage-maturity-backend @backstage/plugin-proxy-backend\n```\n\n### Step 2\n\nOpen the `index.ts` file in the `packages/backend/src` subdirectory of your Backstage installation with the code editor of your choice.\n\n```ts\n// packages/backend/src/index.ts\nbackend.add(import('@backstage/plugin-proxy-backend'));\nbackend.add(import('@opslevel/backstage-maturity-backend'));\n```\n\n### Step 3\n\nSet up the necessary configuration in your Backstage instance's `app-config.yaml`. Note: that this configuration is the same as for installing the installing the [frontend plugin](https://github.com/OpsLevel/backstage-plugin), if you've already done the changes in `app-config.yaml` for the frontend plugin, you don't need to do this again.\n\n### Set Up the Proxy Configuration\n\nAdd a proxy configuration for OpsLevel. Replace `\u003cyour_OpsLevel_API_token\u003e` with a token from https://app.opslevel.com/api_tokens (or, if you're running a self-hosted OpsLevel instance, the `/api_tokens` page on your OpsLevel instance).\n\n```yaml\nproxy:\n  endpoints:\n    '/opslevel':\n      target: 'https://app.opslevel.com'\n      credentials: 'dangerously-allow-unauthenticated'\n      headers:\n        X-Custom-Source: backstage\n        Authorization: Bearer \u003cyour_OpsLevel_API_token\u003e\n      allowedHeaders: ['GraphQL-Visibility']\n```\n\nIf you're running Self-Hosted OpsLevel, replace `target` with your URL.\n\n### Set Up the Base OpsLevel URL\n\n```yaml\nopslevel:\n  baseUrl: 'https://app.opslevel.com'\n```\n\nIf you're running Self-Hosted OpsLevel, replace `baseUrl` with your URL.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopslevel%2Fbackstage-plugin-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopslevel%2Fbackstage-plugin-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopslevel%2Fbackstage-plugin-backend/lists"}