Add the "Bring Your Own" functionality #1547
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The basic setup is with Docker Compose, and Terraform is added on top for doing a public cloud setup. Each component is given its own Compose and Terraform setup. HTTP-only can be used for private setups, and HTTPS with automatic certificate renewal can be used for public cloud setups.
The code is structured to allow support for multiple cloud providers. This pull request only adds support for Amazon AWS as a starting point.
The directory gets packaged as
divviup-bring-your-own.tar.gzand added to the release artifacts via the existing GitHub Actions workflow. The Docker image versions fordivviup*andjanus*sit on:latestin the repository, but get pinned in the release artifact.There is also a companion pull request for the divviup/public-docs repository with documentation on how to use
divviup-bring-your-own.tar.gz, which I'll link in a comment after I create that pull request as well.