hotel icon indicating copy to clipboard operation
hotel copied to clipboard

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains

Results 107 hotel issues
Sort by recently updated
recently updated
newest added

I upgraded to Big sur and now I'm having this issue when doing `hotel start` ``` Load failed: 5: Input/output error ```

Running on MacOS 10.15.7 (Catalina) Originally I installed and ran Hotel like this: ``` chown -R moxley:admin /usr/local/lib/node_modules npm install -g hotel hotel start ``` No errors were returned, and...

Hi all, This PR fixes a breaking change with node v14 where number is no longer a valid entry for `fs.writeFileSync`. In reason of that, on node v14, we will...

I want to move the .hotel config folder to somewhere out of HOME, possibly inside .config folder, is there a way to change it? Some applications use a variable for...

I need to use Windows for a while. After install hotel and run `hotel start` but it never starts. I can know this easily running: ```bash netstat -ano | Select-String...

I've setup local (.localhost) domains in System configuration and Browser configuration that following this rule https://github.com/typicode/hotel/blob/master/docs/README.md. Then, I've restart hotel and reload network and browser configuration. when i try to...

help wanted

OS: Ubuntu 20.04 When I use node 14.15.0, the `hotel start` command is executed without error but it actually doesn't start a server. However, when I switch to node 12.19.0...

Bumps [pug](https://github.com/pugjs/pug) from 2.0.0-rc.4 to 3.0.1. Release notes Sourced from pug's releases. [email protected] Bug Fixes Update with to resolve core-js deprecation notice (#3259) [email protected] Bug Fixes Sanitise the pretty option...

dependencies

When using https://github.com/typicode/hotel#proxy-requests-to-remote-servers, it would be nice if response cors headers could be overwritten from the config, to allow CORS requests to the local proxy. This allows strict production CORS...