Home
Softono

Configrd Service

Open source Apache-2.0 Java
19
Stars
4
Forks
30
Issues
2
Watchers
1 year
Last Commit

 About Configrd Service

Deliver environment configurations and secrets to your engineering team's entire development flow. Configrd syncs variables and secrets across developer workstations, CI/CD pipelines and runtime environments.

Platforms

Web Self-hosted

Languages

Java

Need Help Installing Configrd Service?

We provide expert installation service for this software. Our team will install, configure, and secure Configrd Service on your server. plans start at just $30.

Configrd Service

View on GitHub

MaintainabilityCircleCI

See the full documentation at https://configrd.io

Quick Start

Pull & Run

Pull the docker image and start the service and map a volume to /srv/configrd on both container and host

docker run -d -p 9191:9191 -v /srv/configrd:/srv/configrd configrd/configrd-service:latest

A default configrd.yaml file will be created at /srv/configrd on your local file system. The service will listen to requests on port 9191.

service:
  defaults:
    fileName: default.properties
  repos:
    default:
      uri: file:/srv/configrd
      sourceName: file

Now open your favorite browser and navigate to http://localhost:9191/configrd/v1/

This project is tested with BrowserStack.