-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize Studio site URL #755
base: trunk
Are you sure you want to change the base?
Conversation
Nice approach @sejas ! What if we added some affordance to help the user to set up the host? It could be another field below that auto-generates based on the first field value:
I know it's a draft, but I gave it an early test. I changed my site's URL to |
Nice! I’m glad we're adding this. 🙌 I agree with @wojtek that we should add some help content under the field if we’re not able to update the hosts files for users at this stage. Perhaps we could tailor the instructions based on whether the user is running on Windows, Mac, or Linux so they don’t have to exist Studio and read a help doc. I’d love to add this field to the site creation form too. We should wait until we can automatically update the users hosts file before doing that though. Needing to do that manually will catch a lot of people out, even if we present instructions on how to do it. |
Thanks for chiming in!
Some users may already know how to do that or use a tool like SwitchHosts. Also, there are multiple ways to do those in both systems, and those can change over time, so I think it would be more manageable to provide a line they should add, a point to docs for detailed instructions which we could update always when needed. |
Let’s see where this investigation leads. My primary goal is to enable the use of tools like ngrok to activate plugins online such as Jetpack, rather than focusing specifically on custom domains. For custom domains it would be great to solve the problem of multiple sites running in the same port. Thanks for the feedback! I'll add that information in the settings tab 👌. |
@matt-west , @wojtekn , here is what we can currently achieve with this PR: RL4BnA.mov |
Related issues
Proposed Changes
Testing Instructions
Pre-merge Checklist