typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.97k stars 426 forks source link

Proxy servers without starting them? #349

Closed tiktuk closed 4 years ago

tiktuk commented 4 years ago

It could be great if the starting of the servers was optional. I like the proxying (a lot, thanks!) but when hotel starts the server I lose the colored terminal output from some of my servers, when I tail -f the app.log instead.

Or is this possible already somehow?

j-f1 commented 4 years ago

You can do that with a proxy: https://github.com/typicode/hotel#proxy-requests-to-remote-servers

tiktuk commented 4 years ago

Genius, thank you!