mirror of https://github.com/dBuidl/ConfigDN.git
|
||
---|---|---|
.github/workflows | ||
.vscode | ||
docs | ||
migrations | ||
ui | ||
.gitignore | ||
.goreleaser.yaml | ||
LICENSE | ||
README.md | ||
build.sh | ||
collections.json | ||
converters.go | ||
db_types.go | ||
go.mod | ||
go.sum | ||
main.go | ||
request_response_types.go |
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:
- http://localhost:8090/ - UI
- http://localhost:8090/_/ - Admin UI (Make sure you visit this before making it public as the first person to visit it will be made an admin)