{"id":19644008,"url":"https://github.com/siderolabs/devise","last_synced_at":"2025-12-15T20:12:30.516Z","repository":{"id":57554594,"uuid":"76207735","full_name":"siderolabs/devise","owner":"siderolabs","description":"Configuration as Code.","archived":true,"fork":false,"pushed_at":"2017-09-29T07:34:24.000Z","size":4686,"stargazers_count":4,"open_issues_count":4,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-26T19:42:27.491Z","etag":null,"topics":["configuration-as-code","configuration-management","go"],"latest_commit_sha":null,"homepage":"https://www.autonomy.io/project/devise","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siderolabs.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":"2016-12-11T23:56:56.000Z","updated_at":"2024-08-27T15:46:34.000Z","dependencies_parsed_at":"2022-08-24T05:31:56.661Z","dependency_job_id":null,"html_url":"https://github.com/siderolabs/devise","commit_stats":null,"previous_names":["autonomy/devise","talos-systems/devise"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siderolabs%2Fdevise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siderolabs%2Fdevise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siderolabs%2Fdevise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siderolabs%2Fdevise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siderolabs","download_url":"https://codeload.github.com/siderolabs/devise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319757,"owners_count":21570451,"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":["configuration-as-code","configuration-management","go"],"created_at":"2024-11-11T14:25:07.052Z","updated_at":"2025-12-15T20:12:25.460Z","avatar_url":"https://github.com/siderolabs.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eDevise\u003c/h1\u003e\n  \u003cp align=\"center\"\u003eConfiguration as Code.\u003c/p\u003e\n  \u003cp align=\"center\"\u003e\n    \u003ca href=\"https://gitter.im/autonomy/devise\"\u003e\u003cimg alt=\"Gitter\" src=\"https://img.shields.io/gitter/room/autonomy/devise.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://godoc.org/github.com/autonomy/devise\"\u003e\u003cimg alt=\"GoDoc\" src=\"http://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://travis-ci.org/autonomy/devise\"\u003e\u003cimg alt=\"Travis\" src=\"https://img.shields.io/travis/autonomy/devise.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/autonomy/devise\"\u003e\u003cimg alt=\"Codecov\" src=\"https://img.shields.io/codecov/c/github/autonomy/devise.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://goreportcard.com/report/github.com/autonomy/devise\"\u003e\u003cimg alt=\"Go Report Card\" src=\"https://goreportcard.com/badge/github.com/autonomy/devise?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/autonomy/devise/releases/latest\"\u003e\u003cimg alt=\"Release\" src=\"https://img.shields.io/github/release/autonomy/devise.svg?style=flat-square\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/autonomy/devise/releases/latest\"\u003e\u003cimg alt=\"GitHub (pre-)release\" src=\"https://img.shields.io/github/release/autonomy/devise/all.svg?style=flat-square\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\u003c/p\u003e\n\n---\n\n**Devise** is a tool for standardized, programmatic, and bi-directional configuration management.\n\nThe key features of Devise are:\n-   **Configuration as code**: Devise encapsulates a wide range of APIs into a single powerfully simple API that applications can consume via [gRPC](http://www.grpc.io/). By enabling applications to configure themselves programmatically, Devise facilitates configuration as code by providing key-value pair lookups, or fully rendered templates at the request of the application.\n-   **Universal RPC Framework**: Utilizing [protobuf](https://developers.google.com/protocol-buffers/) and [gRPC](http://www.grpc.io/), applications written in any of the [supported laguages](http://www.grpc.io/docs/reference/) can use Devise.\n\nGetting Started\n---------------\nBy default Devise uses ports `8080` and `50000` for the UI and backend respectively. The UI provides an interface for administration while the backend exposes an API that can be consumed directly inside client applications. To get started:\n```sh\n$ docker run \\\n    --rm \\\n    --detach \\\n    --publish 8080:8080 \\\n    --publish 50000:50000 \\\n    --name devise \\\n    autonomy/devise:latest serve\n```\nFor an example on how a client might use Devise, see the [example client](https://github.com/autonomy/devise/tree/master/examples/client).\n\u003e **Note:** The default storage for Devise is an in-memory datastore. It is intended for development. Production deployments should make use of a production quality datastore.\n\nDeveloping Devise\n----------------\nThe build of Devise depends on [conform](https://github.com/autonomy/conform):\n```sh\n$ go get -u github.com/autonomy/conform\n```\n\u003e **Note:** Conform leverages [multi-stage builds](https://docs.docker.com/engine/userguide/eng-image/multistage-build/). Docker 17.05.0 or greater is required.\n\nTo build the image, run:\n```sh\n$ conform enforce\n```\n\n### License\n[![license](https://img.shields.io/github/license/autonomy/devise.svg?style=flat-square)](https://github.com/autonomy/devise/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiderolabs%2Fdevise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiderolabs%2Fdevise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiderolabs%2Fdevise/lists"}