mirror of
https://github.com/holos-run/holos.git
synced 2026-03-22 02:05:00 +00:00
This patch adds the httpbin routes component. It's missing the Certificate component, the next step is to wire up automatic certificate management in the gateway configuration, which is a prime use case for holos. Similar to how we register components and namespaces, we'll register certificates. This patch also adds the #Platform.Domain field to the user facing schema API. We previously stored the domain in the Model but it makes sense to lift it up to the Platform and have a sensible default value for it. Another example of #237 needing to be addressed soon.