feat(server): support Host header routing #70

Open
opened 2025-11-02 18:52:40 +00:00 by treadful · 0 comments
Owner

Add support for Host header 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.

Add support for `Host` header 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
treadful/jot#70
No description provided.