typicode
typicode
Hi @zaaack, Not sure to understand what the question is, but subdomains (and wildcard subdomains) are supported. ```sh hotel add 'cmd' --name domain # domain.dev hotel add 'serve-assets-cmd' --name subdomain.domain...
Thanks for the explanation. I don't think there's a way to do this with current version of Hotel, but I'll see what I can do. I suppose it's not possible...
Hmm, not sure if that's your question, but you can do ``` site$ hotel add 'npm start' --port 4000 ``` Then if you visit `site.localhost`, hotel will run `npm start`...
It's possible, but you can't have a script run at the same time then: ``` site$ hotel add http://192.168.10.10 ``` Then when visiting `site.localhost` the request will be proxied to...
Hi @mehrdaad, Not sure what the issue is with `app1.localhost` actually? If you go to `https://app1.localhost`, hotel will use its generated self-signed certiticate. You'll need to add an exception for...
Hi @remy, Unfortunately I won't be able to test locally as I don't have a Mac anymore, but if anyone wants to have a look :+1: Btw thanks a lot...
Hi, 0.7.6 should fix it ;)
Hi @czj, If you run `hotel stop`, it should stop `hotel` and prevent from starting with OS (it removes `plist` from `~/Library/LaunchAgents`). Let me know if it doesn't work.
@twigs67 what if you try `https://adonis-blog.test` or `https://subdomain.adonis-blog.test`?
Hi @Ti-webdev, Sorry for the delay and thank you for the PR. Why not `.domain` for the tld and `hotel add cmd --name app.sub`? App would be accessible using `app.sub.domain`.