Categorygithub.com/kevinklinger/consilio
repository
0.0.0-20220321151033-67a5e655b44f
Repository: https://github.com/kevinklinger/consilio.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

consilio

Consilio is an open source application to visualize and manage Terraform configurations and deployments.

Requirements

  • git
  • golang 1.17
  • libvirt-dev package

Quick Start

To start the application, execute go mod tidy && go run cmd/consilio/main.go. The frontend, delivered by the golang server, will be reachable at http://localhost:33334.

TODO:

  • Backend can handle incoming requests to create/manage/destroy resources
  • Frontend offers mutliple providers which can be mixed
  • Frontend allows modules
  • Dockerfile to (optionaly) run consilio in a container
  • ? Database connection to store/share configs between users (user authentication)