Multipaz web front-end and packaged services #1506
Open
+4,438
−9
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.
This is a first cut of common web front-end and a podman/docker image that packages and configures all the multipaz services together along with the front-end.
Front-end is written using Kotlin -> JavaScript compilation + React. This allows us to use multipaz library directly in the front-end code. At this point the front-end is a starter page that just calculates SHA256 of a static string using multipaz library.
Packaging builds a deployable image using podman (or docker), wiring all multipaz services together in the simplest possible way. Podman is now required to build everything, but not if you build only packages that don't need it, such as testapp.
Test: manual testing both on the local machine and deploying to a Linux
host as https://sorotokin.com/multipaz.
Fixes #1503