{"id":25050630,"url":"https://github.com/steadybit/extension-kit","last_synced_at":"2025-04-14T06:41:06.267Z","repository":{"id":57746860,"uuid":"521273937","full_name":"steadybit/extension-kit","owner":"steadybit","description":"Official Steadybit ExtensionKit containing utilities that authors of extensions will find helpful","archived":false,"fork":false,"pushed_at":"2025-04-11T13:54:40.000Z","size":505,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-11T14:50:07.275Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/steadybit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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}},"created_at":"2022-08-04T13:17:39.000Z","updated_at":"2025-04-07T06:36:41.000Z","dependencies_parsed_at":"2023-02-08T09:46:21.599Z","dependency_job_id":"6a25d608-f3e2-479d-859a-e95abc2bc286","html_url":"https://github.com/steadybit/extension-kit","commit_stats":null,"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steadybit%2Fextension-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steadybit","download_url":"https://codeload.github.com/steadybit/extension-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837195,"owners_count":21169373,"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":[],"created_at":"2025-02-06T09:17:02.769Z","updated_at":"2025-04-14T06:41:06.252Z","avatar_url":"https://github.com/steadybit.png","language":"Go","readme":"\u003cimg src=\"./logo.png\" height=\"70\" align=\"right\" alt=\"ExtensionKit logo depicting a wrench within a rounded rectangle on the background\"\u003e\n\n# ExtensionKit\n\nThrough kits like ActionKit and DiscoveryKit, Steadybit can be extended with new capabilities. Such *Kit usages are\ncalled extensions. ExtensionKit\ncontains helpful utilities and best practices for extension authors leveraging the Go programming language.\n\n## Installation\n\nAdd the following to your `go.mod` file:\n\n```\ngo get github.com/steadybit/extension-kit\n```\n\n## Environment Variables\n\nExtension using this extension kit can be configured through environment variables. The following environment variables\nare supported:\n\n| Environment Variable                  | Meaning                                                                                                                                                                | Default |\n|---------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|\n| `STEADYBIT_EXTENSION_PORT`            | Overwrite the extensions default port number that the HTTP server should bind to.                                                                                      |         |\n| `STEADYBIT_EXTENSION_HEALTH_PORT`     | Overwrite the extensions default port number that the HTTP server for the health endpoints should bind to.                                                             |         |\n| `STEADYBIT_EXTENSION_TLS_SERVER_CERT` | Optional absolute path to a TLS certificate that will be used to open an **HTTPS** server.                                                                             |         |\n| `STEADYBIT_EXTENSION_TLS_SERVER_KEY`  | Optional absolute path to a file containing the key to the server certificate.                                                                                         |         |\n| `STEADYBIT_EXTENSION_TLS_CLIENT_CAS`  | Optional comma-separated list of absolute paths to files containing TLS certificates. When specified, the server will expect clients to authenticate using mutual TLS. |         |\n| `STEADYBIT_EXTENSION_UNIX_SOCKET`     | If set the extension will listen using a unix domain socket instead of tcp.                                                                                            |         |\n| `STEADYBIT_LOG_FORMAT`                | Defines the log format that the extension will use. Possible values are `text` and `json`.                                                                             | text    |\n| `STEADYBIT_LOG_LEVEL`                 | Defines the active log level. Possible values are `debug`, `info`, `warn` and `error`.                                                                                 | info    |\n| `STEADYBIT_LOG_COLOR`                 | Defines colorization of log output. Possible values are `true`, `false` and unset. If unset will use color only if stderr is a terminal.                               |         |\n| `STEADYBIT_EXTENSION_ENABLE_PPROF`    | Enables the `/debug/pprof/` handlers for debugging                                                                                                                     | false   |\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteadybit%2Fextension-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteadybit%2Fextension-kit/lists"}