Go to file
Conor e4906061bd
Merge pull request #13 from Rishi556/add-docs
2023-09-22 09:29:34 +01:00
.github/workflows Tidy up build script to allow full local build 2023-04-13 20:53:26 +01:00
.vscode Add initial api methods 2022-11-08 15:52:20 +00:00
docs Add basic public API docs 2023-09-21 18:07:53 -05:00
migrations Mirror pocketbase style directories for goreleaser 2023-04-13 18:29:20 +01:00
ui Add UI dist files, use embedded directory 2023-04-13 19:40:24 +01:00
.gitignore Use consistent names for ConfigDN executable (always ConfigDN) 2023-04-13 20:56:03 +01:00
.goreleaser.yaml Use consistent names for ConfigDN executable (always ConfigDN) 2023-04-13 20:56:03 +01:00
LICENSE Create LICENSE 2022-11-22 01:42:30 +00:00
README.md Update README.md 2023-04-13 21:12:23 +01:00
build.sh Tidy up build script to allow full local build 2023-04-13 20:53:26 +01:00
collections.json Mirror pocketbase style directories for goreleaser 2023-04-13 18:29:20 +01:00
converters.go Mirror pocketbase style directories for goreleaser 2023-04-13 18:29:20 +01:00
db_types.go Mirror pocketbase style directories for goreleaser 2023-04-13 18:29:20 +01:00
go.mod Use consistent names for ConfigDN executable (always ConfigDN) 2023-04-13 20:56:03 +01:00
go.sum Mirror pocketbase style directories for goreleaser 2023-04-13 18:29:20 +01:00
main.go Use consistent names for ConfigDN executable (always ConfigDN) 2023-04-13 20:56:03 +01:00
request_response_types.go Mirror pocketbase style directories for goreleaser 2023-04-13 18:29:20 +01:00

README.md

ConfigDN

Open source configuration management and feature flags.

Hosted Version

There is a hosted version of ConfigDN available. This is a fully functional version of ConfigDN, hosted by us. We plan to charge for this in the future to help fund development, but for now it is free.

Requirements

  • Node.js (Recommended: LTS or newer)
  • NPM
  • Go 1.19+

Building the project

To build the project, use the build script:

./build.sh

This script also builds the UI before a release. Alternatively, you can download a release from the releases page.

Running the project

To run the project, execute the executable built by the build script:

./ConfigDN serve

ConfigDN will then be available at: