You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First off just want to thank you again for this tool, this has been a critical part of my environment for some time now
Less of an issue and more of a question here
For my purposes it would be very useful for me to use a wildcard. We provide our customers each with a unique route and if I want to go to their specific domain locally, I need to add it to my list. For example here is my current list
Is this something that localias already supports, ultimately being able to provide something like the red rectangle to cover all my routes would be ideal
The text was updated successfully, but these errors were encountered:
I'm glad you've been enjoying localias, Drew! This is a great idea. It makes sense as a localias capability, and needing wildcard subdomains is definitely a common situation for people doing webdev.
In order to make this happen, I'll need to do some experimenting to understand how wildcard subdomains interact with the on-demand local certificate issuance flow that Caddy gives us.
I'll also consider the user experience — wildcards can be hard to reason about sometimes, especially when they match domains that may have a more concrete rule. For instance, what should happen here:
foo.woventeams.test: 3000
*.woventeams.test: 5000
For some background on how I'm thinking about "complexity" and "capability" when it comes to adding features to localias, see this comment on issue #39. As long as the localias user experience is reasonably simple and easy to understand and debug, I am open to it.
If you or anyone else would like to send a PR with a proof-of-concept implementation, I would be very willing to help get it merged in a way that makes sense to me.
First off just want to thank you again for this tool, this has been a critical part of my environment for some time now
Less of an issue and more of a question here
For my purposes it would be very useful for me to use a wildcard. We provide our customers each with a unique route and if I want to go to their specific domain locally, I need to add it to my list. For example here is my current list
Is this something that localias already supports, ultimately being able to provide something like the red rectangle to cover all my routes would be ideal
The text was updated successfully, but these errors were encountered: