Skip to content

Disco is a distributed configuration and secrets manager.

License

Notifications You must be signed in to change notification settings

hackfixme/disco

Folders and files

NameName
Last commit message
Last commit date

Latest commit

37e341a · Apr 21, 2024
Apr 21, 2024
Apr 18, 2024
Apr 16, 2024
Apr 20, 2024
Apr 18, 2024
Apr 20, 2024
Apr 20, 2024
Apr 16, 2024
Apr 16, 2024
Apr 21, 2024
Apr 20, 2024
Apr 21, 2024
Apr 18, 2024
Apr 21, 2024
Apr 16, 2024
Apr 16, 2024
Apr 21, 2024

Repository files navigation

Disco 🪩🕷️

Disco is a distributed configuration and secrets manager.

It allows securely storing and retrieving arbitrary data locally, and serving it to authorized remote clients.

Warning

The project is in early development, so expect bugs and missing features. It is usable in its current state, but please report any issues here.

Features

  • User-friendly command-line interface.
  • Single-binary deployments.
  • Data is encrypted at rest and in transit using modern cryptography (NaCl, TLS 1.3).
  • Flexible authorization using role-based access control.
  • Namespacing support for separating environments (development, staging, production, etc.).
  • Cross-platform: runs on Linux, macOS and Windows.

You can see planned work on the roadmap. Please vote on issues by giving them a 👍.

Installation

The easiest way to install Disco is by downloading one of the pre-built packages from the latest release on the releases page. Unpack the disco binary and place it somewhere on your $PATH.

Alternatively, you can build a binary for your system.

First, ensure Git and Go are installed. Go must be version 1.22 and later.

Then in a terminal run:

go install go.hackfix.me/disco/cmd/disco@latest

Documentation

For usage instructions, details about the internals, and other information, see the documentation.

License

AGPLv3