Commit Graph

10 Commits (a8f9611d93b44fb06eeb5db50465f3132f91a578)

Author SHA1 Message Date
Mike Lang a89bfcd271 Add playlist manager to all the various other places 4 years ago
Mike Lang d2d457a45f Add k8s option to README 4 years ago
Christopher Usher 12badbff03 Update documentation to reflect recent changes 5 years ago
Christopher Usher e9eab3df44 Update readme
Update readme to reflect Thrimbletrimmer now being a component
5 years ago
Christopher Usher 54aa919131 Update readme 5 years ago
Mike Lang 78a9a4e525 Set up a docker compose file to run all images
For ease-of-use, we use a jsonnet file to generate the yaml.
Jsonnet is a language for generating JSON documents.

In this case it's useful to us because it lets us have comments,
references to settings defined at the top, and some basic logic
like converting qualities from a list of strings to a comma-seperated string.

To avoid requiring jsonnet to be installed, we use the official jsonnet docker image
in the generate script.
6 years ago
Mike Lang 75c9793eac Remove central config file as it's more trouble than it's worth
Simpler and easier for testing to stick to configuration via CLI args.
We'll worry about deployment later.
6 years ago
Mike Lang 1a7ae8525b Fix readme internal link 6 years ago
Mike Lang 048277b003 common: Basic config and bustime code 6 years ago
Mike Lang 4105c90e9f Add a basic README 6 years ago