feat(server): support Host header routing #70
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add support for
Hostheader routing. Where users could CNAME the server domain with their own and the server will serve the configured key for that host(s).This would allow each key to have a custom domain.
Difficult considerations are TLS termination and if it's worth setting up something like an ingress and cert manager to handle it. This might be easier later if moving to a kubernetes cluster to scale.
Looking at TLS termination. Here are some non-kubernetes options:
Caddy seems like the play. Will follow this up with that as an ops task.
Ref #145